| /openbsd-src/gnu/usr.bin/perl/utils/ |
| H A D | h2xs.PL | 964 my %structs; 1007 my $structs = $c->get('typedef_structs'); 1008 @structs{keys %$structs} = values %$structs; 1328 while ($name, $struct) = each %structs; 1672 ], @{ $structs{$item->[0]} }; 1674 push @items, @{ $structs{$item->[0]} }; 1678 my $ttype = $structs{$type} ? normalize_type("$type *") : $type; 1712 ], @{ $structs{$item->[0]} }; 1714 push @items, @{ $structs{$item->[0]} }; 1864 while (my($name, $struct) = each %structs) {
|
| /openbsd-src/usr.bin/dig/lib/dns/ |
| H A D | gen.c | 333 int structs = 0; in main() local 352 structs = 0; in main() 359 structs = 0; in main() 368 structs = 0; in main() 375 structs = 1; in main() 550 } else if (structs) { in main()
|
| /openbsd-src/gnu/gcc/gcc/config/iq2000/ |
| H A D | abi | 19 * alignment within aggregates (structs and unions) is as above, with 177 specially. (In this section, "struct" will refer to structs and unions 181 registers or in a stack frame slot the size of two registers. Other structs 186 Copies of large structs are made under the following rules: 230 in r2, or in r2-r3 if necessary. Larger structs/unions are handled by the
|
| /openbsd-src/gnu/llvm/lld/MachO/ |
| H A D | Target.h | 152 using nlist = structs::nlist_64; 168 using nlist = structs::nlist;
|
| H A D | MachOStructs.h | 20 namespace lld::structs {
|
| H A D | Writer.cpp | 278 return sizeof(structs::entry_point_command); in getSize() 282 auto *c = reinterpret_cast<structs::entry_point_command *>(buf); in writeTo()
|
| /openbsd-src/gnu/gcc/gcc/config/mt/ |
| H A D | ABI.txt | 27 * alignment within aggregates (structs and unions) is as above, with 169 specially. (In this section, "struct" will refer to structs and unions 173 registers or in a stack frame slot the size of two registers. Other structs 178 Copies of large structs are made under the following rules:
|
| /openbsd-src/gnu/gcc/gcc/config/sparc/ |
| H A D | sparc.opt | 82 mfaster-structs 84 Use structs on stronger alignment for double-word copies
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/Sparc/ |
| H A D | SparcCallingConv.td | 95 // - Split structs into one or two 64-bit sized chunks, or 32-bit chunks with 98 // - Pass structs larger than 16 bytes indirectly with an explicit pointer 113 // structs. These arguments are not promoted to 64 bits, but they can still
|
| /openbsd-src/gnu/usr.bin/perl/ext/XS-Typemap/t/ |
| H A D | Typemap.t | 369 my $structs = T_PACKEDARRAY_out(@d); 370 ok(ref($structs) eq 'ARRAY'); 371 is(scalar(@$structs), 3); 373 my $s = $structs->[$i]; 379 my @rv = T_PACKEDARRAY_in($structs);
|
| /openbsd-src/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/ |
| H A D | Makefile.in | 14 step-line step-test structs structs2 \
|
| /openbsd-src/gnu/usr.bin/perl/ |
| H A D | README.openbsd | 22 their return structs prior to calling these functions. Current Perl's
|
| /openbsd-src/gnu/gcc/gcc/config/m32c/ |
| H A D | m32c.abi | 55 structs, floats, etc). Otherwise, it's passed on the stack.
|
| /openbsd-src/gnu/llvm/clang/include/clang/Basic/ |
| H A D | DeclNodes.td | 30 def Record : DeclNode<Tag, "structs, unions, classes">;
|
| /openbsd-src/gnu/llvm/clang/docs/analyzer/developer-docs/ |
| H A D | RegionStore.rst | 147 RegionStore implements an optimization for copying aggregates (structs and 152 bound as a Default value. This makes copying arrays and structs much cheaper
|
| /openbsd-src/gnu/lib/libstdc++/libstdc++/docs/html/17_intro/ |
| H A D | TODO | 34 - scoping/linking issues WRT to C structs need to be worked out. See
|
| /openbsd-src/usr.sbin/nsd/doc/ |
| H A D | NSD-VERIFY-MODS | 25 modified. To hold those configuration values, the structs nsd_options and 141 The nsd struct (in nsd.h) is extended with two arrays of nsd_socket structs:
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/config/i370/ |
| H A D | README | 81 99.03.15 -- fixes for returning long longs and structs (struct value return)
|
| /openbsd-src/sys/dev/pci/drm/amd/display/ |
| H A D | TODO | 39 8. WIP - Split pipe_ctx into plane and stream resource structs
|
| /openbsd-src/gnu/llvm/lld/docs/ |
| H A D | Partitions.rst | 80 index, which is an array of structs with the following definition:
|
| /openbsd-src/gnu/gcc/libstdc++-v3/docs/html/17_intro/ |
| H A D | TODO | 131 - scoping/linking issues WRT to C structs need to be worked out. See
|
| /openbsd-src/gnu/llvm/llvm/docs/tutorial/MyFirstLanguageFrontend/ |
| H A D | LangImpl10.rst | 48 - **arrays, structs, vectors, etc** - Once you add types, you can start 188 (e.g. two different structs that have a single int field): these types
|
| /openbsd-src/gnu/gcc/gcc/config/sh/ |
| H A D | sh.opt | 240 Make structs a multiple of 4 bytes (warning: ABI altered)
|
| /openbsd-src/gnu/llvm/clang/include/clang/AST/ |
| H A D | CXXRecordDeclDefinitionBits.def | 119 /// within anonymous unions or structs.
|
| /openbsd-src/gnu/llvm/clang/docs/ |
| H A D | APINotes.rst | 86 'Name' key with its Objective-C name. "Tags" refers to structs, enums, and
|