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

References

tools/clang/lib/AST/ExprConstant.cpp
 3849     if (RHS.isInt()) {
 3852       if (!handleIntIntBinOp(Info, E, LHS, Opcode, RHS.getInt(), LHS))
 3856     } else if (RHS.isFloat()) {
 3860              handleFloatFloatBinOp(Info, E, FValue, Opcode, RHS.getFloat()) &&
 3872            handleFloatFloatBinOp(Info, E, Value, Opcode, RHS.getFloat()) &&
 3883     if (PointeeType.isNull() || !RHS.isInt() ||
 3889     APSInt Offset = RHS.getInt();