Searched refs:ReturnValueIndex (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DGenericTaintChecker.cpp93 static const unsigned ReturnValueIndex{std::numeric_limits<unsigned>::max() -
216 /// ReturnValueIndex is added to the dst list, the return value will be
297 const unsigned GenericTaintChecker::ReturnValueIndex; member in class:__anon2231::GenericTaintChecker
355 /// ReturnValueIndex, or indexes of the pointer/reference argument, which
366 Result.push_back(ReturnValueIndex);
429 .Case("fdopen", {{}, {ReturnValueIndex}})
430 .Case("fopen", {{}, {ReturnValueIndex}})
431 .Case("freopen", {{}, {ReturnValueIndex}})
432 .Case("getch", {{}, {ReturnValueIndex}})
433 .Case("getchar", {{}, {ReturnValueIndex}})
[all...]

Completed in 74 milliseconds