Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DGenericTaintChecker.cpp93 static const unsigned ReturnValueIndex{std::numeric_limits<unsigned>::max() - member in __anon4c4a178b0111::GenericTaintChecker
300 const unsigned GenericTaintChecker::ReturnValueIndex; member in __anon4c4a178b0111::GenericTaintChecker
369 Result.push_back(ReturnValueIndex); in REGISTER_SET_WITH_PROGRAMSTATE()
432 .Case("fdopen", {{}, {ReturnValueIndex}}) in getTaintPropagationRule()
433 .Case("fopen", {{}, {ReturnValueIndex}}) in getTaintPropagationRule()
434 .Case("freopen", {{}, {ReturnValueIndex}}) in getTaintPropagationRule()
435 .Case("getch", {{}, {ReturnValueIndex}}) in getTaintPropagationRule()
436 .Case("getchar", {{}, {ReturnValueIndex}}) in getTaintPropagationRule()
437 .Case("getchar_unlocked", {{}, {ReturnValueIndex}}) in getTaintPropagationRule()
438 .Case("getenv", {{}, {ReturnValueIndex}}) in getTaintPropagationRule()
[all …]