Searched defs:getPromotionType (Results 1 – 3 of 3) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/ | ||
| H A D | CGExprComplex.cpp | 286 QualType getPromotionType(QualType Ty) { in getPromotionType() function in __anonfcbe76150111::ComplexExprEmitter |
| H A D | CGExprScalar.cpp | 816 QualType getPromotionType(QualType Ty) { in getPromotionType() function in __anondf337c330111::ScalarExprEmitter |
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/ | ||
| H A D | Decl.h | 3976 QualType getPromotionType() const { return PromotionType; } in getPromotionType() function |