Searched refs:ParseAmount (Results 1 – 6 of 6) sorted by relevance
/external/llvm-project/clang/lib/AST/ |
D | FormatString.cpp | 37 clang::analyze_format_string::ParseAmount(const char *&Beg, const char *E) { in ParseAmount() function in clang::analyze_format_string 71 return ParseAmount(Beg, E); in ParseNonPositionAmount() 82 const OptionalAmount &Amt = ParseAmount(I, E); in ParsePositionAmount() 117 return ParseAmount(Beg, E); in ParsePositionAmount() 151 const OptionalAmount &Amt = ParseAmount(I, E); in ParseArgPosition() 198 OptionalAmount NumElts = ParseAmount(I, E); in ParseVectorModifier()
|
D | FormatStringParsing.h | 40 OptionalAmount ParseAmount(const char *&Beg, const char *E);
|
D | ScanfFormatString.cpp | 132 const OptionalAmount &Amt = clang::analyze_format_string::ParseAmount(I, E); in ParseScanfSpecifier()
|
/external/clang/lib/Analysis/ |
D | FormatString.cpp | 38 clang::analyze_format_string::ParseAmount(const char *&Beg, const char *E) { in ParseAmount() function in clang::analyze_format_string 72 return ParseAmount(Beg, E); in ParseNonPositionAmount() 83 const OptionalAmount &Amt = ParseAmount(I, E); in ParsePositionAmount() 118 return ParseAmount(Beg, E); in ParsePositionAmount() 152 const OptionalAmount &Amt = ParseAmount(I, E); in ParseArgPosition()
|
D | FormatStringParsing.h | 28 OptionalAmount ParseAmount(const char *&Beg, const char *E);
|
D | ScanfFormatString.cpp | 133 const OptionalAmount &Amt = clang::analyze_format_string::ParseAmount(I, E); in ParseScanfSpecifier()
|