Searched refs:exprTy (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/ |
| H A D | CIRGenBuiltin.cpp | 53 mlir::Type exprTy = cgf.convertType(e->getType()); in emitBuiltinBitOp() local 54 if (exprTy != result.getType()) in emitBuiltinBitOp() 55 result = builder.createIntCast(result, exprTy); in emitBuiltinBitOp()
|
| H A D | CIRGenExpr.cpp | 651 QualType exprTy = getContext().getCanonicalType(e->getSubExpr()->getType()); in emitUnaryOpLValue() local 652 QualType elemTy = exprTy->castAs<clang::ComplexType>()->getElementType(); in emitUnaryOpLValue()
|
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | Expr.h | 3862 ExplicitCastExpr(StmtClass SC, QualType exprTy, ExprValueKind VK, in ExplicitCastExpr() argument 3865 : CastExpr(SC, exprTy, VK, kind, op, PathSize, HasFPFeatures), in ExplicitCastExpr() 3901 CStyleCastExpr(QualType exprTy, ExprValueKind vk, CastKind kind, Expr *op, in CStyleCastExpr() argument 3904 : ExplicitCastExpr(CStyleCastExprClass, exprTy, vk, kind, op, PathSize, in CStyleCastExpr()
|