Home
last modified time | relevance | path

Searched defs:exprTy (Results 1 – 3 of 3) sorted by relevance

/llvm-project/flang/lib/Optimizer/HLFIR/IR/
H A DHLFIROps.cpp1482 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 DBufferizeHLFIR.cpp220 hlfir::ExprType exprTy = matchAndRewrite() local
/llvm-project/clang/include/clang/AST/
H A DExpr.h3741 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