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

References

tools/clang/lib/Analysis/CFG.cpp
  967     if (!IntLiteral) {
  968       IntLiteral = dyn_cast<IntegerLiteral>(RHSExpr);
  972     if (!IntLiteral)
  989       llvm::APInt L1 = IntLiteral->getValue();
  999       llvm::APInt IntValue = IntLiteral->getValue();