Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/openmp/runtime/src/
H A Dkmp_stats.cpp820 printCounters(statsOut, (*it)->getCounters()); in outputStats()
880 counter *counters = (*it)->getCounters(); in __kmp_reset_stats()
H A Dkmp_stats.h731 inline counter *getCounters() { return _counters; } in getCounters() function
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DStmtOpenMP.h403 MutableArrayRef<Expr *> getCounters() { in getCounters() function
971 ArrayRef<Expr *> counters() { return getCounters(); } in counters()
974 return const_cast<OMPLoopDirective *>(this)->getCounters(); in counters()
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DStmtOpenMP.cpp29 std::copy(A.begin(), A.end(), getCounters().begin()); in setCounters()