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

References

tools/clang/lib/AST/ExprConstant.cpp
 3839     if (!checkConst(SubobjType))
 3842     if (!SubobjType->isIntegerType()) {
 3851           HandleIntToIntCast(Info, E, PromotedLHSType, SubobjType, Value);
 3854       Value = HandleIntToIntCast(Info, E, SubobjType, PromotedLHSType, LHS);
 3858       return HandleIntToFloatCast(Info, E, SubobjType, Value, PromotedLHSType,
 3861              HandleFloatToIntCast(Info, E, PromotedLHSType, FValue, SubobjType,