Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DOpenMPClause.cpp753 OMPIsDevicePtrClause *OMPIsDevicePtrClause::Create(const ASTContext &C, in Create()
759 OMPIsDevicePtrClause *Clause = in Create()
760 new (Mem) OMPIsDevicePtrClause(StartLoc, LParenLoc, EndLoc, VL.size()); in Create()
765 OMPIsDevicePtrClause *OMPIsDevicePtrClause::CreateEmpty(const ASTContext &C, in CreateEmpty()
768 return new (Mem) OMPIsDevicePtrClause(N); in CreateEmpty()
DStmtProfile.cpp537 const OMPIsDevicePtrClause *C) { in VisitOMPIsDevicePtrClause()
DStmtPrinter.cpp959 void OMPClausePrinter::VisitOMPIsDevicePtrClause(OMPIsDevicePtrClause *Node) { in VisitOMPIsDevicePtrClause()
/external/clang/include/clang/AST/
DOpenMPClause.h4295 class OMPIsDevicePtrClause final
4296 : public OMPVarListClause<OMPIsDevicePtrClause>,
4297 private llvm::TrailingObjects<OMPIsDevicePtrClause, Expr *> {
4308 OMPIsDevicePtrClause(SourceLocation StartLoc, SourceLocation LParenLoc, in OMPIsDevicePtrClause() function
4310 : OMPVarListClause<OMPIsDevicePtrClause>(OMPC_is_device_ptr, StartLoc, in OMPIsDevicePtrClause()
4317 explicit OMPIsDevicePtrClause(unsigned N) in OMPIsDevicePtrClause() function
4318 : OMPVarListClause<OMPIsDevicePtrClause>( in OMPIsDevicePtrClause()
4331 static OMPIsDevicePtrClause *
4339 static OMPIsDevicePtrClause *CreateEmpty(const ASTContext &C, unsigned N);
DRecursiveASTVisitor.h2967 OMPIsDevicePtrClause *C) {
/external/llvm-project/clang/lib/AST/
DOpenMPClause.cpp1307 OMPIsDevicePtrClause *
1308 OMPIsDevicePtrClause::Create(const ASTContext &C, const OMPVarListLocTy &Locs, in Create()
1335 OMPIsDevicePtrClause *Clause = new (Mem) OMPIsDevicePtrClause(Locs, Sizes); in Create()
1342 OMPIsDevicePtrClause *
1343 OMPIsDevicePtrClause::CreateEmpty(const ASTContext &C, in CreateEmpty()
1351 return new (Mem) OMPIsDevicePtrClause(Sizes); in CreateEmpty()
2054 void OMPClausePrinter::VisitOMPIsDevicePtrClause(OMPIsDevicePtrClause *Node) { in VisitOMPIsDevicePtrClause()
DStmtProfile.cpp806 const OMPIsDevicePtrClause *C) { in VisitOMPIsDevicePtrClause()
/external/llvm-project/clang/include/clang/AST/
DOpenMPClause.h7004 class OMPIsDevicePtrClause final
7005 : public OMPMappableExprListClause<OMPIsDevicePtrClause>,
7007 OMPIsDevicePtrClause, Expr *, ValueDecl *, unsigned,
7024 explicit OMPIsDevicePtrClause(const OMPVarListLocTy &Locs, in OMPIsDevicePtrClause() function
7035 explicit OMPIsDevicePtrClause(const OMPMappableExprListSizeTy &Sizes) in OMPIsDevicePtrClause() function
7061 static OMPIsDevicePtrClause *
7074 static OMPIsDevicePtrClause *
7083 auto Children = const_cast<OMPIsDevicePtrClause *>(this)->children(); in children()
DRecursiveASTVisitor.h3500 OMPIsDevicePtrClause *C) {
/external/clang/include/clang/Basic/
DOpenMPKinds.def232 OPENMP_CLAUSE(is_device_ptr, OMPIsDevicePtrClause)
/external/llvm-project/llvm/include/llvm/Frontend/OpenMP/
DOMP.td229 let clangClass = "OMPIsDevicePtrClause";
DOMPKinds.def96 __OMP_CLAUSE(is_device_ptr, OMPIsDevicePtrClause)
/external/clang/lib/Serialization/
DASTReaderStmt.cpp1931 C = OMPIsDevicePtrClause::CreateEmpty(Context, Record[Idx++]); in readClause()
2461 void OMPClauseReader::VisitOMPIsDevicePtrClause(OMPIsDevicePtrClause *C) { in VisitOMPIsDevicePtrClause()
DASTWriterStmt.cpp2153 void OMPClauseWriter::VisitOMPIsDevicePtrClause(OMPIsDevicePtrClause *C) { in VisitOMPIsDevicePtrClause()
/external/llvm-project/clang/lib/Serialization/
DASTReader.cpp12058 C = OMPIsDevicePtrClause::CreateEmpty(Context, Sizes); in readClause()
12907 void OMPClauseReader::VisitOMPIsDevicePtrClause(OMPIsDevicePtrClause *C) { in VisitOMPIsDevicePtrClause()
DASTWriter.cpp6777 void OMPClauseWriter::VisitOMPIsDevicePtrClause(OMPIsDevicePtrClause *C) { in VisitOMPIsDevicePtrClause()
/external/clang/tools/libclang/
DCIndex.cpp2283 void OMPClauseEnqueue::VisitOMPIsDevicePtrClause(const OMPIsDevicePtrClause *C) { in VisitOMPIsDevicePtrClause()
/external/llvm-project/clang/tools/libclang/
DCIndex.cpp2516 const OMPIsDevicePtrClause *C) { in VisitOMPIsDevicePtrClause()
/external/clang/lib/Sema/
DSemaOpenMP.cpp11757 return OMPIsDevicePtrClause::Create(Context, StartLoc, LParenLoc, EndLoc, in ActOnOpenMPIsDevicePtrClause()
DTreeTransform.h8159 TreeTransform<Derived>::TransformOMPIsDevicePtrClause(OMPIsDevicePtrClause *C) { in TransformOMPIsDevicePtrClause()
/external/llvm-project/clang/lib/Sema/
DTreeTransform.h9815 TreeTransform<Derived>::TransformOMPIsDevicePtrClause(OMPIsDevicePtrClause *C) { in TransformOMPIsDevicePtrClause()
DSemaOpenMP.cpp19067 return OMPIsDevicePtrClause::Create(Context, Locs, MVLI.ProcessedVarList, in ActOnOpenMPIsDevicePtrClause()
/external/llvm-project/clang/lib/CodeGen/
DCGOpenMPRuntime.cpp8221 for (const auto *C : Dir.getClausesOfKind<OMPIsDevicePtrClause>()) in MappableExprsHandler()