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

References

tools/clang/lib/AST/ExprConstant.cpp
 2466     Result = Op(LHS, RHS);
 2470   APSInt Value(Op(LHS.extend(BitWidth), RHS.extend(BitWidth)), false);
tools/clang/lib/AST/Interp/Interp.h
  115   APSInt Value = OpAP<APSInt>()(LHS.toAPSInt(Bits), RHS.toAPSInt(Bits));