Home
last modified time | relevance | path

Searched refs:getHowSpecified (Results 1 – 6 of 6) sorted by relevance

/openbsd-src/gnu/llvm/clang/lib/AST/
H A DOSLog.cpp85 switch (precision.getHowSpecified()) { in HandlePrintfSpecifier()
101 switch (precision.getHowSpecified()) { in HandlePrintfSpecifier()
H A DFormatString.cpp84 if (Amt.getHowSpecified() == OptionalAmount::NotSpecified) { in ParsePositionAmount()
95 assert(Amt.getHowSpecified() == OptionalAmount::Constant); in ParsePositionAmount()
159 if (Amt.getHowSpecified() == OptionalAmount::Constant && *(I++) == '$') { in ParseArgPosition()
199 if (NumElts.getHowSpecified() != OptionalAmount::Constant) { in ParseVectorModifier()
H A DScanfFormatString.cpp133 if (Amt.getHowSpecified() != OptionalAmount::NotSpecified) { in ParseScanfSpecifier()
134 assert(Amt.getHowSpecified() == OptionalAmount::Constant); in ParseScanfSpecifier()
H A DPrintfFormatString.cpp1087 if (Precision.getHowSpecified() == OptionalAmount::NotSpecified) in hasValidPrecision()
1122 if (FieldWidth.getHowSpecified() == OptionalAmount::NotSpecified) in hasValidFieldWidth()
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DFormatString.h362 HowSpecified getHowSpecified() const { return hs; } in getHowSpecified() function
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaChecking.cpp832 if (FW.getHowSpecified() != in HandleScanfSpecifier()
980 if (FW.getHowSpecified() == analyze_format_string::OptionalAmount::Constant) in computeFieldWidth()
990 switch (FW.getHowSpecified()) { in computePrecision()
9817 Amt.getHowSpecified() == analyze_printf::OptionalAmount::Constant in HandleInvalidAmount()
10146 FS.getPrecision().getHowSpecified() == OptionalAmount::NotSpecified) { in HandlePrintfSpecifier()
10746 if (Amt.getHowSpecified() == OptionalAmount::Constant) { in HandleScanfSpecifier()