Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp2052 bool bitsInit = false; in RecoverCastedSymbol() local
2061 if (!bitsInit || newBits < bits) { in RecoverCastedSymbol()
2062 bitsInit = true; in RecoverCastedSymbol()
2072 if (!bitsInit || !T->isIntegralOrEnumerationType() || in RecoverCastedSymbol()