Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp2050 bool bitsInit = false; in RecoverCastedSymbol() local
2059 if (!bitsInit || newBits < bits) { in RecoverCastedSymbol()
2060 bitsInit = true; in RecoverCastedSymbol()
2070 if (!bitsInit || !T->isIntegralOrEnumerationType() || in RecoverCastedSymbol()