Home
last modified time | relevance | path

Searched refs:OMPIsDevicePtrClause (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DOpenMPClause.cpp1426 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 DStmtProfile.cpp918 const OMPIsDevicePtrClause *C) { in VisitOMPIsDevicePtrClause()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DOpenMPClause.h8135 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 DRecursiveASTVisitor.h3990 OMPIsDevicePtrClause *C) {
/freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/
H A DOMP.td263 let clangClass = "OMPIsDevicePtrClause";
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp11361 C = OMPIsDevicePtrClause::CreateEmpty(Context, Sizes); in readClause()
12411 void OMPClauseReader::VisitOMPIsDevicePtrClause(OMPIsDevicePtrClause *C) { in VisitOMPIsDevicePtrClause()
H A DASTWriter.cpp8447 void OMPClauseWriter::VisitOMPIsDevicePtrClause(OMPIsDevicePtrClause *C) { in VisitOMPIsDevicePtrClause()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp8468 for (const auto *C : Dir.getClausesOfKind<OMPIsDevicePtrClause>()) in MappableExprsHandler()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h11549 TreeTransform<Derived>::TransformOMPIsDevicePtrClause(OMPIsDevicePtrClause *C) { in TransformOMPIsDevicePtrClause()
H A DSemaOpenMP.cpp23589 return OMPIsDevicePtrClause::Create( in ActOnOpenMPIsDevicePtrClause()