Searched refs:TYPEDEF (Results 1 – 13 of 13) sorted by relevance
/titanic_44/usr/src/tools/ctf/cvt/ |
H A D | st_parse.c | 175 ntdp->t_type = TYPEDEF; in read_tid() 303 assert(tdp->t_type != TYPEDEF); in parse_type() 309 ntdp->t_type = TYPEDEF; in parse_type() 321 ntdp->t_type = TYPEDEF; in parse_type() 329 ntdp->t_type = TYPEDEF; in parse_type() 366 tdp->t_type = TYPEDEF; in parse_sou() 643 ntdp->t_type = TYPEDEF; in tdefdecl() 651 if (ntdp->t_type != TYPEDEF || ntdp->t_name != NULL) { in tdefdecl() 872 case TYPEDEF: in find_intrinsic() 937 ntdp->t_type = TYPEDEF; in soudef() [all …]
|
H A D | fixup_tdescs.c | 85 if (!(tgt = lookupname(tgts[i])) || tgt->t_type != TYPEDEF) in fix_ptrptr_to_struct() 116 if ((vmt = lookupname("vmem_t")) == NULL || vmt->t_type != TYPEDEF) in fix_ptr_to_struct() 213 if (cput->t_type != TYPEDEF) in fix_small_cpu_struct()
|
H A D | ctftools.h | 142 TYPEDEF, enumerator
|
H A D | dwarf.c | 195 case TYPEDEF: in tdesc_size() 231 case TYPEDEF: in tdesc_bitsize() 253 case TYPEDEF: in tdesc_basetype() 1505 if (type == TYPEDEF) { in die_through_create() 1518 die_through_create(dw, die, off, tdp, TYPEDEF, "typedef"); in die_typedef_create()
|
H A D | tdata.c | 66 case TYPEDEF: in tdesc_layouthash()
|
H A D | ctf.c | 385 case TYPEDEF: in write_type() 1088 tdp->t_type = TYPEDEF; in resurrect_types()
|
/titanic_44/usr/src/tools/cscope-fast/ |
H A D | constants.h | 102 #define TYPEDEF 't' macro
|
H A D | find.c | 270 case TYPEDEF: in finddef() 321 case TYPEDEF: in finddef()
|
H A D | scanner.l | 514 token = TYPEDEF;
|
/titanic_44/usr/src/lib/libpp/common/ |
H A D | ppproto.c | 149 #undef TYPEDEF 150 #define TYPEDEF (1L<<26) macro 876 flags &= ~(DEFINE|DIRECTIVE|IDID|INDIRECT|JUNK|MATCH|SHARP|TYPEDEF); in lex() 915 flags &= ~(DEFINE|DIRECTIVE|IDID|INDIRECT|MATCH|OTHER|SHARP|SKIP|TOKENS|TYPEDEF); in lex() 982 …if (!strncmp(proto->tp, "inline", 6) && !(flags & (MATCH|SKIP|TOKENS|TYPEDEF)) && proto->brace == … in lex() 1008 flags |= TYPEDEF; in lex() 1736 else if (flags & TYPEDEF) in lex() 1782 flags &= ~(EXTERNALIZE|MANGLE|TOKENS|TYPEDEF); in lex() 1809 if (paren == 0 && !(flags & TYPEDEF)) in lex()
|
/titanic_44/usr/src/cmd/sgs/yacc/common/ |
H A D | y2.c | 47 #define TYPEDEF 268 macro 376 case TYPEDEF: 1242 return (TYPEDEF); in gettok()
|
/titanic_44/usr/src/cmd/abi/spectrans/spec2trace/ |
H A D | parseproto.y | 103 %token <stt_val> TYPEDEF EXTERN AUTO STATIC 649 { "typedef", TYPEDEF, SCS_TYPEDEF }, in lookup_keyword()
|
/titanic_44/usr/src/lib/libshell/common/ |
H A D | README | 79 TYPEDEF on Enable typeset type definitions.
|