Searched refs:OMPIsDevicePtrClause (Results 1 – 11 of 11) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
| H A D | OpenMPClause.cpp | 1345 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 D | StmtProfile.cpp | 843 const OMPIsDevicePtrClause *C) { in VisitOMPIsDevicePtrClause()
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/ |
| H A D | OpenMPClause.h | 7098 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 D | RecursiveASTVisitor.h | 3584 OMPIsDevicePtrClause *C) {
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Frontend/OpenMP/ |
| H A D | OMP.td | 230 let clangClass = "OMPIsDevicePtrClause";
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/ |
| H A D | ASTReader.cpp | 11927 C = OMPIsDevicePtrClause::CreateEmpty(Context, Sizes); in readClause() 12832 void OMPClauseReader::VisitOMPIsDevicePtrClause(OMPIsDevicePtrClause *C) { in VisitOMPIsDevicePtrClause()
|
| H A D | ASTWriter.cpp | 6601 void OMPClauseWriter::VisitOMPIsDevicePtrClause(OMPIsDevicePtrClause *C) { in VisitOMPIsDevicePtrClause()
|
| /netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/ |
| H A D | CIndex.cpp | 2550 const OMPIsDevicePtrClause *C) { in VisitOMPIsDevicePtrClause()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
| H A D | TreeTransform.h | 10053 TreeTransform<Derived>::TransformOMPIsDevicePtrClause(OMPIsDevicePtrClause *C) { in TransformOMPIsDevicePtrClause()
|
| H A D | SemaOpenMP.cpp | 20499 return OMPIsDevicePtrClause::Create(Context, Locs, MVLI.ProcessedVarList, in ActOnOpenMPIsDevicePtrClause()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
| H A D | CGOpenMPRuntime.cpp | 8690 for (const auto *C : Dir.getClausesOfKind<OMPIsDevicePtrClause>()) in MappableExprsHandler()
|