Searched refs:bitsInit (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp2013 bool bitsInit = false; local
2022 if (!bitsInit || newBits < bits) {
2023 bitsInit = true;
2033 if (!bitsInit || !T->isIntegralOrEnumerationType() ||

Completed in 108 milliseconds