Home
last modified time | relevance | path

Searched refs:isUIntArg (Results 1 – 5 of 5) sorted by relevance

/external/llvm-project/clang-tools-extra/clang-tidy/cert/
DStrToNumCheck.cpp91 } else if (SCS.isUIntArg()) { in ClassifyFormatString()
/external/clang/include/clang/Analysis/Analyses/
DFormatString.h217 bool isUIntArg() const { return kind >= UIntArgBeg && kind <= UIntArgEnd; } in isUIntArg() function
/external/llvm-project/clang/include/clang/AST/
DFormatString.h230 bool isUIntArg() const { return kind >= UIntArgBeg && kind <= UIntArgEnd; } in isUIntArg() function
/external/clang/lib/Analysis/
DPrintfFormatString.cpp445 if (CS.isUIntArg()) in getArgType()
/external/llvm-project/clang/lib/AST/
DPrintfFormatString.cpp541 if (CS.isUIntArg()) in getScalarArgType()