Home
last modified time | relevance | path

Searched refs:Statements (Results 1 – 25 of 66) sorted by relevance

123

/openbsd-src/gnu/usr.bin/perl/cpan/Pod-Simple/t/
H A Dfcodes_l.t289 is( $x->_out(qq{=pod\n\nL<SWITCH statements|perlsyn/"Basic BLOCKs and Switch Statements">\n}),
290 '<Document><Para><L raw="SWITCH statements|perlsyn/&#34;Basic BLOCKs and Switch Statements&#34;" 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&#60;E&#60;115&#62;tatements&#62;|perlsyn/&#34;Basic I&#60;BLOCKs&#62; and Switch StatementE&#60;115&#62;&#34;" section="Basic BLOCKs and Switch Statements" to="perlsyn" type="pod">SWITCH <B>statements</B></L></Para></Document>'
326 '<Document><Para><L raw="SWITCH B&#60;E&#60;115&#62;tatements&#62;|perlsyn/Basic I&#60;BLOCKs&#62; and Switch StatementE&#60;115&#62;" section="Basic BLOCKs and Switch Statements" to="perlsyn" type="pod">SWITCH <B>statements</B></L></Para></Document>'
356 '<Document><Para><L raw="SWITCH B&#60;&#60;&#60; E&#60;115&#62;tatements &#62;&#62;&#62;|perlsyn/&#34;Basic I&#60;&#60;&#60;&#60; BLOCKs &#62;&#62;&#62;&#62; and Switch StatementE&#60;115&#62;&#34;" section="Basic BLOCKs and Switch Statements" to="perlsyn" type="pod">SWITCH <B>statements</B></L></Para></Document>'
359 '<Document><Para><L raw="SWITCH B&#60;&#60;&#60; E&#60;115&#62;tatements &#62;&#62;&#62;|perlsyn/Basic I&#60;&#60;&#60;&#60; BLOCKs &#62;&#62;&#62;&#62; and Switch StatementE&#60;115&#62;" section="Basic BLOCKs and Switch Statements" t
[all...]
/openbsd-src/gnu/llvm/llvm/tools/llvm-rc/
H A DResourceScriptStmt.h266 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 DResourceScriptStmt.cpp27 for (const auto &Stmt : Statements) { in log()
/openbsd-src/gnu/llvm/clang/include/clang/Basic/
H A DStmtNodes.td8 // Statements
28 // Statements that might produce a value (for example, as the last non-null
/openbsd-src/gnu/gcc/gcc/doc/
H A Dtree-ssa.texi115 * 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 Dimplement-c.texi38 * Statements implementation::
557 @node Statements implementation
558 @section Statements
H A Dgccint.info5202 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 DSubclassing.pod373 L<perlsyn/"Basic BLOCKs and Switch Statements">
377 <L content-implicit="yes" raw="perlsyn/&quot;Basic BLOCKs and Switch Statements&quot;" 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/&quot;Basic BLOCKs and Switch Statements&quot;" section="Basic BLOCKs and Switch Statements" to="perlsyn" type="pod">
/openbsd-src/gnu/llvm/clang/include/clang/Tooling/Syntax/
H A DNodes.td220 // Statements.
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DStmtOpenMP.cpp86 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 Dperlsyn.pod106 =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 Dperltrap.pod174 perl 5.10 or newer. See L<perlsyn/"Switch Statements">.
H A Dperlinterp.pod588 children are all the statements in the block. Statements are delimited
H A Dperldebug.pod1065 =head2 Debugging Compile-Time Statements
H A Dperl5360delta.pod116 C<experimental::for_list>. For more detail see L<perlsyn/Compound Statements>.
/openbsd-src/gnu/usr.bin/gcc/gcc/f/
H A Dffe.texi29 * 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 Dg77.texi885 * 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 DPCHInternals.rst316 Statements and Expressions
319 Statements and expressions are stored in the AST file in both the :ref:`types
H A DDataFlowAnalysisIntro.md227 * Statements, for example, assignments.
/openbsd-src/gnu/llvm/llvm/docs/
H A DResponseGuide.rst225 * Statements from other individuals involved in the incident to support the
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaDeclCXX.cpp14608 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 DTreeTransform.h1306 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 DHOST-RESOURCES-MIB.txt1398 -- Compliance Statements
/openbsd-src/gnu/usr.bin/gcc/gcc/doc/
H A Dc-tree.texi1338 @subsubsection Statements
1354 Statements do not contain information about
/openbsd-src/sys/lib/libkern/arch/hppa/
H A Dmilli.S317 ; Statements commented out are used when building such things as operating

123