Searched refs:getCounters (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_stats.cpp820 printCounters(statsOut, (*it)->getCounters());
880 counter *counters = (*it)->getCounters();
H A Dkmp_stats.h741 inline counter *getCounters() { return _counters; } function in class:kmp_stats_list
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DStmtOpenMP.h487 MutableArrayRef<Expr *> getCounters() { function in class:clang::OMPLoopDirective
1104 ArrayRef<Expr *> counters() { return getCounters(); }
1107 return const_cast<OMPLoopDirective *>(this)->getCounters();
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DStmtOpenMP.cpp116 std::copy(A.begin(), A.end(), getCounters().begin());

Completed in 110 milliseconds