| /src/external/mit/xorg/server/xorg-server/dix/ |
| Makefile | 13 privates.c property.c resource.c swaprep.c swapreq.c \
|
| /src/external/mit/xorg/server/xorg-server.old/dix/ |
| Makefile | 13 privates.c property.c resource.c swaprep.c swapreq.c \
|
| /src/external/mit/xorg/server/xorg-server/include/ |
| Makefile | 48 privates.h \
|
| /src/external/mit/xorg/server/xorg-server.old/include/ |
| Makefile | 55 dixaccess.h privates.h ptrveloc.h registry.h xkbfile.h \
|
| /src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
| CGStmtOpenMP.cpp | 1201 SmallVector<const Expr *, 4> Privates; 1212 Privates.append(C->privates().begin(), C->privates().end()); 1217 Data.ReductionVars.append(C->privates().begin(), C->privates().end()); 1219 Data.ReductionCopies.append(C->privates().begin(), C->privates().end()); 1226 ReductionCodeGen RedCG(Shareds, Shareds, Privates, ReductionOps); 1230 auto *IPriv = Privates.begin() [all...] |
| CGOpenMPRuntimeGPU.cpp | 998 // (Last|First)-privates must be shared in parallel region. 1632 for (const Expr *E : C->privates()) 2430 ArrayRef<const Expr *> Privates, Address SrcBase, Address DestBase, 2444 unsigned Size = Privates.size(); 2445 for (const Expr *Private : Privates) { 2637 ArrayRef<const Expr *> Privates, 2710 for (const Expr *Private : Privates) { 2936 CodeGenModule &CGM, ArrayRef<const Expr *> Privates, 2999 emitReductionListCopy(RemoteLaneToThread, CGF, ReductionArrayTy, Privates, 3073 emitReductionListCopy(ThreadCopy, CGF, ReductionArrayTy, Privates, [all...] |
| /src/external/apache2/llvm/dist/clang/lib/AST/ |
| StmtProfile.cpp | 633 for (auto *E : C->privates()) { 671 for (auto *E : C->privates()) { 695 for (auto *E : C->privates()) { 719 for (auto *E : C->privates()) {
|
| /src/external/apache2/llvm/dist/clang/include/clang/AST/ |
| OpenMPClause.h | 2886 void setPrivates(ArrayRef<Expr *> Privates); 2888 /// Get the list of helper privates. 2984 /// \param Privates List of helper expressions for proper generation of 3018 const DeclarationNameInfo &NameInfo, ArrayRef<Expr *> Privates, 3054 helper_expr_const_range privates() const { function in class:clang::final 3058 helper_expr_range privates() { function in class:clang::final 3205 void setPrivates(ArrayRef<Expr *> Privates); 3207 /// Get the list of helper privates. 3266 /// \param Privates List of helper expressions for proper generation of 3293 const DeclarationNameInfo &NameInfo, ArrayRef<Expr *> Privates, 3318 helper_expr_const_range privates() const { function in class:clang::final 3322 helper_expr_range privates() { function in class:clang::final 3563 helper_expr_const_range privates() const { function in class:clang::final 3567 helper_expr_range privates() { function in class:clang::final 3822 privates_range privates() { function in class:clang::final 3826 privates_const_range privates() const { function in class:clang::final [all...] |
| RecursiveASTVisitor.h | 3333 for (auto *E : C->privates()) { 3393 for (auto *E : C->privates()) { 3426 for (auto *E : C->privates()) { 3448 for (auto *E : C->privates()) {
|
| /src/external/apache2/llvm/dist/clang/lib/Serialization/ |
| ASTWriter.cpp | 6250 for (auto *VE : C->privates()) 6277 for (auto *VE : C->privates()) 6296 for (auto *VE : C->privates()) 6318 for (auto *VE : C->privates()) {
|
| /src/external/apache2/llvm/dist/clang/tools/libclang/ |
| CIndex.cpp | 2409 for (auto *E : C->privates()) { 2437 for (auto *E : C->privates()) { 2454 for (auto *E : C->privates()) { 2472 for (const auto *E : C->privates()) {
|
| /src/external/apache2/llvm/dist/clang/lib/Sema/ |
| SemaOpenMP.cpp | 3908 std::make_pair(".privates.", VoidPtrTy), 3953 std::make_pair(".privates.", VoidPtrTy), 4010 std::make_pair(".privates.", VoidPtrTy), 4050 std::make_pair(".privates.", VoidPtrTy), 4101 std::make_pair(".privates.", VoidPtrTy), 4153 std::make_pair(".privates.", VoidPtrTy), 4240 std::make_pair(".privates.", VoidPtrTy), 5089 I = PC->privates().begin(); 5094 I = PC->privates().begin(); 5099 I = PC->privates().begin() [all...] |