Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp2592 bool bitsInit = false; in RecoverCastedSymbol() local
2601 if (!bitsInit || newBits < bits) { in RecoverCastedSymbol()
2602 bitsInit = true; in RecoverCastedSymbol()
2612 if (!bitsInit || !T->isIntegralOrEnumerationType() || in RecoverCastedSymbol()