HomeSort by: relevance | last modified time | path
    Searched refs:structures (Results 1 - 23 of 23) sorted by relevancy

  /src/compat/
exec.mk 27 # 64-bit alignment/size safe structures.
  /src/external/gpl3/gcc/dist/gcc/
gengtype.cc 515 type_p structures = NULL;
765 type_p *p = &structures;
769 for (si = structures; si != NULL; p = &si->next, si = *p)
850 type_p *p = &structures;
854 for (s = structures; s != NULL; p = &s->next, s = *p)
2397 For structures, given a pointer to the item in 'val'.
2425 type_p structures,
2431 type_p structures);
3558 /* TYPE_USER_STRUCTs should not occur here. These structures
3639 /* User structures have no fields to walk. Simply generate a cal
511 type_p structures = NULL; variable
    [all...]
gengtype.h 131 extern type_p structures;
198 /* Some functions to create various options structures with name NAME
239 /* For GTY-ed structures whose definitions we haven't seen so far
246 /* For known GTY-ed structures which are pointed to by GTY-ed
257 global list 'structures'; for lang_structs, their homonymous structs are
gengtype-state.cc 624 * - structures list
1205 /* When writing imported linked lists, like typedefs, structures, ... we count
1224 /* Write our structures. */
1231 for (current = structures; current != NULL; current = current->next)
1234 begin_s_expr ("structures");
1237 for (current = structures; current != NULL; current = current->next)
1243 /* Terminate the "structures" s-expression. */
1246 printf ("%s wrote %d structures in state\n", progname, nbstruct);
2329 /* Read the structures. */
2331 read_state_structures (type_p *structures)
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
gengtype.cc 515 type_p structures = NULL;
766 type_p *p = &structures;
770 for (si = structures; si != NULL; p = &si->next, si = *p)
851 type_p *p = &structures;
855 for (s = structures; s != NULL; p = &s->next, s = *p)
1427 - Converts structures for which a parameter is provided to
2427 For structures, given a pointer to the item in 'val'.
2455 type_p structures,
2461 type_p structures);
3574 /* TYPE_USER_STRUCTs should not occur here. These structures
511 type_p structures = NULL; variable
    [all...]
gengtype.h 131 extern type_p structures;
198 /* Some functions to create various options structures with name NAME
239 /* For GTY-ed structures whose definitions we haven't seen so far
246 /* For known GTY-ed structures which are pointed to by GTY-ed
257 global list 'structures'; for lang_structs, their homonymous structs are
gengtype-state.cc 634 * - structures list
1215 /* When writing imported linked lists, like typedefs, structures, ... we count
1234 /* Write our structures. */
1241 for (current = structures; current != NULL; current = current->next)
1244 begin_s_expr ("structures");
1247 for (current = structures; current != NULL; current = current->next)
1253 /* Terminate the "structures" s-expression. */
1256 printf ("%s wrote %d structures in state\n", progname, nbstruct);
2339 /* Read the structures. */
2341 read_state_structures (type_p *structures)
    [all...]
  /src/external/bsd/libpcap/dist/msdos/
pkt_rx1.s 35 _pktRxBuf resb (RX_SIZE*NUM_RX_BUF) ; RX structures
pkt_rx0.asm 60 _pktRxBuf RX_ELEMENT NUM_RX_BUF dup (<>) ; RX structures
  /src/external/gpl3/gcc/dist/contrib/vim-gcc-dev/syntax/
gimple.vim 54 " C/C++-like control structures
  /src/external/gpl3/gcc.old/dist/contrib/vim-gcc-dev/syntax/
gimple.vim 54 " C/C++-like control structures
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.linespec/
cpcompletion.exp 19 load_lib data-structures.exp
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.linespec/
cpcompletion.exp 19 load_lib data-structures.exp
  /src/sys/external/bsd/compiler_rt/dist/lib/profile/
InstrProfData.inc 1 /*===-- InstrProfData.inc - instr profiling runtime structures -*- C++ -*-=== *\
23 * initializers for the member fields of the core data structures. The field
543 * for a given function in \c NumValueSites and \c Nodes structures.
  /src/external/apache2/llvm/dist/llvm/include/llvm/ProfileData/
InstrProfData.inc 1 /*===-- InstrProfData.inc - instr profiling runtime structures -*- C++ -*-=== *\
22 * initializers for the member fields of the core data structures. The field
  /src/external/apache2/llvm/dist/llvm/lib/Support/Windows/
Signals.inc 52 // DebugHlp APIs. So we will have to load them manually. The structures and
  /src/external/apache2/mDNSResponder/dist/mDNSCore/
mDNSEmbeddedAPI.h 180 // Most compilers naturally pack the on-the-wire structures correctly anyway, so a plain "struct" is usually fine.
181 // In the event that structures are not packed correctly, mDNS_Init() will detect this and report an error, so the
545 // The actual definition of these structures appear in the appropriate platform support code
555 #pragma mark - DNS Message structures
605 #pragma mark - Other Packet Format Structures
754 #pragma mark - Resource Record structures
1042 // The internal data structures of the mDNS code may not be in a state where mDNS API calls may be made safely.
1048 #pragma mark - NAT Traversal structures and constants
1273 #pragma mark - DNSServer & McastResolver structures and constants
1345 // (In-memory storage may be larger, for structures containing 'holes', like SOA
    [all...]
  /src/external/gpl2/lvm2/dist/
configure.in 102 dnl -- Check for typedefs, structures, and compiler characteristics.
  /src/external/gpl2/xcvs/dist/contrib/
cvs_acls.in 213 Use a CPAN module to clone data structures.
  /src/external/bsd/ipf/dist/
HISTORY 98 3531890 whois pool parsing builds bad structures
148 3530271 pools parsing produces badly formed address structures
  /src/external/gpl3/gcc.old/dist/libphobos/src/std/uni/
package.d 5 of fundamental Unicode algorithms and data structures.
5502 data-structures like trie. )
5567 Wrapper, used in definition of custom data structures from `Trie` template.
  /src/external/gpl3/gdb/dist/gnulib/
configure 5036 // Anonymous structures and unions -- taken from C11 6.7.2.1 Example 1.
  /src/external/gpl3/gdb.old/dist/gnulib/
configure 5036 // Anonymous structures and unions -- taken from C11 6.7.2.1 Example 1.

Completed in 103 milliseconds