reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
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));