Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp2236 bool bitsInit = false; in RecoverCastedSymbol() local
2245 if (!bitsInit || newBits < bits) { in RecoverCastedSymbol()
2246 bitsInit = true; in RecoverCastedSymbol()
2256 if (!bitsInit || !T->isIntegralOrEnumerationType() || in RecoverCastedSymbol()