| /openbsd-src/gnu/usr.bin/perl/cpan/Pod-Simple/t/ |
| H A D | fcodes_l.t | 289 is( $x->_out(qq{=pod\n\nL<SWITCH statements|perlsyn/"Basic BLOCKs and Switch Statements">\n}), 290 '<Document><Para><L raw="SWITCH statements|perlsyn/"Basic BLOCKs and Switch Statements"" section="Basic BLOCKs and Switch Statements" to="perlsyn" type="pod">SWITCH statements</L></Para></Document>' 292 is( $x->_out(qq{=pod\n\nL<SWITCH statements|perlsyn/Basic BLOCKs and Switch Statements>\n}), 293 '<Document><Para><L raw="SWITCH statements|perlsyn/Basic BLOCKs and Switch Statements" section="Basic BLOCKs and Switch Statements" to="perlsyn" type="pod">SWITCH statements</L></Para></Document>' 323 '<Document><Para><L raw="SWITCH B<E<115>tatements>|perlsyn/"Basic I<BLOCKs> and Switch StatementE<115>"" section="Basic BLOCKs and Switch Statements" to="perlsyn" type="pod">SWITCH <B>statements</B></L></Para></Document>' 326 '<Document><Para><L raw="SWITCH B<E<115>tatements>|perlsyn/Basic I<BLOCKs> and Switch StatementE<115>" section="Basic BLOCKs and Switch Statements" to="perlsyn" type="pod">SWITCH <B>statements</B></L></Para></Document>' 356 '<Document><Para><L raw="SWITCH B<<< E<115>tatements >>>|perlsyn/"Basic I<<<< BLOCKs >>>> and Switch StatementE<115>"" section="Basic BLOCKs and Switch Statements" to="perlsyn" type="pod">SWITCH <B>statements</B></L></Para></Document>' 359 '<Document><Para><L raw="SWITCH B<<< E<115>tatements >>>|perlsyn/Basic I<<<< BLOCKs >>>> and Switch StatementE<115>" section="Basic BLOCKs and Switch Statements" t [all...] |
| /openbsd-src/gnu/llvm/llvm/tools/llvm-rc/ |
| H A D | ResourceScriptStmt.h | 266 std::vector<std::unique_ptr<OptionalStmt>> Statements; variable 273 Statements.push_back(std::move(Stmt)); in addStmt() 277 for (auto &StmtPtr : Statements) in visit()
|
| H A D | ResourceScriptStmt.cpp | 27 for (const auto &Stmt : Statements) { in log()
|
| /openbsd-src/gnu/llvm/clang/include/clang/Basic/ |
| H A D | StmtNodes.td | 8 // Statements 28 // Statements that might produce a value (for example, as the last non-null
|
| /openbsd-src/gnu/gcc/gcc/doc/ |
| H A D | tree-ssa.texi | 115 * Statements:: 292 @node Statements 293 @subsection Statements 294 @cindex Statements 308 * Empty Statements:: 310 * Selection Statements:: 354 @node Empty Statements 355 @subsubsection Empty Statements 356 @cindex Empty Statements 374 @node Selection Statements [all …]
|
| H A D | implement-c.texi | 38 * Statements implementation:: 557 @node Statements implementation 558 @section Statements
|
| H A D | gccint.info | 5202 9.6.2.1 Statements 6362 * Statements:: 6442 File: gccint.info, Node: GIMPLE Expressions, Next: Statements, Prev: Temporaries, Up: GIMPLE 6541 File: gccint.info, Node: Statements, Next: GIMPLE Example, Prev: GIMPLE Expressions, Up: GIMPLE 6543 10.2.4 Statements 6559 * Empty Statements:: 6561 * Selection Statements:: 6567 File: gccint.info, Node: Blocks, Next: Statement Sequences, Up: Statements 6598 …e: gccint.info, Node: Statement Sequences, Next: Empty Statements, Prev: Blocks, Up: Statements 6608 File: gccint.info, Node: Empty Statements, Next: Loops, Prev: Statement Sequences, Up: Statemen… [all …]
|
| /openbsd-src/gnu/usr.bin/perl/cpan/Pod-Simple/lib/Pod/Simple/ |
| H A D | Subclassing.pod | 373 L<perlsyn/"Basic BLOCKs and Switch Statements"> 377 <L content-implicit="yes" raw="perlsyn/"Basic BLOCKs and Switch Statements"" section="Basic BLOCKs and Switch Statements" to="perlsyn" type="pod"> 378 "Basic BLOCKs and Switch Statements" in perlsyn 383 L<SWITCH statements|perlsyn/"Basic BLOCKs and Switch Statements"> 387 <L raw="SWITCH statements|perlsyn/"Basic BLOCKs and Switch Statements"" section="Basic BLOCKs and Switch Statements" to="perlsyn" type="pod">
|
| /openbsd-src/gnu/llvm/clang/include/clang/Tooling/Syntax/ |
| H A D | Nodes.td | 220 // Statements.
|
| /openbsd-src/gnu/llvm/clang/lib/AST/ |
| H A D | StmtOpenMP.cpp | 86 SmallVector<CompoundStmt *, 4> Statements(1, CS); in tryToFindNextInnerLoop() local 88 while (!Statements.empty()) { in tryToFindNextInnerLoop() 89 CS = Statements.pop_back_val(); in tryToFindNextInnerLoop() 111 if (Statements.empty()) { in tryToFindNextInnerLoop() 115 Statements.swap(NextStatements); in tryToFindNextInnerLoop()
|
| /openbsd-src/gnu/usr.bin/perl/pod/ |
| H A D | perlsyn.pod | 106 =head2 Simple Statements 230 be relaxed in a future release. See L</"Switch Statements"> below. 232 =head2 Compound Statements 299 L</"Switch Statements"> below for how to do so, and the attendant caveats. 860 =head2 Switch Statements
|
| H A D | perltrap.pod | 174 perl 5.10 or newer. See L<perlsyn/"Switch Statements">.
|
| H A D | perlinterp.pod | 588 children are all the statements in the block. Statements are delimited
|
| H A D | perldebug.pod | 1065 =head2 Debugging Compile-Time Statements
|
| H A D | perl5360delta.pod | 116 C<experimental::for_list>. For more detail see L<perlsyn/Compound Statements>.
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/f/ |
| H A D | ffe.texi | 29 * Transforming Statements:: 1590 @node Transforming Statements 1591 @section Transforming Statements 1607 * Statements Needing Temporaries:: 1614 @node Statements Needing Temporaries 1615 @subsection Statements Needing Temporaries
|
| H A D | g77.texi | 885 * Specification Statements:: 886 * Control Statements:: 1309 * Statements Comments Lines:: 1330 @node Statements Comments Lines 1331 @subsection Statements, Comments, and Lines 1428 * Statements:: 1636 @node Statements 1637 @subsection Statements 1641 Statements may be written using an arbitrary number of continuation 1644 Statements may be separated using the semicolon (@samp{;}), except [all …]
|
| /openbsd-src/gnu/llvm/clang/docs/ |
| H A D | PCHInternals.rst | 316 Statements and Expressions 319 Statements and expressions are stored in the AST file in both the :ref:`types
|
| H A D | DataFlowAnalysisIntro.md | 227 * Statements, for example, assignments.
|
| /openbsd-src/gnu/llvm/llvm/docs/ |
| H A D | ResponseGuide.rst | 225 * Statements from other individuals involved in the incident to support the
|
| /openbsd-src/gnu/llvm/clang/lib/Sema/ |
| H A D | SemaDeclCXX.cpp | 14608 SmallVector<Stmt*, 8> Statements; in DefineImplicitCopyAssignment() local 14668 Statements.push_back(Copy.getAs<Expr>()); in DefineImplicitCopyAssignment() 14736 Statements.push_back(Copy.getAs<Stmt>()); in DefineImplicitCopyAssignment() 14754 Statements.push_back(Return.getAs<Stmt>()); in DefineImplicitCopyAssignment() 14765 Body = ActOnCompoundStmt(Loc, Loc, Statements, in DefineImplicitCopyAssignment() 14977 SmallVector<Stmt*, 8> Statements; in DefineImplicitMoveAssignment() local 15043 Statements.push_back(Move.getAs<Expr>()); in DefineImplicitMoveAssignment() 15113 Statements.push_back(Move.getAs<Stmt>()); in DefineImplicitMoveAssignment() 15125 Statements.push_back(Return.getAs<Stmt>()); in DefineImplicitMoveAssignment() 15136 Body = ActOnCompoundStmt(Loc, Loc, Statements, in DefineImplicitMoveAssignment()
|
| H A D | TreeTransform.h | 1306 MultiStmtArg Statements, in RebuildCompoundStmt() argument 1309 return getSema().ActOnCompoundStmt(LBraceLoc, RBraceLoc, Statements, in RebuildCompoundStmt() 7417 SmallVector<Stmt*, 8> Statements; in TransformCompoundStmt() local 7434 Statements.push_back(Result.getAs<Stmt>()); in TransformCompoundStmt() 7445 Statements, in TransformCompoundStmt()
|
| /openbsd-src/share/snmp/ |
| H A D | HOST-RESOURCES-MIB.txt | 1398 -- Compliance Statements
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/doc/ |
| H A D | c-tree.texi | 1338 @subsubsection Statements 1354 Statements do not contain information about
|
| /openbsd-src/sys/lib/libkern/arch/hppa/ |
| H A D | milli.S | 317 ; Statements commented out are used when building such things as operating
|