Searched refs:OMPHasDeviceAddrClause (Results 1 – 10 of 10) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/lib/AST/ |
| H A D | OpenMPClause.cpp | 1454 OMPHasDeviceAddrClause * 1455 OMPHasDeviceAddrClause::Create(const ASTContext &C, const OMPVarListLocTy &Locs, in Create() 1482 auto *Clause = new (Mem) OMPHasDeviceAddrClause(Locs, Sizes); in Create() 1489 OMPHasDeviceAddrClause * 1490 OMPHasDeviceAddrClause::CreateEmpty(const ASTContext &C, in CreateEmpty() 1498 return new (Mem) OMPHasDeviceAddrClause(Sizes); in CreateEmpty() 2438 void OMPClausePrinter::VisitOMPHasDeviceAddrClause(OMPHasDeviceAddrClause *Node) { in VisitOMPHasDeviceAddrClause()
|
| H A D | StmtProfile.cpp | 892 const OMPHasDeviceAddrClause *C) { in VisitOMPHasDeviceAddrClause()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | OpenMPClause.h | 7612 class OMPHasDeviceAddrClause final 7613 : public OMPMappableExprListClause<OMPHasDeviceAddrClause>, 7615 OMPHasDeviceAddrClause, Expr *, ValueDecl *, unsigned, 7632 explicit OMPHasDeviceAddrClause(const OMPVarListLocTy &Locs, in OMPHasDeviceAddrClause() function 7644 explicit OMPHasDeviceAddrClause(const OMPMappableExprListSizeTy &Sizes) in OMPHasDeviceAddrClause() function 7670 static OMPHasDeviceAddrClause * 7683 static OMPHasDeviceAddrClause * 7692 auto Children = const_cast<OMPHasDeviceAddrClause *>(this)->children(); in children()
|
| H A D | RecursiveASTVisitor.h | 3813 OMPHasDeviceAddrClause *C) {
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/ |
| H A D | OMP.td | 309 let clangClass = "OMPHasDeviceAddrClause";
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTReader.cpp | 10506 C = OMPHasDeviceAddrClause::CreateEmpty(Context, Sizes); in readClause() 11522 void OMPClauseReader::VisitOMPHasDeviceAddrClause(OMPHasDeviceAddrClause *C) { in VisitOMPHasDeviceAddrClause()
|
| H A D | ASTWriter.cpp | 7157 void OMPClauseWriter::VisitOMPHasDeviceAddrClause(OMPHasDeviceAddrClause *C) { in VisitOMPHasDeviceAddrClause()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGOpenMPRuntime.cpp | 8165 for (const auto *C : Dir.getClausesOfKind<OMPHasDeviceAddrClause>()) in MappableExprsHandler()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Sema/ |
| H A D | TreeTransform.h | 10700 OMPHasDeviceAddrClause *C) { in TransformOMPHasDeviceAddrClause()
|
| H A D | SemaOpenMP.cpp | 23909 return OMPHasDeviceAddrClause::Create(Context, Locs, MVLI.ProcessedVarList, in ActOnOpenMPHasDeviceAddrClause()
|