Home
last modified time | relevance | path

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

12345678910>>...49

/netbsd/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.c537 statements = s; in CompoundStatement()
544 statements->reserve(2); in CompoundStatement()
545 statements->push(s1); in CompoundStatement()
546 statements->push(s2); in CompoundStatement()
553 statements->push(s1); in CompoundStatement()
564 a->setDim(statements->dim); in syntaxCopy()
575 return statements; in flatten()
616 statements = s; in CompoundDeclarationStatement()
622 a->setDim(statements->dim); in syntaxCopy()
636 statements = s; in UnrolledLoopStatement()
[all …]
H A Dstatement.d548 Statements* statements; variable
561 this.statements = statements; in this()
567 this.statements = statements; in this()
581 statements = new Statements(); in this()
584 statements.push(s); in this()
599 foreach (s; *statements) in inout()
644 foreach (i, s; *statements) in syntaxCopy()
663 Statements* statements; variable
668 this.statements = statements; in this()
674 foreach (i, s; *statements) in syntaxCopy()
[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 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.c138 cs->statements->remove(i); in visit()
143 (*cs->statements)[i] = s; in visit()
264 cs->statements->remove(i); in visit()
266 if (cs->statements->dim <= i) in visit()
271 if (cs->statements->dim == 1) in visit()
273 result = (*cs->statements)[0]; in visit()
294 (*uls->statements)[i] = s; in visit()
609 if (statements) in declareVariable()
738 if (statements) in makeTupleForeachBody()
739 statements->push(fwdstmt); in makeTupleForeachBody()
[all …]
H A Dstatementsem.d264 cs.statements.remove(i); in package()
269 (*cs.statements)[i] = s; in package()
315 if (!sfinally && isEmpty((*cs.statements)[i + 1 .. cs.statements.dim])) in package()
329 a.pushSlice((*cs.statements)[i + 1 .. cs.statements.length]); in package()
373 a.pushSlice((*cs.statements)[i + 1 .. cs.statements.length]); in package()
410 flatten(cs.statements); in package()
412 foreach (s; *cs.statements) in package()
424 if (cs.statements.length == 1) in package()
2686 statements.push(cs); in package()
4281 Statements* statements; in makeTupleForeach() local
[all …]
/netbsd/external/mpl/dhcp/dist/common/
H A Dexecute.c60 if (!statements)
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)
133 r->data.on.statements, MDL);
496 e = e->data.let.statements;
673 if ((*ptr) -> data.statements)
[all …]
/netbsd/external/gpl3/gcc/dist/gcc/
H A Dgimple.def55 /* 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. */
354 BODY is the sequence of statements in the sections body.
[all …]
/netbsd/external/gpl3/gcc.old/dist/gcc/
H A Dgimple.def55 /* 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. */
345 BODY is the sequence of statements in the sections body.
[all …]
/netbsd/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/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dstatement.c537 statements = s; in CompoundStatement()
544 statements->reserve(2); in CompoundStatement()
545 statements->push(s1); in CompoundStatement()
546 statements->push(s2); in CompoundStatement()
553 statements->push(s1); in CompoundStatement()
564 a->setDim(statements->dim); in syntaxCopy()
575 return statements; in flatten()
616 statements = s; in CompoundDeclarationStatement()
622 a->setDim(statements->dim); in syntaxCopy()
636 statements = s; in UnrolledLoopStatement()
[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.c138 cs->statements->remove(i); in visit()
143 (*cs->statements)[i] = s; in visit()
264 cs->statements->remove(i); in visit()
266 if (cs->statements->dim <= i) in visit()
271 if (cs->statements->dim == 1) in visit()
273 result = (*cs->statements)[0]; in visit()
294 (*uls->statements)[i] = s; in visit()
609 if (statements) in declareVariable()
738 if (statements) in makeTupleForeachBody()
739 statements->push(fwdstmt); in makeTupleForeachBody()
[all …]
/netbsd/crypto/external/bsd/heimdal/dist/lib/com_err/
H A Dparse.y68 | header statements
96 statements : statement
97 | statements statement
/netbsd/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.
306 B<ELSIF> conditional statements.
357 =head2 Plain statements
393 B<LIBS> statements may have attributes, which apply to all the
432 =head2 Indexed statements
453 B<DEPEND> statements may have attributes, which apply to each
459 With those statements, the dependency between C<libfoo.a> and
495 B<SOURCE> statements may have attributes, which apply to each
516 statements.
[all …]
/netbsd/external/bsd/tmux/dist/
H A Dcmd-parse.y128 %type <commands> argument_statements statements statement
135 | statements
142 statements : statement '\n'
146 | statements statement '\n'
293 condition : if_open '\n' statements if_close
302 | if_open '\n' statements if_else '\n' statements if_close
312 | if_open '\n' statements elif if_close
326 | if_open '\n' statements elif if_else '\n' statements if_close
343 elif : if_elif '\n' statements
354 | if_elif '\n' statements elif
[all …]
/netbsd/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/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/external/gpl3/gcc.old/dist/gcc/doc/
H A Dgimple.texi73 * Class hierarchy of GIMPLE statements::
78 * Manipulating GIMPLE statements::
294 @node Class hierarchy of GIMPLE statements
295 @section Class hierarchy of GIMPLE statements
849 @node Manipulating GIMPLE statements
850 @section Manipulating GIMPLE statements
851 @cindex Manipulating GIMPLE statements
1632 statements are.
1966 statements to be executed by just the master.
2384 framework for iterating through statements.
[all …]
/netbsd/external/gpl3/gcc/dist/gcc/doc/
H A Dgimple.texi73 * Class hierarchy of GIMPLE statements::
78 * Manipulating GIMPLE statements::
294 @node Class hierarchy of GIMPLE statements
295 @section Class hierarchy of GIMPLE statements
849 @node Manipulating GIMPLE statements
850 @section Manipulating GIMPLE statements
851 @cindex Manipulating GIMPLE statements
1624 statements are.
1958 statements to be executed by just the master.
2376 framework for iterating through statements.
[all …]
/netbsd/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/external/lgpl3/gmp/dist/demos/calc/
H A Dcalc.y168 | statements statement;
170 statements:
172 | statements statement EOS
/netbsd/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 <<()
/netbsd/external/apache2/llvm/dist/llvm/docs/TableGen/
H A DProgRef.rst460 * A variable defined with the ``defvar`` or ``defset`` statements.
830 statements within the scope of the ``let``.
840 :token:`LetList` apply to the statements in that scope.
850 statements can be nested.
902 The :token:`If` and :token:`Assert` statements can also be used.
928 statements in the multiclasses, and indirectly by ``defm`` statements.
1034 statements.
1182 throughout the statements that follow the definition.
1202 ``foreach`` --- iterate over a sequence of statements
1217 be used in the statements.
[all …]

12345678910>>...49