Searched refs:OMPIsDevicePtrClause (Results 1 – 11 of 11) sorted by relevance
| /openbsd-src/gnu/llvm/clang/lib/AST/ |
| H A D | OpenMPClause.cpp | 1402 OMPIsDevicePtrClause * 1403 OMPIsDevicePtrClause::Create(const ASTContext &C, const OMPVarListLocTy &Locs, in Create() 1430 OMPIsDevicePtrClause *Clause = new (Mem) OMPIsDevicePtrClause(Locs, Sizes); in Create() 1437 OMPIsDevicePtrClause * 1438 OMPIsDevicePtrClause::CreateEmpty(const ASTContext &C, in CreateEmpty() 1446 return new (Mem) OMPIsDevicePtrClause(Sizes); in CreateEmpty() 2365 void OMPClausePrinter::VisitOMPIsDevicePtrClause(OMPIsDevicePtrClause *Node) { in VisitOMPIsDevicePtrClause()
|
| H A D | StmtProfile.cpp | 870 const OMPIsDevicePtrClause *C) { in VisitOMPIsDevicePtrClause()
|
| /openbsd-src/gnu/llvm/clang/include/clang/AST/ |
| H A D | OpenMPClause.h | 7413 class OMPIsDevicePtrClause final 7414 : public OMPMappableExprListClause<OMPIsDevicePtrClause>, 7416 OMPIsDevicePtrClause, Expr *, ValueDecl *, unsigned, 7433 explicit OMPIsDevicePtrClause(const OMPVarListLocTy &Locs, in OMPIsDevicePtrClause() function 7444 explicit OMPIsDevicePtrClause(const OMPMappableExprListSizeTy &Sizes) in OMPIsDevicePtrClause() function 7470 static OMPIsDevicePtrClause * 7483 static OMPIsDevicePtrClause * 7492 auto Children = const_cast<OMPIsDevicePtrClause *>(this)->children(); in children()
|
| H A D | RecursiveASTVisitor.h | 3790 OMPIsDevicePtrClause *C) {
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/Frontend/OpenMP/ |
| H A D | OMP.td | 299 let clangClass = "OMPIsDevicePtrClause";
|
| /openbsd-src/gnu/llvm/clang/lib/Serialization/ |
| H A D | ASTReader.cpp | 10215 C = OMPIsDevicePtrClause::CreateEmpty(Context, Sizes); in readClause() 11175 void OMPClauseReader::VisitOMPIsDevicePtrClause(OMPIsDevicePtrClause *C) { in VisitOMPIsDevicePtrClause()
|
| H A D | ASTWriter.cpp | 6992 void OMPClauseWriter::VisitOMPIsDevicePtrClause(OMPIsDevicePtrClause *C) { in VisitOMPIsDevicePtrClause()
|
| /openbsd-src/gnu/llvm/clang/tools/libclang/ |
| H A D | CIndex.cpp | 2681 const OMPIsDevicePtrClause *C) { in VisitOMPIsDevicePtrClause()
|
| /openbsd-src/gnu/llvm/clang/lib/Sema/ |
| H A D | TreeTransform.h | 10508 TreeTransform<Derived>::TransformOMPIsDevicePtrClause(OMPIsDevicePtrClause *C) { in TransformOMPIsDevicePtrClause()
|
| H A D | SemaOpenMP.cpp | 23346 return OMPIsDevicePtrClause::Create(Context, Locs, MVLI.ProcessedVarList, in ActOnOpenMPIsDevicePtrClause()
|
| /openbsd-src/gnu/llvm/clang/lib/CodeGen/ |
| H A D | CGOpenMPRuntime.cpp | 8403 for (const auto *C : Dir.getClausesOfKind<OMPIsDevicePtrClause>()) in MappableExprsHandler()
|