Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/Analysis/
HDFormatString.cpp42 bool hasDigits = false; in ParseAmount() local
47 hasDigits = true; in ParseAmount()
52 if (hasDigits) in ParseAmount()