Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/AST/
H A DExprConstant.cpp4334 QualType PromotedLHSType; member
4398 HandleIntToIntCast(Info, E, PromotedLHSType, SubobjType, Value); in found()
4401 Value = HandleIntToIntCast(Info, E, SubobjType, PromotedLHSType, LHS); in found()
4408 PromotedLHSType, FValue) && in found()
4410 HandleFloatToIntCast(Info, E, PromotedLHSType, FValue, SubobjType, in found()
4419 HandleFloatToFloatCast(Info, E, SubobjType, PromotedLHSType, in found()
4422 HandleFloatToFloatCast(Info, E, PromotedLHSType, SubobjType, Value); in found()