Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/AST/
H A DOpenMPClause.cpp1402 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 DStmtProfile.cpp870 const OMPIsDevicePtrClause *C) { in VisitOMPIsDevicePtrClause()
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DOpenMPClause.h7413 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 DRecursiveASTVisitor.h3790 OMPIsDevicePtrClause *C) {
/openbsd-src/gnu/llvm/llvm/include/llvm/Frontend/OpenMP/
H A DOMP.td299 let clangClass = "OMPIsDevicePtrClause";
/openbsd-src/gnu/llvm/clang/lib/Serialization/
H A DASTReader.cpp10215 C = OMPIsDevicePtrClause::CreateEmpty(Context, Sizes); in readClause()
11175 void OMPClauseReader::VisitOMPIsDevicePtrClause(OMPIsDevicePtrClause *C) { in VisitOMPIsDevicePtrClause()
H A DASTWriter.cpp6992 void OMPClauseWriter::VisitOMPIsDevicePtrClause(OMPIsDevicePtrClause *C) { in VisitOMPIsDevicePtrClause()
/openbsd-src/gnu/llvm/clang/tools/libclang/
H A DCIndex.cpp2681 const OMPIsDevicePtrClause *C) { in VisitOMPIsDevicePtrClause()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DTreeTransform.h10508 TreeTransform<Derived>::TransformOMPIsDevicePtrClause(OMPIsDevicePtrClause *C) { in TransformOMPIsDevicePtrClause()
H A DSemaOpenMP.cpp23346 return OMPIsDevicePtrClause::Create(Context, Locs, MVLI.ProcessedVarList, in ActOnOpenMPIsDevicePtrClause()
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp8403 for (const auto *C : Dir.getClausesOfKind<OMPIsDevicePtrClause>()) in MappableExprsHandler()