Home
last modified time | relevance | path

Searched refs:VisitOMPLoopDirective (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/gnu/llvm/clang/lib/AST/
H A DStmtProfile.cpp933 void StmtProfiler::VisitOMPLoopDirective(const OMPLoopDirective *S) { in VisitOMPLoopDirective() function in StmtProfiler
946 VisitOMPLoopDirective(S); in VisitOMPSimdDirective()
963 VisitOMPLoopDirective(S); in VisitOMPForDirective()
967 VisitOMPLoopDirective(S); in VisitOMPForSimdDirective()
993 VisitOMPLoopDirective(S); in VisitOMPParallelForDirective()
998 VisitOMPLoopDirective(S); in VisitOMPParallelForSimdDirective()
1103 VisitOMPLoopDirective(S); in VisitOMPTaskLoopDirective()
1108 VisitOMPLoopDirective(S); in VisitOMPTaskLoopSimdDirective()
1113 VisitOMPLoopDirective(S); in VisitOMPMasterTaskLoopDirective()
1118 VisitOMPLoopDirective(S); in VisitOMPMaskedTaskLoopDirective()
[all …]
/openbsd-src/gnu/llvm/clang/lib/Serialization/
H A DASTWriterStmt.cpp2236 void ASTStmtWriter::VisitOMPLoopDirective(OMPLoopDirective *D) { in VisitOMPLoopDirective() function in ASTStmtWriter
2255 VisitOMPLoopDirective(D); in VisitOMPSimdDirective()
2276 VisitOMPLoopDirective(D); in VisitOMPForDirective()
2282 VisitOMPLoopDirective(D); in VisitOMPForSimdDirective()
2320 VisitOMPLoopDirective(D); in VisitOMPParallelForDirective()
2327 VisitOMPLoopDirective(D); in VisitOMPParallelForSimdDirective()
2405 VisitOMPLoopDirective(D); in VisitOMPTargetParallelForDirective()
2488 VisitOMPLoopDirective(D); in VisitOMPTaskLoopDirective()
2494 VisitOMPLoopDirective(D); in VisitOMPTaskLoopSimdDirective()
2500 VisitOMPLoopDirective(D); in VisitOMPMasterTaskLoopDirective()
[all …]
H A DASTReaderStmt.cpp2331 void ASTStmtReader::VisitOMPLoopDirective(OMPLoopDirective *D) { in VisitOMPLoopDirective() function in ASTStmtReader
2349 VisitOMPLoopDirective(D); in VisitOMPSimdDirective()
2367 VisitOMPLoopDirective(D); in VisitOMPForDirective()
2372 VisitOMPLoopDirective(D); in VisitOMPForSimdDirective()
2404 VisitOMPLoopDirective(D); in VisitOMPParallelForDirective()
2410 VisitOMPLoopDirective(D); in VisitOMPParallelForSimdDirective()
2526 VisitOMPLoopDirective(D); in VisitOMPTargetParallelForDirective()
2549 VisitOMPLoopDirective(D); in VisitOMPTaskLoopDirective()
2554 VisitOMPLoopDirective(D); in VisitOMPTaskLoopSimdDirective()
2559 VisitOMPLoopDirective(D); in VisitOMPMasterTaskLoopDirective()
[all …]
/openbsd-src/gnu/llvm/clang/tools/libclang/
H A DCIndex.cpp2145 void VisitOMPLoopDirective(const OMPLoopDirective *D);
3037 void EnqueueVisitor::VisitOMPLoopDirective(const OMPLoopDirective *D) { in VisitOMPLoopDirective() function in EnqueueVisitor
3046 VisitOMPLoopDirective(D); in VisitOMPSimdDirective()
3063 VisitOMPLoopDirective(D); in VisitOMPForDirective()
3067 VisitOMPLoopDirective(D); in VisitOMPForSimdDirective()
3093 VisitOMPLoopDirective(D); in VisitOMPParallelForDirective()
3098 VisitOMPLoopDirective(D); in VisitOMPParallelForSimdDirective()
3190 VisitOMPLoopDirective(D); in VisitOMPTargetParallelForDirective()
3207 VisitOMPLoopDirective(D); in VisitOMPTaskLoopDirective()
3212 VisitOMPLoopDirective(D); in VisitOMPTaskLoopSimdDirective()
[all …]