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

/external/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp1336 bool bitsInit = false; local
1345 if (!bitsInit || newBits < bits) {
1346 bitsInit = true;
1356 if (!bitsInit || !T->isIntegralOrEnumerationType() ||

Completed in 56 milliseconds