Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DOSLog.cpp89 ArgsData.back().Size = precision.getConstantAmount(); in HandlePrintfSpecifier()
105 ArgsData.back().Size = precision.getConstantAmount(); in HandlePrintfSpecifier()
H A DFormatString.cpp101 if (Amt.getConstantAmount() == 0) { in ParsePositionAmount()
109 return OptionalAmount(OptionalAmount::Arg, Amt.getConstantAmount() - 1, in ParsePositionAmount()
164 if (Amt.getConstantAmount() == 0) { in ParseArgPosition()
169 FS.setArgIndex(Amt.getConstantAmount() - 1); in ParseArgPosition()
H A DPrintfFormatString.cpp744 return ScalarTy.makeVectorType(Ctx, VectorNumElts.getConstantAmount()); in getArgType()
996 os << 'v' << VectorNumElts.getConstantAmount(); in toString()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DFormatString.h383 unsigned getConstantAmount() const { in getConstantAmount() function
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp900 unsigned SourceSize = FW.getConstantAmount() + NulByte; in HandleScanfSpecifier()
1069 FieldWidth = FW.getConstantAmount(); in computeFieldWidth()
1110 Precision = FW.getConstantAmount(); in computePrecision()
7711 if (Amt.getConstantAmount() == 0) { in HandleScanfSpecifier()