Home
last modified time | relevance | path

Searched refs:statements (Results 1 – 25 of 939) sorted by relevance

12345678910>>...38

/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dstatement_rewrite_walker.d51 if (s.statements && s.statements.dim) in visit()
53 for (size_t i = 0; i < s.statements.dim; i++) in visit()
55 if ((*s.statements)[i]) in visit()
56 visitStmt((*s.statements)[i]); in visit()
68 if (s.statements && s.statements.dim) in visit()
70 for (size_t i = 0; i < s.statements.dim; i++) in visit()
72 if ((*s.statements)[i]) in visit()
73 visitStmt((*s.statements)[i]); in visit()
H A Dstatement.d548 Statements* statements; variable
558 final extern (D) this(const ref Loc loc, Statements* statements) in this() argument
561 this.statements = statements; in this()
564 final extern (D) this(const ref Loc loc, Statements* statements, STMT stmt) in this() argument
567 this.statements = statements; in this()
581 statements = new Statements(); in this()
582 statements.reserve(sts.length); in this()
584 statements.push(s); in this()
594 return new CompoundStatement(loc, Statement.arraySyntaxCopy(statements)); in syntaxCopy()
599 foreach (s; *statements) in inout()
[all …]
H A Dsapply.d71 for (size_t i = 0; i < s.statements.dim; i++) in visit()
72 if (doCond((*s.statements)[i])) in visit()
79 for (size_t i = 0; i < s.statements.dim; i++) in visit()
80 if (doCond((*s.statements)[i])) in visit()
H A Dstatementsem.d245 foreach (i, s; cs.statements) in package()
252 for (size_t i = 0; i < cs.statements.dim;) in package()
254 Statement s = (*cs.statements)[i]; in package()
264 cs.statements.remove(i); in package()
265 cs.statements.insert(i, flt); in package()
269 (*cs.statements)[i] = s; in package()
274 cs.statements.remove(i); in package()
287 (*cs.statements)[i] = s.scopeCode(sc, sentry, sexception, sfinally); in package()
291 cs.statements.insert(i, sentry); in package()
300 static bool isEmpty(const Statement[] statements) in package()
[all …]
H A Dforeachvar.d179 if (s.statements) in foreachExpAndVar()
181 foreach (s2; *s.statements) in foreachExpAndVar()
195 foreach (s2; *s.statements) in foreachExpAndVar()
/netbsd-src/external/mpl/dhcp/dist/common/
H A Dexecute.c41 in_options, out_options, scope, statements, in execute_statements()
50 struct executable_statement *statements;
60 if (!statements)
66 executable_statement_reference (&r, statements, MDL);
78 r->data.statements,
106 if (r->data.on.statements)
109 r->data.on.statements, MDL);
118 if (r->data.on.statements)
121 r->data.on.statements, MDL);
130 if (r->data.on.statements)
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dgimple.def31 These are all the GIMPLE statements with register operands. */
55 /* GIMPLE_LABEL <LABEL> represents label statements. LABEL is a
80 statements with memory and register operands. */
104 represents inline assembly statements.
106 STRING is the string containing the assembly statements.
129 BODY is the sequence of statements inside the transaction.
135 /* GIMPLE_RETURN <RETVAL> represents return statements.
144 BODY is the sequence of statements in the scope. */
149 sequence of statements that handle these types. */
154 sequence of statements to execute on failure. */
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dgimple.def31 These are all the GIMPLE statements with register operands. */
55 /* GIMPLE_LABEL <LABEL> represents label statements. LABEL is a
80 statements with memory and register operands. */
104 represents inline assembly statements.
106 STRING is the string containing the assembly statements.
129 BODY is the sequence of statements inside the transaction.
135 /* GIMPLE_RETURN <RETVAL> represents return statements.
144 BODY is the sequence of statements in the scope. */
149 sequence of statements that handle these types. */
154 sequence of statements to execute on failure. */
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dstatement.c362 Statements *statements = new Statements(); in toStatement() local
365 statements->push(toStatement((*a)[i])); in toStatement()
367 return new CompoundStatement(loc, statements); in toStatement()
537 statements = s; in CompoundStatement()
543 statements = new Statements(); in CompoundStatement()
544 statements->reserve(2); in CompoundStatement()
545 statements->push(s1); in CompoundStatement()
546 statements->push(s2); in CompoundStatement()
552 statements = new Statements(); in CompoundStatement()
553 statements->push(s1); in CompoundStatement()
[all …]
H A Dsapply.c58 for (size_t i = 0; i < s->statements->dim; i++) in visit()
59 if (doCond((*s->statements)[i])) in visit()
65 for (size_t i = 0; i < s->statements->dim; i++) in visit()
66 if (doCond((*s->statements)[i])) in visit()
H A Dstatementsem.c130 for (size_t i = 0; i < cs->statements->dim; ) in visit()
132 Statement *s = (*cs->statements)[i]; in visit()
138 cs->statements->remove(i); in visit()
139 cs->statements->insert(i, flt); in visit()
143 (*cs->statements)[i] = s; in visit()
150 (*cs->statements)[i] = s->scopeCode(sc, &sentry, &sexception, &sfinally); in visit()
154 cs->statements->insert(i, sentry); in visit()
161 if (i + 1 == cs->statements->dim && !sfinally) in visit()
175 for (size_t j = i + 1; j < cs->statements->dim; j++) in visit()
177 a->push((*cs->statements)[j]); in visit()
[all …]
H A Dblockexit.c81 for (size_t i = 0; i < cs->statements->dim; i++) in blockExit()
83 Statement *s = (*cs->statements)[i]; in blockExit()
127 for (size_t i = 0; i < uls->statements->dim; i++) in blockExit()
129 Statement *s = (*uls->statements)[i]; in blockExit()
/netbsd-src/external/mpl/dhcp/dist/includes/
H A Dstatement.h71 struct executable_statement *statements; member
78 struct executable_statement *statements; member
82 struct executable_statement *statements; member
88 struct executable_statement *statements; member
/netbsd-src/external/mpl/bind/dist/doc/misc/
H A Dcheckgrammar.py70 def groupby_grammar(statements): argument
80 statements = sorted(statements, key=keyfunc)
81 for _key, group in groupby(statements, keyfunc):
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/com_err/
H A Dparse.y68 | header statements
96 statements : statement
97 | statements statement
/netbsd-src/crypto/external/bsd/openssl/dist/doc/internal/man7/
H A Dbuild.info.pod170 Some statements can have attributes added to them, to allow for
250 Conditional statements are nesting.
305 statements, and is most often seen used together with the B<IF> and
306 B<ELSIF> conditional statements.
343 If F<build.info> statements have been skipped over to this point since
357 =head2 Plain statements
371 B<PROGRAMS> statements may have attributes, which apply to all the
388 Similarly, libraries may be referred in indexed statements as just the
393 B<LIBS> statements may have attributes, which apply to all the
406 B<MODULES> statements may have attributes, which apply to all the
[all …]
/netbsd-src/external/mpl/bind/dist/doc/notes/
H A Dnotes-9.18.14.rst
/netbsd-src/external/bsd/nsd/dist/doc/
H A DNSD-4-features8 new config statements and some old statements are gone.
60 pattern: these allow you to bundle a set of zone config statements.
62 config statements. patterns can also include other patterns. This is
71 zone config statements, and it can also use include-pattern to apply
72 config statements from a pattern to it.
/netbsd-src/external/apache2/llvm/dist/clang/tools/clang-fuzzer/
H A Dcxx_proto.proto85 repeated Statement statements = 1; field
89 required StatementSeq statements = 1; field
/netbsd-src/external/gpl3/gcc/dist/gcc/doc/
H A Dgimple.texi50 contains some container statements like lexical scopes
62 of the C statements into GENERIC equivalents would involve walking the
73 * Class hierarchy of GIMPLE statements::
78 * Manipulating GIMPLE statements::
99 needed by most GIMPLE statements. There are some fields that
294 @node Class hierarchy of GIMPLE statements
295 @section Class hierarchy of GIMPLE statements
483 first operand is a sequence of statements to execute. If executing
484 these statements does not throw an exception, then the second operand
491 @item A sequence of statements to execute. When an exception occurs,
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/doc/
H A Dgimple.texi50 contains some container statements like lexical scopes
62 of the C statements into GENERIC equivalents would involve walking the
73 * Class hierarchy of GIMPLE statements::
78 * Manipulating GIMPLE statements::
99 needed by most GIMPLE statements. There are some fields that
294 @node Class hierarchy of GIMPLE statements
295 @section Class hierarchy of GIMPLE statements
483 first operand is a sequence of statements to execute. If executing
484 these statements does not throw an exception, then the second operand
491 @item A sequence of statements to execute. When an exception occurs,
[all …]
/netbsd-src/external/bsd/elftosb/dist/elftosb2/
H A DElftosbAST.h796 BootableSectionContentsASTNode(ListASTNode * statements) in BootableSectionContentsASTNode() argument
797 : SectionContentsASTNode(), m_statements(statements) in BootableSectionContentsASTNode()
841 void setIfStatements(ListASTNode * statements) { m_ifStatements = statements; } in setIfStatements() argument
847 void setElseStatements(ListASTNode * statements) { m_elseStatements = statements; } in setElseStatements() argument
1205 FromStatementASTNode(std::string * source, ListASTNode * statements);
1217 inline void setStatements(ListASTNode * statements) { m_statements = statements; } in setStatements() argument
/netbsd-src/external/lgpl3/gmp/dist/demos/calc/
H A Dcalc.y168 | statements statement;
170 statements:
172 | statements statement EOS
/netbsd-src/external/apache2/llvm/dist/llvm/docs/TableGen/
H A DProgRef.rst123 statements, comments, and blank lines (see `Lexical Analysis`_). The standard file
320 There are many contexts in TableGen statements where a value is required. A
368 statements, etc. When parsed, these literals are converted to integers.
460 * A variable defined with the ``defvar`` or ``defset`` statements.
545 The following statements may appear at the top level of TableGen source
553 The following sections describe each of these top-level statements.
581 definitions and other statements. When a class ``C`` inherits from another
830 statements within the scope of the ``let``.
838 The ``let`` statement establishes a scope, which is a sequence of statements
840 :token:`LetList` apply to the statements in that scope.
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/tools/clang-fuzzer/proto-to-cxx/
H A Dproto_to_cxx.cpp79 for (auto &st : x.statements()) os << st; in operator <<()
83 return os << "void foo(int *a) {\n" << x.statements() << "}\n"; in operator <<()

12345678910>>...38