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

/freebsd-10.0-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp1243 bool bitsInit = false; local
1252 if (!bitsInit || newBits < bits) {
1253 bitsInit = true;
1263 if (!bitsInit || !T->isIntegralOrEnumerationType() ||

Completed in 40 milliseconds