Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/AST/
DOSLog.cpp88 ArgsData.back().Size = precision.getConstantAmount(); in HandlePrintfSpecifier()
104 ArgsData.back().Size = precision.getConstantAmount(); in HandlePrintfSpecifier()
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()
DPrintfFormatString.cpp678 return ScalarTy.makeVectorType(Ctx, VectorNumElts.getConstantAmount()); in getArgType()
925 os << 'v' << VectorNumElts.getConstantAmount(); in toString()
/external/clang/lib/Analysis/
DFormatString.cpp102 if (Amt.getConstantAmount() == 0) { in ParsePositionAmount()
110 return OptionalAmount(OptionalAmount::Arg, Amt.getConstantAmount() - 1, in ParsePositionAmount()
165 if (Amt.getConstantAmount() == 0) { in ParseArgPosition()
170 FS.setArgIndex(Amt.getConstantAmount() - 1); in ParseArgPosition()
/external/clang/include/clang/Analysis/Analyses/
DFormatString.h303 unsigned getConstantAmount() const { in getConstantAmount() function
/external/llvm-project/clang/include/clang/AST/
DFormatString.h359 unsigned getConstantAmount() const { in getConstantAmount() function
/external/llvm-project/clang/lib/Sema/
DSemaChecking.cpp537 FieldWidth = FW.getConstantAmount(); in computeFieldWidth()
578 Precision = FW.getConstantAmount(); in computePrecision()
8935 if (Amt.getConstantAmount() == 0) { in HandleScanfSpecifier()
/external/clang/lib/Sema/
DSemaChecking.cpp5445 if (Amt.getConstantAmount() == 0) { in HandleScanfSpecifier()