Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/bugprone/
H A DBadSignalToKillThreadCheck.cpp47 constexpr unsigned AutoSenseRadix = 0; in check() local
48 if (ValueStr.getAsInteger(AutoSenseRadix, IntValue)) in check()
/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/
H A DCheckerHelpers.cpp137 constexpr unsigned AutoSenseRadix = 0; in tryExpandAsInteger() local
138 if (ValueStr.getAsInteger(AutoSenseRadix, IntValue)) in tryExpandAsInteger()