Home
last modified time | relevance | path

Searched refs:structs (Results 1 – 25 of 155) sorted by relevance

1234567

/openbsd-src/gnu/usr.bin/perl/utils/
H A Dh2xs.PL964 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 Dgen.c333 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 Dabi19 * 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 DTarget.h152 using nlist = structs::nlist_64;
168 using nlist = structs::nlist;
H A DMachOStructs.h20 namespace lld::structs {
H A DWriter.cpp278 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 DABI.txt27 * 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 Dsparc.opt82 mfaster-structs
84 Use structs on stronger alignment for double-word copies
/openbsd-src/gnu/llvm/llvm/lib/Target/Sparc/
H A DSparcCallingConv.td95 // - 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 DTypemap.t369 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 DMakefile.in14 step-line step-test structs structs2 \
/openbsd-src/gnu/usr.bin/perl/
H A DREADME.openbsd22 their return structs prior to calling these functions. Current Perl's
/openbsd-src/gnu/gcc/gcc/config/m32c/
H A Dm32c.abi55 structs, floats, etc). Otherwise, it's passed on the stack.
/openbsd-src/gnu/llvm/clang/include/clang/Basic/
H A DDeclNodes.td30 def Record : DeclNode<Tag, "structs, unions, classes">;
/openbsd-src/gnu/llvm/clang/docs/analyzer/developer-docs/
H A DRegionStore.rst147 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 DTODO34 - scoping/linking issues WRT to C structs need to be worked out. See
/openbsd-src/usr.sbin/nsd/doc/
H A DNSD-VERIFY-MODS25 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 DREADME81 99.03.15 -- fixes for returning long longs and structs (struct value return)
/openbsd-src/sys/dev/pci/drm/amd/display/
H A DTODO39 8. WIP - Split pipe_ctx into plane and stream resource structs
/openbsd-src/gnu/llvm/lld/docs/
H A DPartitions.rst80 index, which is an array of structs with the following definition:
/openbsd-src/gnu/gcc/libstdc++-v3/docs/html/17_intro/
H A DTODO131 - scoping/linking issues WRT to C structs need to be worked out. See
/openbsd-src/gnu/llvm/llvm/docs/tutorial/MyFirstLanguageFrontend/
H A DLangImpl10.rst48 - **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 Dsh.opt240 Make structs a multiple of 4 bytes (warning: ABI altered)
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DCXXRecordDeclDefinitionBits.def119 /// within anonymous unions or structs.
/openbsd-src/gnu/llvm/clang/docs/
H A DAPINotes.rst86 'Name' key with its Objective-C name. "Tags" refers to structs, enums, and

1234567