| /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 379 unique->clauses.push_back(node); in applyToUnique() 397 leaf.clauses.push_back(node); in applyToFirst() 427 leaf.clauses.push_back(node); in applyIf() 473 last.clauses.push_back(node); in applyClause() 536 dirDistribute->clauses.push_back(node); in applyClause() [all …]
|
| H A D | ConstructCompositionT.h | 115 for (const auto &clause : leaf.clauses) { in ConstructCompositionT() 133 for (auto &[id, clauses] : clauseSets) { in ConstructCompositionT() 146 llvm::append_range(merged.clauses, clauses); in ConstructCompositionT() 200 merged.clauses.emplace_back( in mergeIf() 210 merged.clauses.emplace_back( in mergeIf() 277 merged.clauses.emplace_back(makeClause( in mergeReduction() 391 merged.clauses.emplace_back( in mergeDSA() 396 merged.clauses.emplace_back( in mergeDSA() 401 merged.clauses.emplace_back( in mergeDSA() 406 merged.clauses.emplace_back( in mergeDSA() [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. 54 // Information about values accepted by enum-like clauses 184 // List of allowed clauses for the directive. 187 // List of clauses that are allowed to appear only once. 190 // List of clauses that are allowed but mutually exclusive. 193 // 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/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 376 // num_gangs, num_workers, and vector_length clauses are not permitted. 466 // 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/clang/include/clang/AST/ |
| 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 | StmtOpenACC.h | 66 ArrayRef<const OpenACCClause *> clauses() const { return Clauses; } in clauses() function
|
| H A D | ASTNodeTraverser.h | 807 for (const auto *C : Node->clauses()) in VisitOMPExecutableDirective() 812 for (const auto *C : Node->clauses()) in VisitOpenACCConstructStmt()
|
| H A D | StmtOpenMP.h | 468 return getClausesOfKind<SpecificClause>(clauses()); in getClausesOfKind() 490 return getSingleClause<SpecificClause>(clauses()); in getSingleClause() 528 OMPClause *getClause(unsigned I) const { return clauses()[I]; } in getClause() 586 ArrayRef<OMPClause *> clauses() const { in clauses() function
|
| /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/llvm-project/clang/lib/Analysis/ |
| H A D | UninitializedValues.cpp | 415 for (Stmt *S : OMPExecutableDirective::used_clauses_children(ED->clauses())) in VisitOMPExecutableDirective() 693 for (Stmt *S : OMPExecutableDirective::used_clauses_children(ED->clauses())) { in VisitOMPExecutableDirective()
|
| /freebsd/contrib/unifdef/ |
| H A D | COPYING | 53 advertising clause that used to appear between clauses 2 and 3 was
|
| /freebsd/etc/mtree/ |
| H A D | BSD.tests.dist | 119 clauses
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | StmtPrinter.cpp | 730 ArrayRef<OMPClause *> Clauses = S->clauses(); in PrintOMPExecutableDirective() 1159 if (!S->clauses().empty()) { in VisitOpenACCComputeConstruct() 1162 Printer.VisitClauseList(S->clauses()); in VisitOpenACCComputeConstruct() 1172 if (!S->clauses().empty()) { in VisitOpenACCLoopConstruct() 1175 Printer.VisitClauseList(S->clauses()); in VisitOpenACCLoopConstruct()
|
| H A D | StmtProfile.cpp | 944 ArrayRef<OMPClause *> Clauses = S->clauses(); in VisitOMPExecutableDirective() 2623 P.VisitOpenACCClauseList(S->clauses()); in VisitOpenACCComputeConstruct() 2631 P.VisitOpenACCClauseList(S->clauses()); in VisitOpenACCLoopConstruct()
|
| /freebsd/contrib/googletest/docs/ |
| H A D | gmock_for_dummies.md | 319 Either form of the macro can be followed by some optional *clauses* that provide 448 expectation matches using a series of `WillOnce()` clauses followed by an 461 this from how many `WillOnce()` clauses we've written, since we didn't 474 we've written two `WillOnce()` clauses and a `WillRepeatedly()` while having no 480 `WillOnce()` clauses? Well, after all `WillOnce()`s are used up, gMock will do
|
| /freebsd/bin/sh/ |
| H A D | nodetypes | 75 NIF nif # the if statement. Elif clauses are handled
|
| /freebsd/crypto/openssl/doc/designs/ |
| H A D | xof.md | 213 - The logic in the c reference has many if clauses.
|
| /freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | DiagnosticParseKinds.td | 1475 : Warning<"valid %0 clauses start with %1; %select{token|tokens}2 will be ignored">, 1483 …ice_type'|'device_type', 'indirect'|'to', 'link', 'device_type' or 'indirect'}1 clauses expected">; 1485 …_type'|'device_type', 'indirect'|'enter', 'link', 'device_type' or 'indirect'}1 clauses expected">; 1487 …"unexpected '(', only 'to', 'link' or 'device_type' clauses expected for 'begin declare target' di… 1501 "%0 appears multiple times in clauses on the same declare target directive">;
|
| /freebsd/targets/pseudo/tests/ |
| H A D | Makefile.depend | 49 cddl/usr.sbin/dtrace/tests/common/clauses \
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/builtins/ |
| H A D | README.txt | 222 // because there are no catch clauses or destructors to be run. But there
|