| /freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/ |
| H A D | CIRGenStmtOpenACC.cpp | 27 SourceLocation dirLoc, llvm::ArrayRef<const OpenACCClause *> clauses, in emitOpenACCOpAssociatedStmt() argument 35 emitOpenACCClauses(op, dirKind, dirLoc, clauses); in emitOpenACCOpAssociatedStmt() 69 SourceLocation dirLoc, llvm::ArrayRef<const OpenACCClause *> clauses, in emitOpenACCOpCombinedConstruct() argument 105 emitOpenACCClauses(computeOp, loopOp, dirKind, dirLoc, clauses); in emitOpenACCOpCombinedConstruct() 118 llvm::ArrayRef<const OpenACCClause *> clauses) { in emitOpenACCOp() argument 123 emitOpenACCClauses(op, dirKind, dirLoc, clauses); in emitOpenACCOp() 135 start, end, s.getDirectiveKind(), s.getDirectiveLoc(), s.clauses(), in emitOpenACCComputeConstruct() 139 start, end, s.getDirectiveKind(), s.getDirectiveLoc(), s.clauses(), in emitOpenACCComputeConstruct() 143 start, end, s.getDirectiveKind(), s.getDirectiveLoc(), s.clauses(), in emitOpenACCComputeConstruct() 156 start, end, s.getDirectiveKind(), s.getDirectiveLoc(), s.clauses(), in emitOpenACCDataConstruct() [all …]
|
| H A D | CIRGenStmtOpenACCLoop.cpp | 121 s.clauses()); in emitOpenACCLoopConstruct()
|
| H A D | CIRGenOpenACCClause.cpp | 372 void emitClauses(ArrayRef<const OpenACCClause *> clauses) { in emitClauses() argument 373 this->VisitClauseList(clauses); in emitClauses() 987 ArrayRef<const OpenACCClause *> clauses) { in emitOpenACCClauses() argument 993 makeClauseEmitter(op, *this, builder, dirKind, dirLoc).emitClauses(clauses); in emitOpenACCClauses() 1018 SourceLocation dirLoc, ArrayRef<const OpenACCClause *> clauses) { in EXPL_SPEC() 1025 makeClauseEmitter(inf, *this, builder, dirKind, dirLoc).emitClauses(clauses); in EXPL_SPEC()
|
| H A D | CIRGenFunction.h | 1190 llvm::ArrayRef<const OpenACCClause *> clauses); 1196 SourceLocation dirLoc, llvm::ArrayRef<const OpenACCClause *> clauses, 1202 SourceLocation dirLoc, llvm::ArrayRef<const OpenACCClause *> clauses, 1208 ArrayRef<const OpenACCClause *> clauses); 1218 ArrayRef<const OpenACCClause *> clauses);
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/ |
| H A D | ConstructDecompositionT.h | 96 llvm::ArrayRef<ClauseTy> clauses) in ConstructDecompositionT() 98 for (const ClauseTy &clause : clauses) in ConstructDecompositionT() 112 for (const ClauseTy *c : leaf.clauses) in ConstructDecompositionT() 113 out.clauses.push_back(*c); in ConstructDecompositionT() 124 tomp::type::ListT<const ClauseTy *> clauses; member 384 unique->clauses.push_back(node); in applyToUnique() 402 leaf.clauses.push_back(node); in applyToFirst() 432 leaf.clauses.push_back(node); in applyIf() 478 last.clauses.push_back(node); in applyClause() 541 dirDistribute->clauses.push_back(node); in applyClause() [all …]
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/Directive/ |
| H A D | DirectiveBase.td | 9 // This is the base definition file directives and clauses. 25 // `namespace A { namespace B { <directives-clauses> } }`. 47 // EnumSet class name used for clauses to generated the allowed clauses map. 50 // Class holding the clauses in the flang parse-tree. 68 // Some clauses take an argument from a predefined list of allowed keyword 212 // List of allowed clauses for the directive. 215 // List of clauses that are allowed to appear only once. 218 // List of clauses that are allowed but mutually exclusive. 221 // List of clauses that are required.
|
| /freebsd/crypto/openssl/doc/man7/ |
| H A D | property.pod | 65 The first two represent mandatory clauses, such clauses B<must> match 68 Matching such clauses is not a requirement, but any additional optional 71 A I<property query> is a sequence of comma separated property query clauses. 112 All mandatory query clauses B<must> be present and the implementation 114 clauses will be used. 117 Ordering of optional clauses is not significant.
|
| /freebsd/cddl/usr.sbin/dtrace/tests/common/grammar/ |
| H A D | Makefile | 10 tst.clauses.d \
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | StmtProfile.cpp | 972 ArrayRef<OMPClause *> Clauses = S->clauses(); in VisitOMPExecutableDirective() 2757 P.VisitOpenACCClauseList(S->clauses()); in VisitOpenACCComputeConstruct() 2765 P.VisitOpenACCClauseList(S->clauses()); in VisitOpenACCLoopConstruct() 2774 P.VisitOpenACCClauseList(S->clauses()); in VisitOpenACCCombinedConstruct() 2781 P.VisitOpenACCClauseList(S->clauses()); in VisitOpenACCDataConstruct() 2789 P.VisitOpenACCClauseList(S->clauses()); in VisitOpenACCEnterDataConstruct() 2797 P.VisitOpenACCClauseList(S->clauses()); in VisitOpenACCExitDataConstruct() 2805 P.VisitOpenACCClauseList(S->clauses()); in VisitOpenACCHostDataConstruct() 2813 P.VisitOpenACCClauseList(S->clauses()); in VisitOpenACCWaitConstruct() 2824 P.VisitOpenACCClauseList(S->clauses()); in VisitOpenACCInitConstruct() [all …]
|
| H A D | DeclPrinter.cpp | 1952 if (!D->clauses().empty()) { in VisitOpenACCDeclareDecl() 1955 Printer.VisitClauseList(D->clauses()); in VisitOpenACCDeclareDecl() 1975 if (!D->clauses().empty()) { in VisitOpenACCRoutineDecl() 1978 Printer.VisitClauseList(D->clauses()); in VisitOpenACCRoutineDecl()
|
| /freebsd/cddl/usr.sbin/dtrace/tests/common/ |
| H A D | Makefile | 14 clauses \
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/OpenACC/ |
| H A D | ACC.td | 9 // This is the definition file for OpenACC 3.3 directives and clauses. 31 // Definition of OpenACC clauses 382 // num_gangs, num_workers, and vector_length clauses are not permitted. 467 // The three following clauses are also in allowedOnceClauses list due to
|
| /freebsd/contrib/googletest/docs/reference/ |
| H A D | mocking.md | 75 The following chainable clauses can be used to modify the expectation, and they 143 * If there are *n* `WillOnce` clauses and no `WillRepeatedly` clause, where 145 * If there are *n* `WillOnce` clauses and one `WillRepeatedly` clause, where 260 [`WillOnce`](#EXPECT_CALL.WillOnce) clauses, if any, have been performed. 270 If any `WillOnce` clauses have been specified, matching function calls will 337 The following chainable clauses can be used to set the method's behavior, and 403 [`WillRepeatedly`](#EXPECT_CALL.WillRepeatedly) clauses of `EXPECT_CALL`.
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUPassRegistry.def | 124 MACHINE_FUNCTION_PASS("si-form-memory-clauses", SIFormMemoryClausesPass()) 126 MACHINE_FUNCTION_PASS("si-insert-hard-clauses", SIInsertHardClausesPass())
|
| /freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | OpenMPKinds.def | 1 //===--- OpenMPKinds.def - OpenMP directives and clauses list ---*- C++ -*-===// 10 /// clauses.
|
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | DeclOpenACC.h | 62 ArrayRef<const OpenACCClause *> clauses() const { return Clauses; } in clauses() function
|
| H A D | DeclOpenMP.h | 89 OMPClause *getClause(unsigned I) const { return clauses()[I]; } in getClause() 91 ArrayRef<OMPClause *> clauses() const { in clauses() function
|
| H A D | RecursiveASTVisitor.h | 1841 { TRY_TO(VisitOpenACCClauseList(D->clauses())); }) 1845 TRY_TO(VisitOpenACCClauseList(D->clauses())); 3052 for (auto *C : S->clauses()) { 4084 TRY_TO(VisitOpenACCClauseList(C->clauses())); 4121 { TRY_TO(VisitOpenACCClauseList(S->clauses())); }) 4123 { TRY_TO(VisitOpenACCClauseList(S->clauses())); }) 4131 TRY_TO(VisitOpenACCClauseList(S->clauses())); 4134 { TRY_TO(VisitOpenACCClauseList(S->clauses())); }) 4136 { TRY_TO(VisitOpenACCClauseList(S->clauses())); }) 4138 { TRY_TO(VisitOpenACCClauseList(S->clauses())); }) [all …]
|
| H A D | ASTNodeTraverser.h | 856 for (const auto *C : Node->clauses()) in VisitOMPExecutableDirective() 861 for (const auto *C : Node->clauses()) in VisitOpenACCConstructStmt() 871 for (const auto *C : Node->clauses()) in VisitOpenACCWaitConstruct()
|
| H A D | StmtOpenACC.h | 67 ArrayRef<const OpenACCClause *> clauses() const { return Clauses; } in clauses() function 509 return clauses().size(); in numTrailingObjects()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyInstrControl.td | 128 // A list of catch clauses attached to try_table. 156 // catch_all_ref clauses in a try_table instruction.
|
| /freebsd/contrib/bearssl/T0/ |
| H A D | kern.t0 | 123 \ If none of the 'of' clauses found a match, then CN is evaluated. When CN 131 \ clauses is maintained on the stack; each of..endof clause really is
|
| /freebsd/contrib/libxo/doc/ |
| H A D | intro.rst | 79 /* oops! forgot to add something on both clauses! */
|
| /freebsd/contrib/unifdef/ |
| H A D | COPYING | 53 advertising clause that used to appear between clauses 2 and 3 was
|
| /freebsd/contrib/llvm-project/clang/lib/Analysis/ |
| H A D | UninitializedValues.cpp | 408 for (Stmt *S : OMPExecutableDirective::used_clauses_children(ED->clauses())) in VisitOMPExecutableDirective() 699 for (Stmt *S : OMPExecutableDirective::used_clauses_children(ED->clauses())) { in VisitOMPExecutableDirective()
|