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

References

tools/clang/lib/AST/ExprConstant.cpp
12968         (LHS.getComplexIntReal() * RHS.getComplexIntImag() +
13032       APSInt Den = RHS.getComplexIntReal() * RHS.getComplexIntReal() +
13035         (LHS.getComplexIntReal() * RHS.getComplexIntReal() +
tools/clang/lib/AST/Interp/Interp.h
  750     APSInt NewIndex = Add ? (APIndex + APOffset) : (APIndex - APOffset);
tools/clang/lib/Analysis/CFG.cpp
 1092       ((L1 < L2) ? L1 : L2) + llvm::APSInt(llvm::APInt(L1.getBitWidth(), 1),
tools/clang/lib/CodeGen/CGExpr.cpp
 3711         Idx = llvm::ConstantInt::get(IntPtrTy, ConstLength + ConstLowerBound);
tools/clang/lib/Lex/PPExpressions.cpp
  705         Res = LHS.Val + RHS.Val;
tools/clang/lib/StaticAnalyzer/Core/BasicValueFactory.cpp
  225       return &getValue( V1 + V2 );
tools/clang/lib/StaticAnalyzer/Core/SimpleSValBuilder.cpp
  419     ResultInt = (Op == BO_Add) ? (LInt + RInt) : (LInt - RInt);
 1156           rightI = leftI + rightI;
tools/clang/lib/StaticAnalyzer/Core/Store.cpp
  533   nonloc::ConcreteInt NewIdx(svalBuilder.getBasicValueFactory().getValue(BaseIdxI +
usr/include/c++/7.4.0/bits/stl_function.h
  172       { return __x + __y; }