Home
last modified time | relevance | path

Searched refs:hasDigits (Results 1 – 2 of 2) sorted by relevance

/external/clang/lib/Analysis/
DFormatString.cpp43 bool hasDigits = false; in ParseAmount() local
48 hasDigits = true; in ParseAmount()
53 if (hasDigits) in ParseAmount()
/external/llvm-project/clang/lib/AST/
DFormatString.cpp42 bool hasDigits = false; in ParseAmount() local
47 hasDigits = true; in ParseAmount()
52 if (hasDigits) in ParseAmount()