CodeQL library for C/C++
codeql/cpp-all 5.2.0 (changelog, source)
Search

Predicate signature InputSig::getReturnValueKind

Gets the return kind corresponding to specification "ReturnValue" when supplied with the argument arg.

Note that it is expected that the following equality holds:

getReturnValueKind("") = getStandardReturnValueKind()
signature ReturnKind getReturnValueKind(string arg)