| /openbsd-src/regress/usr.sbin/btrace/ |
| H A D | if.ok | 3 multiple statements in else-if branch 4 multiple (4) statements
|
| H A D | if.bt | 21 printf("multiple statements in "); 33 printf("statements\n");
|
| H A D | multismts.bt | 1 // Test multiple statements inside a single block;
|
| /openbsd-src/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/t/ |
| H A D | 109-standard_XS_defs.t | 13 my @statements = ( 23 foreach my $s (@statements) {
|
| /openbsd-src/gnu/llvm/clang/tools/clang-fuzzer/ |
| H A D | cxx_proto.proto | 85 repeated Statement statements = 1; field 89 required StatementSeq statements = 1; field
|
| /openbsd-src/usr.bin/tmux/ |
| H A D | cmd-parse.y | 128 %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_clos [all...] |
| /openbsd-src/gnu/llvm/clang/tools/clang-fuzzer/proto-to-cxx/ |
| H A D | proto_to_cxx.cpp | 79 for (auto &st : x.statements()) os << st; in operator <<() 83 return os << "void foo(int *a) {\n" << x.statements() << "}\n"; in operator <<()
|
| /openbsd-src/regress/usr.sbin/bgpd/config/ |
| H A D | bgpd.conf.12.in | 2 # Test export statements
|
| H A D | bgpd.conf.15.in | 2 # test multiprotocol announce statements
|
| H A D | bgpd.conf.4.in | 2 # test neighbor and group statements
|
| H A D | bgpd.conf.16.in | 2 # test announce statements
|
| /openbsd-src/gnu/llvm/llvm/docs/TableGen/ |
| H A D | ProgRef.rst | 123 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/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus/ |
| H A D | fet_cont.txt | 2 We have deliberately contradictory =encoding statements here.
|
| H A D | fet_dup.txt | 2 We have deliberately redundant =encoding statements here.
|
| /openbsd-src/gnu/usr.bin/perl/ext/XS-APItest/t/ |
| H A D | stuff_svcur_bug.t | 10 # Adding a semicolon, any following statements, or anything else
|
| /openbsd-src/gnu/gcc/gcc/doc/ |
| H A D | tree-ssa.texi | 42 * 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/ |
| H A D | Tiny.pm | 115 $function->{statements} = $self->$code_method; 292 statements => [],
|
| /openbsd-src/gnu/llvm/clang/include/clang/Basic/ |
| H A D | StmtNodes.td | 34 // Asm statements 39 // Obj-C statements 48 // C++ statements 53 // C++ Coroutines TS statements
|
| /openbsd-src/regress/usr.bin/mandoc/eqn/define/ |
| H A D | invalid.out_ascii | 4 ddeeffiinnee--iinnvvaalliidd - invalid define and undef statements
|
| /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" to="perlsyn" type="pod">SWITCH <B>statements</ [all...] |
| /openbsd-src/gnu/gcc/gcc/ |
| H A D | machmode.def | 39 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/ |
| H A D | RangeSelector.h | 91 RangeSelector statements(std::string ID);
|
| /openbsd-src/gnu/llvm/libcxx/ |
| H A D | .clang-format | 84 # libc++'s preferred indentions of preprocessor statements.
|
| /openbsd-src/share/snmp/ |
| H A D | SNMPv2-CONF.txt | 75 -- definitions for compliance statements 185 -- definitions for capabilities statements
|
| /openbsd-src/gnu/usr.bin/binutils/ld/emultempl/ |
| H A D | mmo.em | 118 /* Start building a list of statements for this section. 122 /* Add the output section statements for this orphan to our own private 185 /* We try to put the output statements in some sort of reasonable
|