Home
last modified time | relevance | path

Searched refs:OMPIsDevicePtrClause (Results 1 – 11 of 11) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DOpenMPClause.cpp1345 OMPIsDevicePtrClause *
1346 OMPIsDevicePtrClause::Create(const ASTContext &C, const OMPVarListLocTy &Locs, in Create()
1373 OMPIsDevicePtrClause *Clause = new (Mem) OMPIsDevicePtrClause(Locs, Sizes); in Create()
1380 OMPIsDevicePtrClause *
1381 OMPIsDevicePtrClause::CreateEmpty(const ASTContext &C, in CreateEmpty()
1389 return new (Mem) OMPIsDevicePtrClause(Sizes); in CreateEmpty()
2179 void OMPClausePrinter::VisitOMPIsDevicePtrClause(OMPIsDevicePtrClause *Node) { in VisitOMPIsDevicePtrClause()
H A DStmtProfile.cpp843 const OMPIsDevicePtrClause *C) { in VisitOMPIsDevicePtrClause()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DOpenMPClause.h7098 class OMPIsDevicePtrClause final
7099 : public OMPMappableExprListClause<OMPIsDevicePtrClause>,
7101 OMPIsDevicePtrClause, Expr *, ValueDecl *, unsigned,
7118 explicit OMPIsDevicePtrClause(const OMPVarListLocTy &Locs, in OMPIsDevicePtrClause() function
7129 explicit OMPIsDevicePtrClause(const OMPMappableExprListSizeTy &Sizes) in OMPIsDevicePtrClause() function
7155 static OMPIsDevicePtrClause *
7168 static OMPIsDevicePtrClause *
7177 auto Children = const_cast<OMPIsDevicePtrClause *>(this)->children(); in children()
H A DRecursiveASTVisitor.h3584 OMPIsDevicePtrClause *C) {
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Frontend/OpenMP/
H A DOMP.td230 let clangClass = "OMPIsDevicePtrClause";
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTReader.cpp11927 C = OMPIsDevicePtrClause::CreateEmpty(Context, Sizes); in readClause()
12832 void OMPClauseReader::VisitOMPIsDevicePtrClause(OMPIsDevicePtrClause *C) { in VisitOMPIsDevicePtrClause()
H A DASTWriter.cpp6601 void OMPClauseWriter::VisitOMPIsDevicePtrClause(OMPIsDevicePtrClause *C) { in VisitOMPIsDevicePtrClause()
/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/
H A DCIndex.cpp2550 const OMPIsDevicePtrClause *C) { in VisitOMPIsDevicePtrClause()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DTreeTransform.h10053 TreeTransform<Derived>::TransformOMPIsDevicePtrClause(OMPIsDevicePtrClause *C) { in TransformOMPIsDevicePtrClause()
H A DSemaOpenMP.cpp20499 return OMPIsDevicePtrClause::Create(Context, Locs, MVLI.ProcessedVarList, in ActOnOpenMPIsDevicePtrClause()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp8690 for (const auto *C : Dir.getClausesOfKind<OMPIsDevicePtrClause>()) in MappableExprsHandler()