Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Core/
DExprEngine.cpp1475 bool bitsInit = false; in RecoverCastedSymbol() local
1484 if (!bitsInit || newBits < bits) { in RecoverCastedSymbol()
1485 bitsInit = true; in RecoverCastedSymbol()
1495 if (!bitsInit || !T->isIntegralOrEnumerationType() || in RecoverCastedSymbol()