Searched defs:getPromotionType (Results 1 – 5 of 5) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/ | ||
| H A D | CIRGenExprComplex.cpp | 79 QualType getPromotionType(QualType ty, bool isDivOpCode = false) { in getPromotionType() function in __anonb9062a7a0111::ComplexExprEmitter |
| H A D | CIRGenExprScalar.cpp | 801 QualType getPromotionType(QualType ty) { in getPromotionType() function in __anon1373b7f80111::ScalarExprEmitter |
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ | ||
| H A D | CGExprComplex.cpp | 320 QualType getPromotionType(FPOptionsOverride Features, QualType Ty, in getPromotionType() function in __anon18403adf0111::ComplexExprEmitter |
| H A D | CGExprScalar.cpp | 872 QualType getPromotionType(QualType Ty) { in getPromotionType() function in __anone7cacfbd0111::ScalarExprEmitter |
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ | ||
| H A D | Decl.h | 4110 QualType getPromotionType() const { return PromotionType; } in getPromotionType() function |