Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DNumberObjectConversionChecker.cpp65 bool IsPedanticMatch = in run() local
67 if (IsPedanticMatch && !C->Pedantic) in run()
96 IsPedanticMatch = true; in run()
174 if (IsPedanticMatch) in run()
185 if (!IsPedanticMatch) in run()