Home
last modified time | relevance | path

Searched defs:getPromotionType (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenExprComplex.cpp79 QualType getPromotionType(QualType ty, bool isDivOpCode = false) { in getPromotionType() function in __anonb9062a7a0111::ComplexExprEmitter
H A DCIRGenExprScalar.cpp801 QualType getPromotionType(QualType ty) { in getPromotionType() function in __anon1373b7f80111::ScalarExprEmitter
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprComplex.cpp320 QualType getPromotionType(FPOptionsOverride Features, QualType Ty, in getPromotionType() function in __anon18403adf0111::ComplexExprEmitter
H A DCGExprScalar.cpp872 QualType getPromotionType(QualType Ty) { in getPromotionType() function in __anone7cacfbd0111::ScalarExprEmitter
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h4110 QualType getPromotionType() const { return PromotionType; } in getPromotionType() function