Searched refs:OMPIsDevicePtrClause (Results 1 – 10 of 10) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | OpenMPClause.cpp | 1426 OMPIsDevicePtrClause * 1427 OMPIsDevicePtrClause::Create(const ASTContext &C, const OMPVarListLocTy &Locs, in Create() 1454 OMPIsDevicePtrClause *Clause = new (Mem) OMPIsDevicePtrClause(Locs, Sizes); in Create() 1461 OMPIsDevicePtrClause * 1462 OMPIsDevicePtrClause::CreateEmpty(const ASTContext &C, in CreateEmpty() 1470 return new (Mem) OMPIsDevicePtrClause(Sizes); in CreateEmpty() 2626 void OMPClausePrinter::VisitOMPIsDevicePtrClause(OMPIsDevicePtrClause *Node) { in VisitOMPIsDevicePtrClause()
|
| H A D | StmtProfile.cpp | 918 const OMPIsDevicePtrClause *C) { in VisitOMPIsDevicePtrClause()
|
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | OpenMPClause.h | 8135 class OMPIsDevicePtrClause final 8136 : public OMPMappableExprListClause<OMPIsDevicePtrClause>, 8138 OMPIsDevicePtrClause, Expr *, ValueDecl *, unsigned, 8155 explicit OMPIsDevicePtrClause(const OMPVarListLocTy &Locs, in OMPIsDevicePtrClause() function 8166 explicit OMPIsDevicePtrClause(const OMPMappableExprListSizeTy &Sizes) in OMPIsDevicePtrClause() function 8192 static OMPIsDevicePtrClause * 8205 static OMPIsDevicePtrClause * 8214 auto Children = const_cast<OMPIsDevicePtrClause *>(this)->children(); in children()
|
| H A D | RecursiveASTVisitor.h | 3990 OMPIsDevicePtrClause *C) {
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/ |
| H A D | OMP.td | 263 let clangClass = "OMPIsDevicePtrClause";
|
| /freebsd/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTReader.cpp | 11361 C = OMPIsDevicePtrClause::CreateEmpty(Context, Sizes); in readClause() 12411 void OMPClauseReader::VisitOMPIsDevicePtrClause(OMPIsDevicePtrClause *C) { in VisitOMPIsDevicePtrClause()
|
| H A D | ASTWriter.cpp | 8447 void OMPClauseWriter::VisitOMPIsDevicePtrClause(OMPIsDevicePtrClause *C) { in VisitOMPIsDevicePtrClause()
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGOpenMPRuntime.cpp | 8468 for (const auto *C : Dir.getClausesOfKind<OMPIsDevicePtrClause>()) in MappableExprsHandler()
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | TreeTransform.h | 11549 TreeTransform<Derived>::TransformOMPIsDevicePtrClause(OMPIsDevicePtrClause *C) { in TransformOMPIsDevicePtrClause()
|
| H A D | SemaOpenMP.cpp | 23589 return OMPIsDevicePtrClause::Create( in ActOnOpenMPIsDevicePtrClause()
|