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

/freebsd-10.2-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DGenericTaintChecker.cpp44 static const unsigned ReturnValueIndex = UINT_MAX - 1; member in class:__anon3561::GenericTaintChecker
115 /// ReturnValueIndex is added to the dst list, the return value will be
131 DstArgs.push_back(ReturnValueIndex);
140 DstArgs.push_back(ReturnValueIndex);
174 const unsigned GenericTaintChecker::ReturnValueIndex; member in class:__anon3561::GenericTaintChecker
194 /// ReturnValueIndex, or indexes of the pointer/reference argument, which
208 .Case("atoi", TaintPropagationRule(0, ReturnValueIndex))
209 .Case("atol", TaintPropagationRule(0, ReturnValueIndex))
210 .Case("atoll", TaintPropagationRule(0, ReturnValueIndex))
211 .Case("getc", TaintPropagationRule(0, ReturnValueIndex))
[all...]

Completed in 33 milliseconds