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
42
static const unsigned
InvalidArgIndex
= UINT_MAX;
111
/// destination arguments should also be tainted. Use
InvalidArgIndex
in the
113
///
InvalidArgIndex
in the dst arguments to signify that all the non-const
175
const unsigned GenericTaintChecker::
InvalidArgIndex
;
220
.Case("pread", TaintPropagationRule(
InvalidArgIndex
, 1, true))
221
.Case("gets", TaintPropagationRule(
InvalidArgIndex
, 0, true))
255
return TaintPropagationRule(
InvalidArgIndex
, 0, true);
456
if (ArgNum ==
InvalidArgIndex
) {
482
if (ArgNum ==
InvalidArgIndex
) {
706
unsigned ArgNum =
InvalidArgIndex
;
[
all
...]
BasicObjCFoundationChecks.cpp
206
static const unsigned
InvalidArgIndex
= UINT_MAX;
207
unsigned Arg =
InvalidArgIndex
;
282
if ((Arg !=
InvalidArgIndex
))
[
all
...]
Completed in 161 milliseconds