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

/external/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp1078 bool bitsInit = false; local
1087 if (!bitsInit || newBits < bits) {
1088 bitsInit = true;
1098 if (!bitsInit || !T->isIntegerType() || Ctx.getTypeSize(T) > bits)

Completed in 28 milliseconds