Searched refs:private_counters (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DStmtOpenMP.h1110 ArrayRef<Expr *> private_counters() { return getPrivateCounters(); } function in class:clang::OMPLoopDirective
1112 ArrayRef<Expr *> private_counters() const { function in class:clang::OMPLoopDirective
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp1686 auto I = S.private_counters().begin();
1847 auto IPC = D.private_counters().begin();
/freebsd-11-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterStmt.cpp2111 for (auto I : D->private_counters()) {

Completed in 121 milliseconds