OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isIntArg
(Results
1 - 2
of
2
) sorted by null
/external/clang/include/clang/Analysis/Analyses/
FormatString.h
204
bool
isIntArg
() const { return kind >= IntArgBeg && kind <= IntArgEnd; }
/external/clang/lib/Analysis/
PrintfFormatString.cpp
276
if (CS.
isIntArg
())
Completed in 303 milliseconds