OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getPrivateCopies
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/include/clang/AST/
OpenMPClause.h
2289
MutableArrayRef<Expr *>
getPrivateCopies
() {
2292
ArrayRef<const Expr *>
getPrivateCopies
() const {
2323
return private_copies_range(
getPrivateCopies
().begin(),
2324
getPrivateCopies
().end());
2328
return private_copies_const_range(
getPrivateCopies
().begin(),
2329
getPrivateCopies
().end());
2398
MutableArrayRef<Expr *>
getPrivateCopies
() {
2401
ArrayRef<const Expr *>
getPrivateCopies
() const {
2413
return MutableArrayRef<Expr *>(
getPrivateCopies
().end(), varlist_size());
2416
return llvm::makeArrayRef(
getPrivateCopies
().end(), varlist_size())
[
all
...]
/src/external/apache2/llvm/dist/clang/lib/AST/
OpenMPClause.cpp
441
std::copy(VL.begin(), VL.end(),
getPrivateCopies
().end());
475
std::copy(SrcExprs.begin(), SrcExprs.end(),
getPrivateCopies
().end());
1246
std::copy(VL.begin(), VL.end(),
getPrivateCopies
().end());
Completed in 58 milliseconds
Indexes created Mon Jun 08 00:24:58 UTC 2026