Home
last modified time | relevance | path

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

/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/clang/lib/Sema/
DSemaChecking.cpp5445 if (Amt.getConstantAmount() == 0) { in HandleScanfSpecifier()