Home
last modified time | relevance | path

Searched defs:Clause (Results 1 – 25 of 33) sorted by relevance

12

/aosp_15_r20/external/clang/lib/AST/
H A DOpenMPClause.cpp177 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 Dtrivial.rs238 enum Clause<'a> { in as_what() enum
258 impl<'a> Clause<'a> { in as_what() impl
/aosp_15_r20/external/rust/cxx/syntax/
Dtrivial.rs238 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 Dtrivial.rs238 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 DR600ControlFlowFinalizer.cpp439 const DebugLoc &DL, ClauseFile &Clause, in EmitFetchClause()
450 ClauseFile &Clause, unsigned &CfCount) { in EmitALUClause()
/aosp_15_r20/external/llvm/lib/Target/AMDGPU/
H A DR600ControlFlowFinalizer.cpp454 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 DR600ControlFlowFinalizer.cpp469 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/
DOpenACCClause.h557 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 DParseOpenMP.cpp922 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 DDirectiveEmitter.h125 explicit Clause(const llvm::Record *Def) : BaseRecord(Def) {} in Clause() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/TableGen/
DDirectiveEmitter.h130 explicit Clause(const llvm::Record *Def) : BaseRecord(Def) {} in Clause() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/TableGen/
DDirectiveEmitter.h140 explicit Clause(const llvm::Record *Def) : BaseRecord(Def) {} in Clause() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/TableGen/
DDirectiveEmitter.h140 explicit Clause(const llvm::Record *Def) : BaseRecord(Def) {} in Clause() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/TableGen/
DDirectiveEmitter.h140 explicit Clause(const llvm::Record *Def) : BaseRecord(Def) {} in Clause() function
/aosp_15_r20/external/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp1395 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 Dgmock-spec-builders.h251 enum Clause { enum
723 enum Clause { enum
/aosp_15_r20/external/cronet/third_party/googletest/src/googlemock/include/gmock/
H A Dgmock-spec-builders.h251 enum Clause { enum
723 enum Clause { enum
/aosp_15_r20/external/cronet/third_party/boringssl/src/third_party/googletest/googlemock/include/gmock/
H A Dgmock-spec-builders.h251 enum Clause { enum
723 enum Clause { enum
/aosp_15_r20/external/clang/lib/Sema/
H A DSemaOpenMP.cpp1067 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 DWebAssemblyLowerEmscriptenEHSjLj.cpp844 Constant *Clause = LPI->getClause(I); in runEHOnFunction() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/WebAssembly/
H A DWebAssemblyLowerEmscriptenEHSjLj.cpp1218 Constant *Clause = LPI->getClause(I); in runEHOnFunction() local
/aosp_15_r20/external/llvm/lib/IR/
H A DVerifier.cpp3277 Constant *Clause = LPI.getClause(i); in visitLandingPadInst() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
H A DVerifier.cpp3716 Constant *Clause = LPI.getClause(i); in visitLandingPadInst() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/IR/
H A DVerifier.cpp4175 Constant *Clause = LPI.getClause(i); in visitLandingPadInst() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/IPO/
H A DOpenMPOpt.cpp224 RuntimeFunction Clause; member

12