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

/external/clang/lib/StaticAnalyzer/Checkers/
H A DGenericTaintChecker.cpp43 static const unsigned ReturnValueIndex = UINT_MAX - 1; member in class:__anon18192::GenericTaintChecker
114 /// ReturnValueIndex is added to the dst list, the return value will be
130 DstArgs.push_back(ReturnValueIndex);
139 DstArgs.push_back(ReturnValueIndex);
173 const unsigned GenericTaintChecker::ReturnValueIndex; member in class:__anon18192::GenericTaintChecker
193 /// ReturnValueIndex, or indexes of the pointer/reference argument, which
207 .Case("atoi", TaintPropagationRule(0, ReturnValueIndex))
208 .Case("atol", TaintPropagationRule(0, ReturnValueIndex))
209 .Case("atoll", TaintPropagationRule(0, ReturnValueIndex))
210 .Case("getc", TaintPropagationRule(0, ReturnValueIndex))
[all...]

Completed in 245 milliseconds