Home
last modified time | relevance | path

Searched defs:getCounters (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_stats.h752 inline counter *getCounters() { return _counters; } in getCounters() function
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DStmtOpenMP.h1083 MutableArrayRef<Expr *> getCounters() { in getCounters() function