| /src/external/gpl3/gcc/dist/gcc/ |
| gengtype-lex.l | 77 ^{HWS}typedef/{EOID} { 79 return TYPEDEF; 123 "typedef"/{EOID} { return TYPEDEF; }
|
| gengtype-parse.cc | 75 "typedef", 689 structure or class. Otherwise, it could be a typedef, but 872 | ID // typedef 881 GTY marker. In these cases, typedef and enum declarations are not 942 typedef struct_type GTY case. */ 1015 case TYPEDEF: 1016 /* In C++, a typedef inside a struct/class/union defines a new 1021 parse_file), so if we find a 'typedef', we must be inside 1047 'typedef' inside structures (see the TYPEDEF handler above) [all...] |
| gengtype.h | 29 typedef unsigned lang_bitmap; 43 typedef struct input_file_st input_file; 119 typedef struct pair *pair_p; 120 typedef struct type *type_p; 121 typedef const struct type *const_type_p; 122 typedef struct options *options_p; 384 typedef struct outf *outf_p; 471 TYPEDEF,
|
| gengtype-lex.cc | 49 typedef int8_t flex_int8_t; 50 typedef uint8_t flex_uint8_t; 51 typedef int16_t flex_int16_t; 52 typedef uint16_t flex_uint16_t; 53 typedef int32_t flex_int32_t; 54 typedef uint32_t flex_uint32_t; 56 typedef signed char flex_int8_t; 57 typedef short int flex_int16_t; 58 typedef int flex_int32_t; 59 typedef unsigned char flex_uint8_t; [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/ |
| gengtype-lex.l | 77 ^{HWS}typedef/{EOID} { 79 return TYPEDEF; 123 "typedef"/{EOID} { return TYPEDEF; }
|
| gengtype-parse.cc | 74 "typedef", 682 structure or class. Otherwise, it could be a typedef, but 865 | ID // typedef 874 GTY marker. In these cases, typedef and enum declarations are not 935 typedef struct_type GTY case. */ 1008 case TYPEDEF: 1009 /* In C++, a typedef inside a struct/class/union defines a new 1014 parse_file), so if we find a 'typedef', we must be inside 1040 'typedef' inside structures (see the TYPEDEF handler above) [all...] |
| gengtype.h | 29 typedef unsigned lang_bitmap; 43 typedef struct input_file_st input_file; 119 typedef struct pair *pair_p; 120 typedef struct type *type_p; 121 typedef const struct type *const_type_p; 122 typedef struct options *options_p; 384 typedef struct outf *outf_p; 469 TYPEDEF,
|
| gengtype-lex.cc | 49 typedef int8_t flex_int8_t; 50 typedef uint8_t flex_uint8_t; 51 typedef int16_t flex_int16_t; 52 typedef uint16_t flex_uint16_t; 53 typedef int32_t flex_int32_t; 54 typedef uint32_t flex_uint32_t; 56 typedef signed char flex_int8_t; 57 typedef short int flex_int16_t; 58 typedef int flex_int32_t; 59 typedef unsigned char flex_uint8_t; [all...] |
| /src/external/cddl/osnet/dist/tools/ctf/cvt/ |
| fixup_tdescs.c | 48 * stabs. Given a struct foo, and a corresponding typedef struct foo foo_t. 90 if (!(tgt = lookupname(tgts[i])) || tgt->t_type != TYPEDEF) 121 if ((vmt = lookupname("vmem_t")) == NULL || vmt->t_type != TYPEDEF) 220 if (cput->t_type != TYPEDEF) 316 NULL, /* typedef */ 317 NULL, /* typedef unres */
|
| st_parse.c | 178 ntdp->t_type = TYPEDEF; 306 assert(tdp->t_type != TYPEDEF); 312 ntdp->t_type = TYPEDEF; 324 ntdp->t_type = TYPEDEF; 332 ntdp->t_type = TYPEDEF; 369 tdp->t_type = TYPEDEF; 646 ntdp->t_type = TYPEDEF; 654 if (ntdp->t_type != TYPEDEF || ntdp->t_name != NULL) { 658 "No duplicate typedef anon for ref"); 875 case TYPEDEF [all...] |
| ctftools.h | 114 typedef struct stab { 146 typedef enum stabtype { 158 TYPEDEF, 166 typedef struct tdesc tdesc_t; 169 typedef struct ardef { 176 typedef struct mlist { 185 typedef struct elist { 192 typedef enum { 197 typedef struct intr { 211 typedef struct fnarg [all...] |
| tdata.c | 71 case TYPEDEF: 250 NULL, /* typedef */ 449 build_hashes, /* typedef */
|
| dwarf.c | 128 typedef struct dwarf { 197 case TYPEDEF: 237 case TYPEDEF: 260 case TYPEDEF: 1443 typedef struct fp_size_map { 1621 if (type == TYPEDEF) { 1634 die_through_create(dw, die, off, tdp, TYPEDEF, "typedef"); 1820 typedef struct die_creator { 1916 NULL, /* typedef */ [all...] |
| /src/external/bsd/pcc/dist/pcc/cc/ccom/ |
| scan.l | 120 return s && s->sclass == TYPEDEF ? 261 { "typedef", TYPEDEF, C_CLASS },
|
| main.c | 302 defid(p, TYPEDEF);
|
| stabs.c | 339 s->sclass == TYPEDEF || (s->sclass & FIELD) || ISSOU(s->stype))
|
| gcc_compat.c | 142 defid(q, TYPEDEF); 173 defid(p, TYPEDEF);
|
| /src/usr.bin/xlint/lint1/ |
| decl.c | 240 * Called if a list of declaration specifiers contains a typedef name 241 * and other specifiers (except struct, union, enum, typedef name). 252 /* modifying typedef with '%s'; only qualifiers... */ 260 /* modifying typedef with '%s'; only qualifiers allowed */ 288 /* modifying typedef with '%s'; only qualifiers allowed */ 301 * Remember the type, modifier or typedef name returned by the parser in the 315 * something like "typedef int a; int a b;" 370 /* something like "typedef int a; a long ..." */ 773 /* typedef already qualified with '%s' */ 779 /* typedef already qualified with '%s' * [all...] |
| lint1.h | 44 typedef struct memory_pool { 62 typedef enum { 83 typedef struct { 89 typedef struct { 96 typedef struct { 103 typedef struct { 119 typedef struct sym sym_t; 127 * If the structure has no tag name, its first typedef name is used to identify 130 typedef struct { 140 typedef struct [all...] |
| lex.c | 188 kwdef_sclass( "typedef", TYPEDEF, 78,0,1), 483 return sym->s_scl == TYPEDEF ? T_TYPENAME : T_NAME;
|
| cgram.y | 302 /* storage classes (extern, static, auto, register and typedef) */ 308 * float, double, void); see T_TYPENAME for types from typedef 960 if (dcs->d_scl == TYPEDEF) 961 /* typedef declares no type name */ 968 if (dcs->d_scl == TYPEDEF) 970 error(249, "missing base type for typedef"); 976 if (dcs->d_scl == TYPEDEF) 977 /* typedef declares no type name */ 1615 * "typedef int a; f(int (a));" could be parsed as 1636 * "typedef double a;", the declaration "f(int (a));" is interpreted a [all...] |
| /src/external/bsd/pcc/dist/pcc/cc/cxxcom/ |
| scan.l | 136 "typedef" { return resw(TYPEDEF, C_CLASS); } 255 return s && s->sclass == TYPEDEF ? notype=1, C_TYPENAME : C_NAME;
|
| main.c | 293 defid(p, TYPEDEF);
|
| pass1.h | 50 typedef unsigned int bittype; /* XXX - for basicblock */ 71 #define TYPEDEF 13
|
| stabs.c | 340 s->sclass == TYPEDEF || (s->sclass & FIELD) || ISSOU(s->stype))
|