Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp2559 bool bitsInit = false; in RecoverCastedSymbol() local
2568 if (!bitsInit || newBits < bits) { in RecoverCastedSymbol()
2569 bitsInit = true; in RecoverCastedSymbol()
2579 if (!bitsInit || !T->isIntegralOrEnumerationType() || in RecoverCastedSymbol()