Searched refs:OMPIsDevicePtrClause (Results 1 – 10 of 10) sorted by relevance
| /src/contrib/llvm-project/clang/lib/AST/ |
| H A D | OpenMPClause.cpp | 1407 OMPIsDevicePtrClause * 1408 OMPIsDevicePtrClause::Create(const ASTContext &C, const OMPVarListLocTy &Locs, in Create() 1435 OMPIsDevicePtrClause *Clause = new (Mem) OMPIsDevicePtrClause(Locs, Sizes); in Create() 1442 OMPIsDevicePtrClause * 1443 OMPIsDevicePtrClause::CreateEmpty(const ASTContext &C, in CreateEmpty() 1451 return new (Mem) OMPIsDevicePtrClause(Sizes); in CreateEmpty() 2432 void OMPClausePrinter::VisitOMPIsDevicePtrClause(OMPIsDevicePtrClause *Node) { in VisitOMPIsDevicePtrClause()
|
| H A D | StmtProfile.cpp | 890 const OMPIsDevicePtrClause *C) { in VisitOMPIsDevicePtrClause()
|
| /src/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | OpenMPClause.h | 7549 class OMPIsDevicePtrClause final 7550 : public OMPMappableExprListClause<OMPIsDevicePtrClause>, 7552 OMPIsDevicePtrClause, Expr *, ValueDecl *, unsigned, 7569 explicit OMPIsDevicePtrClause(const OMPVarListLocTy &Locs, in OMPIsDevicePtrClause() function 7580 explicit OMPIsDevicePtrClause(const OMPMappableExprListSizeTy &Sizes) in OMPIsDevicePtrClause() function 7606 static OMPIsDevicePtrClause * 7619 static OMPIsDevicePtrClause * 7628 auto Children = const_cast<OMPIsDevicePtrClause *>(this)->children(); in children()
|
| H A D | RecursiveASTVisitor.h | 3881 OMPIsDevicePtrClause *C) {
|
| /src/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/ |
| H A D | OMP.td | 218 let clangClass = "OMPIsDevicePtrClause";
|
| /src/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTReader.cpp | 10696 C = OMPIsDevicePtrClause::CreateEmpty(Context, Sizes); in readClause() 11680 void OMPClauseReader::VisitOMPIsDevicePtrClause(OMPIsDevicePtrClause *C) { in VisitOMPIsDevicePtrClause()
|
| H A D | ASTWriter.cpp | 7724 void OMPClauseWriter::VisitOMPIsDevicePtrClause(OMPIsDevicePtrClause *C) { in VisitOMPIsDevicePtrClause()
|
| /src/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGOpenMPRuntime.cpp | 8212 for (const auto *C : Dir.getClausesOfKind<OMPIsDevicePtrClause>()) in MappableExprsHandler()
|
| /src/contrib/llvm-project/clang/lib/Sema/ |
| H A D | TreeTransform.h | 11021 TreeTransform<Derived>::TransformOMPIsDevicePtrClause(OMPIsDevicePtrClause *C) { in TransformOMPIsDevicePtrClause()
|
| H A D | SemaOpenMP.cpp | 22670 return OMPIsDevicePtrClause::Create( in ActOnOpenMPIsDevicePtrClause()
|