Home
last modified time | relevance | path

Searched refs:setArgIndex (Results 1 – 9 of 9) sorted by relevance

/external/error_prone/jFormatString/
DjFormatString-3.0.0.jarMETA-INF/ META-INF/MANIFEST.MF edu/ edu/umd/ edu/ ...
/external/clang/include/clang/Analysis/Analyses/
DFormatString.h361 void setArgIndex(unsigned i) { in setArgIndex() function
/external/llvm-project/clang/lib/AST/
DScanfFormatString.cpp208 FS.setArgIndex(argIndex++); in ParseScanfSpecifier()
DFormatString.cpp169 FS.setArgIndex(Amt.getConstantAmount() - 1); in ParseArgPosition()
DPrintfFormatString.cpp389 FS.setArgIndex(argIndex++); in ParsePrintfSpecifier()
/external/clang/lib/Analysis/
DScanfFormatString.cpp209 FS.setArgIndex(argIndex++); in ParseScanfSpecifier()
DFormatString.cpp170 FS.setArgIndex(Amt.getConstantAmount() - 1); in ParseArgPosition()
DPrintfFormatString.cpp308 FS.setArgIndex(argIndex++); in ParsePrintfSpecifier()
/external/llvm-project/clang/include/clang/AST/
DFormatString.h420 void setArgIndex(unsigned i) { in setArgIndex() function