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

References

tools/clang/lib/Sema/SemaStmt.cpp
  971         ConstantCondValue = Result.Val.getInt();
  973              (ConstantCondValue.getBitWidth() == CondWidth &&
  974               ConstantCondValue.isSigned() == CondIsSigned));
  984             CaseVals[i].first == ConstantCondValue)
 1059             LoVal <= ConstantCondValue &&
 1060             ConstantCondValue <= HiVal)
 1121         << ConstantCondValue.toString(10)