/external/clang/lib/AST/ |
D | OpenMPClause.cpp | 753 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()
|
D | StmtProfile.cpp | 537 const OMPIsDevicePtrClause *C) { in VisitOMPIsDevicePtrClause()
|
D | StmtPrinter.cpp | 959 void OMPClausePrinter::VisitOMPIsDevicePtrClause(OMPIsDevicePtrClause *Node) { in VisitOMPIsDevicePtrClause()
|
/external/clang/include/clang/AST/ |
D | OpenMPClause.h | 4295 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);
|
D | RecursiveASTVisitor.h | 2967 OMPIsDevicePtrClause *C) {
|
/external/llvm-project/clang/lib/AST/ |
D | OpenMPClause.cpp | 1307 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()
|
D | StmtProfile.cpp | 806 const OMPIsDevicePtrClause *C) { in VisitOMPIsDevicePtrClause()
|
/external/llvm-project/clang/include/clang/AST/ |
D | OpenMPClause.h | 7004 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()
|
D | RecursiveASTVisitor.h | 3500 OMPIsDevicePtrClause *C) {
|
/external/clang/include/clang/Basic/ |
D | OpenMPKinds.def | 232 OPENMP_CLAUSE(is_device_ptr, OMPIsDevicePtrClause)
|
/external/llvm-project/llvm/include/llvm/Frontend/OpenMP/ |
D | OMP.td | 229 let clangClass = "OMPIsDevicePtrClause";
|
D | OMPKinds.def | 96 __OMP_CLAUSE(is_device_ptr, OMPIsDevicePtrClause)
|
/external/clang/lib/Serialization/ |
D | ASTReaderStmt.cpp | 1931 C = OMPIsDevicePtrClause::CreateEmpty(Context, Record[Idx++]); in readClause() 2461 void OMPClauseReader::VisitOMPIsDevicePtrClause(OMPIsDevicePtrClause *C) { in VisitOMPIsDevicePtrClause()
|
D | ASTWriterStmt.cpp | 2153 void OMPClauseWriter::VisitOMPIsDevicePtrClause(OMPIsDevicePtrClause *C) { in VisitOMPIsDevicePtrClause()
|
/external/llvm-project/clang/lib/Serialization/ |
D | ASTReader.cpp | 12058 C = OMPIsDevicePtrClause::CreateEmpty(Context, Sizes); in readClause() 12907 void OMPClauseReader::VisitOMPIsDevicePtrClause(OMPIsDevicePtrClause *C) { in VisitOMPIsDevicePtrClause()
|
D | ASTWriter.cpp | 6777 void OMPClauseWriter::VisitOMPIsDevicePtrClause(OMPIsDevicePtrClause *C) { in VisitOMPIsDevicePtrClause()
|
/external/clang/tools/libclang/ |
D | CIndex.cpp | 2283 void OMPClauseEnqueue::VisitOMPIsDevicePtrClause(const OMPIsDevicePtrClause *C) { in VisitOMPIsDevicePtrClause()
|
/external/llvm-project/clang/tools/libclang/ |
D | CIndex.cpp | 2516 const OMPIsDevicePtrClause *C) { in VisitOMPIsDevicePtrClause()
|
/external/clang/lib/Sema/ |
D | SemaOpenMP.cpp | 11757 return OMPIsDevicePtrClause::Create(Context, StartLoc, LParenLoc, EndLoc, in ActOnOpenMPIsDevicePtrClause()
|
D | TreeTransform.h | 8159 TreeTransform<Derived>::TransformOMPIsDevicePtrClause(OMPIsDevicePtrClause *C) { in TransformOMPIsDevicePtrClause()
|
/external/llvm-project/clang/lib/Sema/ |
D | TreeTransform.h | 9815 TreeTransform<Derived>::TransformOMPIsDevicePtrClause(OMPIsDevicePtrClause *C) { in TransformOMPIsDevicePtrClause()
|
D | SemaOpenMP.cpp | 19067 return OMPIsDevicePtrClause::Create(Context, Locs, MVLI.ProcessedVarList, in ActOnOpenMPIsDevicePtrClause()
|
/external/llvm-project/clang/lib/CodeGen/ |
D | CGOpenMPRuntime.cpp | 8221 for (const auto *C : Dir.getClausesOfKind<OMPIsDevicePtrClause>()) in MappableExprsHandler()
|