Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/AST/
H A DOSLog.cpp88 ArgsData.back().Size = precision.getConstantAmount(); in HandlePrintfSpecifier()
104 ArgsData.back().Size = precision.getConstantAmount(); in HandlePrintfSpecifier()
H A DFormatString.cpp100 if (Amt.getConstantAmount() == 0) { in ParsePositionAmount()
108 return OptionalAmount(OptionalAmount::Arg, Amt.getConstantAmount() - 1, in ParsePositionAmount()
163 if (Amt.getConstantAmount() == 0) { in ParseArgPosition()
168 FS.setArgIndex(Amt.getConstantAmount() - 1); in ParseArgPosition()
H A DPrintfFormatString.cpp678 return ScalarTy.makeVectorType(Ctx, VectorNumElts.getConstantAmount()); in getArgType()
928 os << 'v' << VectorNumElts.getConstantAmount(); in toString()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DFormatString.h359 unsigned getConstantAmount() const { in getConstantAmount() function
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaChecking.cpp801 unsigned SourceSize = FW.getConstantAmount() + NulByte; in HandleScanfSpecifier()
945 FieldWidth = FW.getConstantAmount(); in computeFieldWidth()
986 Precision = FW.getConstantAmount(); in computePrecision()
10425 if (Amt.getConstantAmount() == 0) { in HandleScanfSpecifier()