reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/SMTConv.h
  556     if (Int.getBitWidth() == 1 && getAPSIntType(Ctx, Int).isNull()) {
  556     if (Int.getBitWidth() == 1 && getAPSIntType(Ctx, Int).isNull()) {
  557       NewInt = Int.extend(Ctx.getTypeSize(Ctx.BoolTy));
  559       NewInt = Int;