/aosp_15_r20/external/clang/lib/AST/ |
H A D | OpenMPClause.cpp | 177 OMPPrivateClause *Clause = in Create() local 208 OMPFirstprivateClause *Clause = in Create() local 257 OMPLastprivateClause *Clause = in Create() local 280 OMPSharedClause *Clause = in Create() local 324 OMPLinearClause *Clause = new (Mem) OMPLinearClause( in Create() local 355 OMPAlignedClause *Clause = new (Mem) in Create() local 395 OMPCopyinClause *Clause = in Create() local 436 OMPCopyprivateClause *Clause = in Create() local 486 OMPReductionClause *Clause = new (Mem) OMPReductionClause( in Create() local 510 OMPFlushClause *Clause = in Create() local [all …]
|
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/cxxbridge-cmd-1.0.121/src/syntax/ |
H A D | trivial.rs | 238 enum Clause<'a> { in as_what() enum 258 impl<'a> Clause<'a> { in as_what() impl
|
/aosp_15_r20/external/rust/cxx/syntax/ |
D | trivial.rs | 238 enum Clause<'a> { in as_what() enum 258 impl<'a> Clause<'a> { in as_what() impl
|
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/cxxbridge-macro-1.0.120/src/syntax/ |
H A D | trivial.rs | 238 enum Clause<'a> { in as_what() enum 258 impl<'a> Clause<'a> { in as_what() implementation
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AMDGPU/ |
H A D | R600ControlFlowFinalizer.cpp | 439 const DebugLoc &DL, ClauseFile &Clause, in EmitFetchClause() 450 ClauseFile &Clause, unsigned &CfCount) { in EmitALUClause()
|
/aosp_15_r20/external/llvm/lib/Target/AMDGPU/ |
H A D | R600ControlFlowFinalizer.cpp | 454 EmitFetchClause(MachineBasicBlock::iterator InsertPos, ClauseFile &Clause, in EmitFetchClause() 467 EmitALUClause(MachineBasicBlock::iterator InsertPos, ClauseFile &Clause, in EmitALUClause()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
H A D | R600ControlFlowFinalizer.cpp | 469 const DebugLoc &DL, ClauseFile &Clause, in EmitFetchClause() 481 ClauseFile &Clause, unsigned &CfCount) { in EmitALUClause()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/AST/ |
D | OpenACCClause.h | 557 for (const OpenACCClause *Clause : List) in VisitClauseList() local 600 for (const OpenACCClause *Clause : List) { in VisitClauseList() local
|
/aosp_15_r20/external/clang/lib/Parse/ |
H A D | ParseOpenMP.cpp | 922 OMPClause *Clause = in ParseOpenMPDeclarativeOrExecutableDirective() local 1068 OMPClause *Clause = nullptr; in ParseOpenMPClause() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/TableGen/ |
H A D | DirectiveEmitter.h | 125 explicit Clause(const llvm::Record *Def) : BaseRecord(Def) {} in Clause() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/TableGen/ |
D | DirectiveEmitter.h | 130 explicit Clause(const llvm::Record *Def) : BaseRecord(Def) {} in Clause() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/TableGen/ |
D | DirectiveEmitter.h | 140 explicit Clause(const llvm::Record *Def) : BaseRecord(Def) {} in Clause() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/TableGen/ |
D | DirectiveEmitter.h | 140 explicit Clause(const llvm::Record *Def) : BaseRecord(Def) {} in Clause() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/TableGen/ |
D | DirectiveEmitter.h | 140 explicit Clause(const llvm::Record *Def) : BaseRecord(Def) {} in Clause() function
|
/aosp_15_r20/external/clang/lib/CodeGen/ |
H A D | CGStmtOpenMP.cpp | 1395 for (const auto *Clause : D.getClausesOfKind<OMPAlignedClause>()) { in emitAlignedClause() local 2413 if (const auto *Clause = S.getSingleClause<OMPFinalClause>()) { in EmitOMPTaskBasedDirective() local 2427 if (const auto *Clause = S.getSingleClause<OMPPriorityClause>()) { in EmitOMPTaskBasedDirective() local 3496 if (const auto* Clause = S.getSingleClause<OMPGrainsizeClause>()) { in EmitOMPTaskLoopBasedDirective() local 3500 } else if (const auto* Clause = S.getSingleClause<OMPNumTasksClause>()) { in EmitOMPTaskLoopBasedDirective() local
|
/aosp_15_r20/external/googletest/googlemock/include/gmock/ |
H A D | gmock-spec-builders.h | 251 enum Clause { enum 723 enum Clause { enum
|
/aosp_15_r20/external/cronet/third_party/googletest/src/googlemock/include/gmock/ |
H A D | gmock-spec-builders.h | 251 enum Clause { enum 723 enum Clause { enum
|
/aosp_15_r20/external/cronet/third_party/boringssl/src/third_party/googletest/googlemock/include/gmock/ |
H A D | gmock-spec-builders.h | 251 enum Clause { enum 723 enum Clause { enum
|
/aosp_15_r20/external/clang/lib/Sema/ |
H A D | SemaOpenMP.cpp | 1067 if (auto *Clause = dyn_cast<OMPLastprivateClause>(C)) { in EndOpenMPDSABlock() local 1793 for (auto *Clause : Clauses) { in ActOnOpenMPRegionEnd() local 5489 for (auto *Clause : Clauses) { in ActOnOpenMPSimdDirective() local 5580 for (auto *Clause : Clauses) { in ActOnOpenMPForSimdDirective() local 5666 for (auto *Clause : Clauses) { in ActOnOpenMPSingleDirective() local 5839 for (auto *Clause : Clauses) { in ActOnOpenMPParallelForSimdDirective() local 7229 for (auto *Clause : Clauses) { in ActOnOpenMPTargetParallelForSimdDirective() local 9738 static bool FinishOpenMPLinearClause(OMPLinearClause &Clause, DeclRefExpr *IV, in FinishOpenMPLinearClause()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyLowerEmscriptenEHSjLj.cpp | 844 Constant *Clause = LPI->getClause(I); in runEHOnFunction() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyLowerEmscriptenEHSjLj.cpp | 1218 Constant *Clause = LPI->getClause(I); in runEHOnFunction() local
|
/aosp_15_r20/external/llvm/lib/IR/ |
H A D | Verifier.cpp | 3277 Constant *Clause = LPI.getClause(i); in visitLandingPadInst() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
H A D | Verifier.cpp | 3716 Constant *Clause = LPI.getClause(i); in visitLandingPadInst() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/IR/ |
H A D | Verifier.cpp | 4175 Constant *Clause = LPI.getClause(i); in visitLandingPadInst() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/IPO/ |
H A D | OpenMPOpt.cpp | 224 RuntimeFunction Clause; member
|