/external/clang/include/clang/Basic/ |
D | OpenMPKinds.def | 216 OPENMP_CLAUSE(device, OMPDeviceClause)
|
/external/clang/lib/CodeGen/ |
D | CGStmtOpenMP.cpp | 3282 if (auto *C = S.getSingleClause<OMPDeviceClause>()) { in EmitOMPTargetDirective() 3410 if (auto *C = S.getSingleClause<OMPDeviceClause>()) in EmitOMPTargetDataDirective() 3430 if (auto *C = S.getSingleClause<OMPDeviceClause>()) in EmitOMPTargetEnterDataDirective() 3450 if (auto *C = S.getSingleClause<OMPDeviceClause>()) in EmitOMPTargetExitDataDirective() 3627 if (auto *C = S.getSingleClause<OMPDeviceClause>()) in EmitOMPTargetUpdateDirective()
|
/external/clang/include/clang/AST/ |
D | OpenMPClause.h | 2677 class OMPDeviceClause : public OMPClause { 2697 OMPDeviceClause(Expr *E, SourceLocation StartLoc, SourceLocation LParenLoc, in OMPDeviceClause() function 2704 OMPDeviceClause() in OMPDeviceClause() function
|
D | RecursiveASTVisitor.h | 2880 bool RecursiveASTVisitor<Derived>::VisitOMPDeviceClause(OMPDeviceClause *C) {
|
/external/llvm-project/clang/lib/AST/ |
D | OpenMPClause.cpp | 93 return static_cast<const OMPDeviceClause *>(C); in get() 1681 void OMPClausePrinter::VisitOMPDeviceClause(OMPDeviceClause *Node) { in VisitOMPDeviceClause()
|
D | StmtProfile.cpp | 749 void OMPClauseProfiler::VisitOMPDeviceClause(const OMPDeviceClause *C) { in VisitOMPDeviceClause()
|
/external/clang/lib/AST/ |
D | StmtProfile.cpp | 494 void OMPClauseProfiler::VisitOMPDeviceClause(const OMPDeviceClause *C) { in VisitOMPDeviceClause()
|
D | StmtPrinter.cpp | 721 void OMPClausePrinter::VisitOMPDeviceClause(OMPDeviceClause *Node) { in VisitOMPDeviceClause()
|
/external/llvm-project/clang/lib/CodeGen/ |
D | CGStmtOpenMP.cpp | 5498 if (auto *C = S.getSingleClause<OMPDeviceClause>()) in emitCommonOMPTargetDirective() 6203 if (const auto *C = S.getSingleClause<OMPDeviceClause>()) in EmitOMPTargetDataDirective() 6228 if (const auto *C = S.getSingleClause<OMPDeviceClause>()) in EmitOMPTargetEnterDataDirective() 6249 if (const auto *C = S.getSingleClause<OMPDeviceClause>()) in EmitOMPTargetExitDataDirective() 6641 if (const auto *C = S.getSingleClause<OMPDeviceClause>()) in EmitOMPTargetUpdateDirective()
|
D | CGOpenMPRuntime.cpp | 4284 if (auto *C = D.getSingleClause<OMPDeviceClause>()) in emitTaskInit()
|
/external/llvm-project/clang/include/clang/AST/ |
D | OpenMPClause.h | 4564 class OMPDeviceClause : public OMPClause, public OMPClauseWithPreInit { 4601 OMPDeviceClause(OpenMPDeviceClauseModifier Modifier, Expr *E, Stmt *HelperE, in OMPDeviceClause() function 4612 OMPDeviceClause() in OMPDeviceClause() function
|
D | RecursiveASTVisitor.h | 3400 bool RecursiveASTVisitor<Derived>::VisitOMPDeviceClause(OMPDeviceClause *C) {
|
/external/llvm-project/llvm/include/llvm/Frontend/OpenMP/ |
D | OMP.td | 169 let clangClass = "OMPDeviceClause";
|
D | OMPKinds.def | 80 __OMP_CLAUSE(device, OMPDeviceClause)
|
/external/clang/lib/Serialization/ |
D | ASTReaderStmt.cpp | 1874 C = new (Context) OMPDeviceClause(); in readClause() 2257 void OMPClauseReader::VisitOMPDeviceClause(OMPDeviceClause *C) { in VisitOMPDeviceClause()
|
D | ASTWriterStmt.cpp | 2029 void OMPClauseWriter::VisitOMPDeviceClause(OMPDeviceClause *C) { in VisitOMPDeviceClause()
|
/external/llvm-project/clang/lib/Serialization/ |
D | ASTReader.cpp | 11981 C = new (Context) OMPDeviceClause(); in readClause() 12569 void OMPClauseReader::VisitOMPDeviceClause(OMPDeviceClause *C) { in VisitOMPDeviceClause()
|
D | ASTWriter.cpp | 6573 void OMPClauseWriter::VisitOMPDeviceClause(OMPDeviceClause *C) { in VisitOMPDeviceClause()
|
/external/clang/tools/libclang/ |
D | CIndex.cpp | 2123 void OMPClauseEnqueue::VisitOMPDeviceClause(const OMPDeviceClause *C) { in VisitOMPDeviceClause()
|
/external/llvm-project/clang/tools/libclang/ |
D | CIndex.cpp | 2288 void OMPClauseEnqueue::VisitOMPDeviceClause(const OMPDeviceClause *C) { in VisitOMPDeviceClause()
|
/external/clang/lib/Sema/ |
D | SemaOpenMP.cpp | 10288 return new (Context) OMPDeviceClause(ValExpr, StartLoc, LParenLoc, EndLoc); in ActOnOpenMPDeviceClause()
|
D | TreeTransform.h | 8014 TreeTransform<Derived>::TransformOMPDeviceClause(OMPDeviceClause *C) { in TransformOMPDeviceClause()
|
/external/llvm-project/clang/lib/Sema/ |
D | TreeTransform.h | 9568 TreeTransform<Derived>::TransformOMPDeviceClause(OMPDeviceClause *C) { in TransformOMPDeviceClause()
|
D | SemaOpenMP.cpp | 16669 OMPDeviceClause(Modifier, ValExpr, HelperValStmt, CaptureRegion, StartLoc, in ActOnOpenMPDeviceClause()
|