Home
last modified time | relevance | path

Searched refs:PromotedLHSType (Results 1 – 2 of 2) sorted by relevance

/external/clang/lib/AST/
DExprConstant.cpp2959 QualType PromotedLHSType; member
3007 APSInt LHS = HandleIntToIntCast(Info, E, PromotedLHSType, in found()
3011 Value = HandleIntToIntCast(Info, E, SubobjType, PromotedLHSType, LHS); in found()
3016 HandleFloatToFloatCast(Info, E, SubobjType, PromotedLHSType, in found()
3019 HandleFloatToFloatCast(Info, E, PromotedLHSType, SubobjType, Value); in found()
/external/llvm-project/clang/lib/AST/
DExprConstant.cpp4278 QualType PromotedLHSType; member
4342 HandleIntToIntCast(Info, E, PromotedLHSType, SubobjType, Value); in found()
4345 Value = HandleIntToIntCast(Info, E, SubobjType, PromotedLHSType, LHS); in found()
4352 PromotedLHSType, FValue) && in found()
4354 HandleFloatToIntCast(Info, E, PromotedLHSType, FValue, SubobjType, in found()
4363 HandleFloatToFloatCast(Info, E, SubobjType, PromotedLHSType, in found()
4366 HandleFloatToFloatCast(Info, E, PromotedLHSType, SubobjType, Value); in found()