OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:InvalidArgIndex
(Results
1 - 2
of
2
) sorted by null
/external/clang/lib/StaticAnalyzer/Checkers/
GenericTaintChecker.cpp
41
static const unsigned
InvalidArgIndex
= UINT_MAX;
110
/// destination arguments should also be tainted. Use
InvalidArgIndex
in the
112
///
InvalidArgIndex
in the dst arguments to signify that all the non-const
174
const unsigned GenericTaintChecker::
InvalidArgIndex
;
219
.Case("pread", TaintPropagationRule(
InvalidArgIndex
, 1, true))
220
.Case("gets", TaintPropagationRule(
InvalidArgIndex
, 0, true))
254
return TaintPropagationRule(
InvalidArgIndex
, 0, true);
455
if (ArgNum ==
InvalidArgIndex
) {
481
if (ArgNum ==
InvalidArgIndex
) {
702
unsigned ArgNum =
InvalidArgIndex
;
[
all
...]
BasicObjCFoundationChecks.cpp
224
static const unsigned
InvalidArgIndex
= UINT_MAX;
225
unsigned Arg =
InvalidArgIndex
;
318
if ((Arg !=
InvalidArgIndex
))
[
all
...]
Completed in 183 milliseconds