Home
last modified time | relevance | path

Searched defs:ExprTy (Results 1 – 14 of 14) sorted by relevance

/llvm-project/flang/lib/Lower/OpenMP/
H A DClauses.h61 using ExprTy = SomeExpr; global() variable
[all...]
/llvm-project/llvm/include/llvm/Frontend/OpenMP/
H A DConstructCompositionT.h
H A DConstructDecompositionT.h88 using ExprTy = typename ClauseTy::ExprTy; member
[all...]
/llvm-project/clang/lib/Sema/
H A DSema.cpp725 QualType ExprTy = Context.getCanonicalType(E->getType()); in ImpCastExprToType() local
2547 QualType ExprTy = E.getType(); tryExprAsCall() local
H A DSemaInit.cpp1282 QualType ExprTy = T; CheckExplicitInitList() local
H A DSemaExpr.cpp4076 QualType ExprTy = E->getType(); ActOnParenExpr() local
4179 QualType ExprTy = E->getType(); CheckUnaryExprOrTypeTraitOperand() local
[all...]
H A DSemaChecking.cpp7246 QualType ExprTy = E->getType(); checkFormatExpr() local
[all...]
H A DSemaOpenMP.cpp20386 QualType ExprTy = RefExpr->getType().getNonReferenceType(); ActOnOpenMPDependClause() local
/llvm-project/llvm/unittests/Frontend/
H A DOpenMPDecompositionTest.cpp39 struct ExprTy {}; // placeholder struct
[all...]
/llvm-project/clang/lib/CodeGen/
H A DCGStmt.cpp541 QualType ExprTy = E->getType(); EmitCompoundStmtWithoutScope() local
H A DCGExprScalar.cpp1795 llvm::Type *ExprTy = ConvertType(E->getType()); VisitSYCLUniqueStableNameExpr() local
H A DCGExpr.cpp3187 QualType ExprTy = getContext().getCanonicalType(E->getSubExpr()->getType()); EmitUnaryOpLValue() local
H A DCGOpenMPRuntime.cpp6656 QualType ExprTy = E->getType().getCanonicalType(); getExprTypeSize() local
/llvm-project/clang/lib/AST/
H A DExpr.cpp5156 OMPArrayShapingExpr(QualType ExprTy,Expr * Op,SourceLocation L,SourceLocation R,ArrayRef<Expr * > Dims) OMPArrayShapingExpr() argument
5278 OMPIteratorExpr(QualType ExprTy,SourceLocation IteratorKwLoc,SourceLocation L,SourceLocation R,ArrayRef<OMPIteratorExpr::IteratorDefinition> Data,ArrayRef<OMPIteratorHelperData> Helpers) OMPIteratorExpr() argument