Searched defs:exprTy (Results 1 – 3 of 3) sorted by relevance
/llvm-project/flang/lib/Optimizer/HLFIR/IR/ |
H A D | HLFIROps.cpp | 1482 hlfir::ExprType exprTy = mlir::cast<hlfir::ExprType>(expr.getType()); verify() local 1509 hlfir::ExprType exprTy = mlir::cast<hlfir::ExprType>(expr.getType()); build() local 1522 hlfir::ExprType exprTy = mlir::cast<hlfir::ExprType>(expr.getType()); verify() local 1929 auto exprTy = mlir::cast<hlfir::ExprType>(getLength.getExpr().getType()); canonicalize() local
|
/llvm-project/flang/lib/Optimizer/HLFIR/Transforms/ |
H A D | BufferizeHLFIR.cpp | 220 hlfir::ExprType exprTy = matchAndRewrite() local
|
/llvm-project/clang/include/clang/AST/ |
H A D | Expr.h | 3741 ExplicitCastExpr(StmtClass SC,QualType exprTy,ExprValueKind VK,CastKind kind,Expr * op,unsigned PathSize,bool HasFPFeatures,TypeSourceInfo * writtenTy) ExplicitCastExpr() argument 3780 CStyleCastExpr(QualType exprTy,ExprValueKind vk,CastKind kind,Expr * op,unsigned PathSize,FPOptionsOverride FPO,TypeSourceInfo * writtenTy,SourceLocation l,SourceLocation r) CStyleCastExpr() argument
|