HomeSort by: relevance | last modified time | path
    Searched refs:InvalidArgIndex (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
GenericTaintChecker.cpp 91 static const unsigned InvalidArgIndex{std::numeric_limits<unsigned>::max()};
215 /// destination arguments should also be tainted. Use InvalidArgIndex in the
217 /// InvalidArgIndex in the dst arguments to signify that all the non-const
239 : VariadicIndex(InvalidArgIndex), VarType(VariadicType::None),
244 unsigned VarIndex = InvalidArgIndex,
301 const unsigned GenericTaintChecker::InvalidArgIndex;
334 GenericTaintChecker::InvalidArgIndex);
371 Result.push_back(InvalidArgIndex);
444 InvalidArgIndex,
874 .Default(InvalidArgIndex);
    [all...]
BasicObjCFoundationChecks.cpp 228 static const unsigned InvalidArgIndex = UINT_MAX;
229 unsigned Arg = InvalidArgIndex;
315 if ((Arg != InvalidArgIndex))

Completed in 26 milliseconds