/dflybsd-src/contrib/gcc-4.7/libstdc++-v3/include/std/ |
H A D | iosfwd | 58 * widths (wide and narrow). The typedefs are the same as the 68 * well as the typedefs. Trying to forward-declare the typedefs
|
H A D | istream | 795 // 271. basic_iostream missing typedefs
|
/dflybsd-src/contrib/gcc-8.0/libstdc++-v3/include/std/ |
H A D | iosfwd | 56 * widths (wide and narrow). The typedefs are the same as the 66 * well as the typedefs. Trying to forward-declare the typedefs
|
H A D | atomic | 914 // 2441. Exact-width atomic typedefs should be provided
|
H A D | istream | 830 // 271. basic_iostream missing typedefs
|
/dflybsd-src/contrib/openbsd_libm/ |
H A D | README.DRAGONFLY | 35 include/global/math.h (#include diff, double/float typedefs)
|
/dflybsd-src/contrib/gcc-4.7/gcc/ |
H A D | gengtype-state.c | 1030 int nbtypedefs = pair_list_length (typedefs); in write_state_typedefs() 1033 nbpairs = write_state_pair_list (typedefs); in write_state_typedefs() 2049 read_state_typedefs (pair_p *typedefs) in read_state_typedefs() argument 2081 *typedefs = list; in read_state_typedefs() 2432 read_state_typedefs (&typedefs); in read_state()
|
H A D | gengtype.h | 122 extern pair_p typedefs;
|
H A D | gengtype.c | 489 pair_p typedefs; variable 512 for (p = typedefs; p != NULL; p = p->next) in do_typedef() 524 p->next = typedefs; in do_typedef() 529 typedefs = p; in do_typedef() 548 for (p = typedefs; p != NULL; p = p->next) in resolve_typedef() 4319 const type_p structures, const pair_p typedefs) in write_typed_alloc_defns() argument 4350 for (p = typedefs; p; p = p->next) in write_typed_alloc_defns() 4728 dump_pair_list ("typedefs", typedefs); in dump_everything() 5079 write_typed_alloc_defns (output_header, structures, typedefs); in main()
|
H A D | tree.def | 94 TYPE_DECL node, for types that are typedefs, or an IDENTIFIER_NODE
|
/dflybsd-src/contrib/gcc-8.0/gcc/ |
H A D | gengtype-state.c | 1204 int nbtypedefs = pair_list_length (typedefs); in write_state_typedefs() 1208 nbpairs = write_state_pair_list (typedefs); in write_state_typedefs() 2270 read_state_typedefs (pair_p *typedefs) in read_state_typedefs() argument 2302 *typedefs = list; in read_state_typedefs() 2601 read_state_typedefs (&typedefs); in read_state()
|
H A D | gengtype.h | 125 extern pair_p typedefs;
|
H A D | gengtype.c | 495 pair_p typedefs = NULL; variable 516 for (p = typedefs; p != NULL; p = p->next) in do_typedef() 528 p->next = typedefs; in do_typedef() 533 typedefs = p; in do_typedef() 677 for (p = typedefs; p != NULL; p = p->next) in type_for_name() 4947 dump_pair_list ("typedefs", typedefs); in dump_everything()
|
/dflybsd-src/contrib/gcc-4.7/gcc/doc/ |
H A D | configfiles.texi | 49 @file{config.gcc}. They also contain the typedefs for @code{rtx},
|
H A D | implement-c.texi | 207 @c the standard type names might be used. Predefined typedefs should 209 @c __int128_t and __uint128_t typedefs are not extended integer types
|
H A D | gty.texi | 63 The parser understands simple typedefs such as
|
H A D | objc.texi | 508 32-bit longs are encoded as 'l' or 'L', but not always. For typedefs,
|
/dflybsd-src/contrib/bmake/ |
H A D | configure.in | 241 dnl Checks for typedefs, structures, and compiler characteristics.
|
/dflybsd-src/contrib/binutils-2.27/binutils/ |
H A D | ieee.c | 3855 struct ieee_name_type_hash_table typedefs; member 4607 if (!bfd_hash_table_init (&info.typedefs.root, ieee_name_type_newfunc, in write_ieee_debugging_info() 4728 bfd_hash_table_free (&info.typedefs.root); in write_ieee_debugging_info() 6485 h = ieee_name_type_hash_lookup (&info->typedefs, name, FALSE, FALSE); in ieee_typedef_type() 6771 h = ieee_name_type_hash_lookup (&info->typedefs, name, TRUE, FALSE); in ieee_typdef()
|
/dflybsd-src/contrib/gcc-4.7/gcc/c-family/ |
H A D | c.opt | 664 Wunused-local-typedefs 666 Warn when typedefs locally defined in a function are not used
|
/dflybsd-src/contrib/gcc-4.7/gcc/cp/ |
H A D | cp-tree.def | 475 TI_TYPEDEFS_NEEDING_ACCESS_CHECKING the vector of typedefs used in
|
/dflybsd-src/contrib/gcc-8.0/gcc/cp/ |
H A D | cp-tree.def | 496 TI_TYPEDEFS_NEEDING_ACCESS_CHECKING the vector of typedefs used in
|
/dflybsd-src/contrib/lvm2/dist/ |
H A D | configure.in | 102 dnl -- Check for typedefs, structures, and compiler characteristics.
|
/dflybsd-src/usr.bin/telnet/ |
H A D | README | 563 Both telnet and telnetd now use the cc_t typedef. typedefs are
|
/dflybsd-src/contrib/gcc-8.0/gcc/c-family/ |
H A D | c.opt | 1111 Wunused-local-typedefs 1113 Warn when typedefs locally defined in a function are not used.
|