Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Core/
DExprEngine.cpp1491 bool bitsInit = false; in RecoverCastedSymbol() local
1500 if (!bitsInit || newBits < bits) { in RecoverCastedSymbol()
1501 bitsInit = true; in RecoverCastedSymbol()
1511 if (!bitsInit || !T->isIntegralOrEnumerationType() || in RecoverCastedSymbol()