Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DStmtProfile.cpp895 void StmtProfiler::VisitOMPLoopDirective(const OMPLoopDirective *S) { in VisitOMPLoopDirective() function in StmtProfiler
904 VisitOMPLoopDirective(S); in VisitOMPSimdDirective()
912 VisitOMPLoopDirective(S); in VisitOMPForDirective()
916 VisitOMPLoopDirective(S); in VisitOMPForSimdDirective()
942 VisitOMPLoopDirective(S); in VisitOMPParallelForDirective()
947 VisitOMPLoopDirective(S); in VisitOMPParallelForSimdDirective()
1044 VisitOMPLoopDirective(S); in VisitOMPTaskLoopDirective()
1049 VisitOMPLoopDirective(S); in VisitOMPTaskLoopSimdDirective()
1054 VisitOMPLoopDirective(S); in VisitOMPMasterTaskLoopDirective()
1059 VisitOMPLoopDirective(S); in VisitOMPMasterTaskLoopSimdDirective()
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTWriterStmt.cpp2193 void ASTStmtWriter::VisitOMPLoopDirective(OMPLoopDirective *D) { in VisitOMPLoopDirective() function in ASTStmtWriter
2205 VisitOMPLoopDirective(D); in VisitOMPSimdDirective()
2215 VisitOMPLoopDirective(D); in VisitOMPForDirective()
2221 VisitOMPLoopDirective(D); in VisitOMPForSimdDirective()
2259 VisitOMPLoopDirective(D); in VisitOMPParallelForDirective()
2266 VisitOMPLoopDirective(D); in VisitOMPParallelForSimdDirective()
2336 VisitOMPLoopDirective(D); in VisitOMPTargetParallelForDirective()
2411 VisitOMPLoopDirective(D); in VisitOMPTaskLoopDirective()
2417 VisitOMPLoopDirective(D); in VisitOMPTaskLoopSimdDirective()
2423 VisitOMPLoopDirective(D); in VisitOMPMasterTaskLoopDirective()
[all …]
H A DASTReaderStmt.cpp2296 void ASTStmtReader::VisitOMPLoopDirective(OMPLoopDirective *D) { in VisitOMPLoopDirective() function in ASTStmtReader
2307 VisitOMPLoopDirective(D); in VisitOMPSimdDirective()
2315 VisitOMPLoopDirective(D); in VisitOMPForDirective()
2320 VisitOMPLoopDirective(D); in VisitOMPForSimdDirective()
2352 VisitOMPLoopDirective(D); in VisitOMPParallelForDirective()
2358 VisitOMPLoopDirective(D); in VisitOMPParallelForSimdDirective()
2458 VisitOMPLoopDirective(D); in VisitOMPTargetParallelForDirective()
2481 VisitOMPLoopDirective(D); in VisitOMPTaskLoopDirective()
2486 VisitOMPLoopDirective(D); in VisitOMPTaskLoopSimdDirective()
2491 VisitOMPLoopDirective(D); in VisitOMPMasterTaskLoopDirective()
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/
H A DCIndex.cpp2044 void VisitOMPLoopDirective(const OMPLoopDirective *D);
2883 void EnqueueVisitor::VisitOMPLoopDirective(const OMPLoopDirective *D) { in VisitOMPLoopDirective() function in EnqueueVisitor
2892 VisitOMPLoopDirective(D); in VisitOMPSimdDirective()
2900 VisitOMPLoopDirective(D); in VisitOMPForDirective()
2904 VisitOMPLoopDirective(D); in VisitOMPForSimdDirective()
2930 VisitOMPLoopDirective(D); in VisitOMPParallelForDirective()
2935 VisitOMPLoopDirective(D); in VisitOMPParallelForSimdDirective()
3018 VisitOMPLoopDirective(D); in VisitOMPTargetParallelForDirective()
3035 VisitOMPLoopDirective(D); in VisitOMPTaskLoopDirective()
3040 VisitOMPLoopDirective(D); in VisitOMPTaskLoopSimdDirective()
[all …]