Home
last modified time | relevance | path

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

12345678910>>...19

/openbsd/src/regress/usr.sbin/btrace/
Dif.ok3 multiple statements in else-if branch
4 multiple (4) statements
Dif.bt21 printf("multiple statements in ");
33 printf("statements\n");
Dmultismts.bt1 // Test multiple statements inside a single block;
/openbsd/src/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/t/
D109-standard_XS_defs.t13 my @statements = (
23 foreach my $s (@statements) {
/openbsd/src/usr.bin/tmux/
Dcmd-parse.y128 %type <commands> argument_statements statements statement
135 | statements
142 statements : statement '\n'
146 | statements statement '\n'
307 condition : if_open '\n' statements if_close
316 | if_open '\n' statements if_else '\n' statements if_close
326 | if_open '\n' statements elif if_close
340 | if_open '\n' statements elif if_else '\n' statements if_close
357 elif : if_elif '\n' statements
368 | if_elif '\n' statements elif
[all …]
/openbsd/src/gnu/llvm/clang/tools/clang-fuzzer/
Dcxx_proto.proto85 repeated Statement statements = 1; field
89 required StatementSeq statements = 1; field
/openbsd/src/gnu/llvm/clang/tools/clang-fuzzer/proto-to-cxx/
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 <<()
/openbsd/src/gnu/llvm/llvm/docs/TableGen/
DProgRef.rst123 statements, comments, and blank lines (see `Lexical Analysis`_). The standard file
322 There are many contexts in TableGen statements where a value is required. A
370 statements, etc. When parsed, these literals are converted to integers.
462 * A variable defined with the ``defvar`` or ``defset`` statements.
550 The following statements may appear at the top level of TableGen source
559 The following sections describe each of these top-level statements.
587 definitions and other statements. When a class ``C`` inherits from another
836 statements within the scope of the ``let``.
844 The ``let`` statement establishes a scope, which is a sequence of statements
846 :token:`LetList` apply to the statements in that scope.
[all …]
/openbsd/src/regress/usr.sbin/bgpd/config/
Dbgpd.conf.12.in2 # Test export statements
Dbgpd.conf.15.in2 # test multiprotocol announce statements
Dbgpd.conf.4.in2 # test neighbor and group statements
Dbgpd.conf.17.in2 # Test various authentication statements
Dbgpd.conf.16.in2 # test announce statements
/openbsd/src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus/
Dfet_cont.txt2 We have deliberately contradictory =encoding statements here.
Dfet_dup.txt2 We have deliberately redundant =encoding statements here.
/openbsd/src/gnu/usr.bin/perl/ext/XS-APItest/t/
Dstuff_svcur_bug.t10 # Adding a semicolon, any following statements, or anything else
/openbsd/src/gnu/gcc/gcc/doc/
Dtree-ssa.texi42 * Annotations:: Attributes for statements and variables.
43 * Statement Operands:: Variables referenced by GIMPLE statements.
59 statements in a tree IL@. In GENERIC, a statement is defined as any
104 statements with sequences of simple statements.
147 of the C statements into GENERIC equivalents would involve walking the
271 Note that in GIMPLE, @code{if} statements are also represented using
296 Most statements will be assignment statements, represented by
303 There are also several varieties of complex statements.
350 Multiple statements at the same nesting level are collected into a
358 Whenever possible, statements with no effect are discarded. But if they
[all …]
/openbsd/src/gnu/usr.bin/perl/cpan/CPAN-Meta-YAML/t/lib/TestML/
DTiny.pm115 $function->{statements} = $self->$code_method;
292 statements => [],
/openbsd/src/gnu/llvm/clang/include/clang/Basic/
DStmtNodes.td34 // Asm statements
39 // Obj-C statements
48 // C++ statements
53 // C++ Coroutines TS statements
/openbsd/src/regress/usr.bin/mandoc/eqn/define/
Dinvalid.out_ascii4 ddeeffiinnee--iinnvvaalliidd - invalid define and undef statements
/openbsd/src/gnu/usr.bin/perl/cpan/Pod-Simple/t/
Dfcodes_l.t289 is( $x->_out(qq{=pod\n\nL<SWITCH statements|perlsyn/"Basic BLOCKs and Switch Statements">\n}),
290statements|perlsyn/&#34;Basic BLOCKs and Switch Statements&#34;" section="Basic BLOCKs and Switch…
292 is( $x->_out(qq{=pod\n\nL<SWITCH statements|perlsyn/Basic BLOCKs and Switch Statements>\n}),
293 …WITCH statements|perlsyn/Basic BLOCKs and Switch Statements" section="Basic BLOCKs and Switch Stat…
323 …"Basic BLOCKs and Switch Statements" to="perlsyn" type="pod">SWITCH <B>statements</B></L></Para></…
326 …"Basic BLOCKs and Switch Statements" to="perlsyn" type="pod">SWITCH <B>statements</B></L></Para></…
356 …"Basic BLOCKs and Switch Statements" to="perlsyn" type="pod">SWITCH <B>statements</B></L></Para></…
359 …"Basic BLOCKs and Switch Statements" to="perlsyn" type="pod">SWITCH <B>statements</B></L></Para></…
390 …"Basic BLOCKs and Switch Statements" to="perlsyn" type="pod">SWITCH <B>statements</B></L>.</Para><…
393 …"Basic BLOCKs and Switch Statements" to="perlsyn" type="pod">SWITCH <B>statements</B></L>.</Para><…
/openbsd/src/gnu/gcc/gcc/
Dmachmode.def39 The following statements can be used in this file -- all have
43 mode-classes.def, less the leading MODE_ prefix; some statements
66 Order matters in this file in so far as statements which refer to
68 statements which do not refer to other modes may appear in any
/openbsd/src/gnu/llvm/clang/include/clang/Tooling/Transformer/
DRangeSelector.h91 RangeSelector statements(std::string ID);
/openbsd/src/gnu/llvm/libcxx/
D.clang-format84 # libc++'s preferred indentions of preprocessor statements.
/openbsd/src/share/snmp/
DSNMPv2-CONF.txt75 -- definitions for compliance statements
185 -- definitions for capabilities statements

12345678910>>...19