Home
last modified time | relevance | path

Searched defs:TypeTy (Results 1 – 6 of 6) sorted by relevance

/llvm-project/llvm/include/llvm/Frontend/OpenMP/
H A DConstructDecompositionT.h86 using TypeTy = typename ClauseTy::TypeTy; member
284 addClauseSymsToMap(const tomp::clause::MapT<TypeTy,IdTy,ExprTy> & item,const ClauseTy * node) addClauseSymsToMap() argument
465 applyClause(const tomp::clause::CollapseT<TypeTy,IdTy,ExprTy> & clause,const ClauseTy * node) applyClause() argument
491 applyClause(const tomp::clause::PrivateT<TypeTy,IdTy,ExprTy> & clause,const ClauseTy * node) applyClause() argument
528 applyClause(const tomp::clause::FirstprivateT<TypeTy,IdTy,ExprTy> & clause,const ClauseTy * node) applyClause() argument
645 applyClause(const tomp::clause::LastprivateT<TypeTy,IdTy,ExprTy> & clause,const ClauseTy * node) applyClause() argument
725 applyClause(const tomp::clause::SharedT<TypeTy,IdTy,ExprTy> & clause,const ClauseTy * node) applyClause() argument
740 applyClause(const tomp::clause::DefaultT<TypeTy,IdTy,ExprTy> & clause,const ClauseTy * node) applyClause() argument
755 applyClause(const tomp::clause::ThreadLimitT<TypeTy,IdTy,ExprTy> & clause,const ClauseTy * node) applyClause() argument
770 applyClause(const tomp::clause::OrderT<TypeTy,IdTy,ExprTy> & clause,const ClauseTy * node) applyClause() argument
787 applyClause(const tomp::clause::AllocateT<TypeTy,IdTy,ExprTy> & clause,const ClauseTy * node) applyClause() argument
846 applyClause(const tomp::clause::ReductionT<TypeTy,IdTy,ExprTy> & clause,const ClauseTy * node) applyClause() argument
1008 applyClause(const tomp::clause::IfT<TypeTy,IdTy,ExprTy> & clause,const ClauseTy * node) applyClause() argument
1052 applyClause(const tomp::clause::LinearT<TypeTy,IdTy,ExprTy> & clause,const ClauseTy * node) applyClause() argument
1099 applyClause(const tomp::clause::NowaitT<TypeTy,IdTy,ExprTy> & clause,const ClauseTy * node) applyClause() argument
[all...]
H A DConstructCompositionT.h
/llvm-project/flang/lib/Lower/OpenMP/
H A DClauses.h35 struct TypeTy : public evaluate::SomeType { global() struct
[all...]
/llvm-project/llvm/unittests/Frontend/
H A DOpenMPDecompositionTest.cpp38 struct TypeTy {}; // placeholder struct
[all...]
/llvm-project/clang/lib/Sema/
H A DSema.cpp726 QualType TypeTy = Context.getCanonicalType(Ty); in ImpCastExprToType() local
/llvm-project/clang/include/clang/Sema/
H A DSema.h994 typedef OpaquePtr<QualType> TypeTy; global() typedef