Searched refs:do_typedef (Results 1 – 10 of 10) sorted by relevance
| /openbsd/src/gnu/gcc/gcc/ |
| D | gengtype-lex.l | 100 do_typedef (namestart, t, &lexer_line); 127 do_typedef ((const char *) xmemdup (namestart, namelen, namelen+1), t, 144 do_typedef ((const char *) xmemdup (namestart, namelen, namelen+1), t, 161 do_typedef ((const char *) xmemdup (namestart, namelen, namelen+1), t, 178 do_typedef ((const char *) xmemdup (namestart, namelen, namelen+1), t, 195 do_typedef ((const char *) xmemdup (namestart, namelen, namelen+1), t, 264 do_typedef (ptr, t, &lexer_line); 274 do_typedef (ptr, t, &lexer_line);
|
| D | gengtype-lex.c | 2028 do_typedef (namestart, t, &lexer_line); 2059 do_typedef ((const char *) xmemdup (namestart, namelen, namelen+1), t, 2080 do_typedef ((const char *) xmemdup (namestart, namelen, namelen+1), t, 2101 do_typedef ((const char *) xmemdup (namestart, namelen, namelen+1), t, 2122 do_typedef ((const char *) xmemdup (namestart, namelen, namelen+1), t, 2143 do_typedef ((const char *) xmemdup (namestart, namelen, namelen+1), t, 2237 do_typedef (ptr, t, &lexer_line); 2247 do_typedef (ptr, t, &lexer_line);
|
| D | gengtype.h | 134 extern void do_typedef (const char *s, type_p t, struct fileloc *pos);
|
| D | gengtype-yacc.y | 75 do_typedef ($6, $1, &lexer_line);
|
| D | gengtype.c | 102 do_typedef (const char *s, type_p t, struct fileloc *pos) in do_typedef() function 130 do_typedef (s, create_scalar_type (s, strlen (s)), pos); in do_scalar_typedef() 870 do_typedef ("YYSTYPE", new_structure ("yy_union", 1, pos, typeinfo, o), pos); in note_yacc_type() 3051 do_typedef ("PTR", create_pointer (resolve_typedef ("void", &pos)), &pos); in main() 3053 do_typedef ("HARD_REG_SET", create_array ( in main() 3075 do_typedef ("source_locus", create_pointer (resolve_typedef ("location_t", &pos)), &pos); in main()
|
| D | gengtype-yacc.c | 1156 do_typedef ((yyvsp[0].s), (yyvsp[-5].t), &lexer_line);
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/ |
| D | gengtype-lex.l | 90 do_typedef (xmemdup (namestart, namelen, namelen+1), t, &lexer_line); 117 do_typedef (xmemdup (namestart, namelen, namelen+1), t, &lexer_line); 133 do_typedef (xmemdup (namestart, namelen, namelen+1), t, &lexer_line); 148 do_typedef (xmemdup (namestart, namelen, namelen+1), t, &lexer_line);
|
| D | gengtype.h | 124 extern void do_typedef PARAMS ((const char *s, type_p t, struct fileloc *pos));
|
| D | gengtype-yacc.y | 72 do_typedef ($6, $1, &lexer_line);
|
| D | gengtype.c | 102 do_typedef (s, t, pos) in do_typedef() function 135 do_typedef (s, create_scalar_type (s, strlen (s)), pos); 883 do_typedef ("YYSTYPE", find_structure ("yy_union", 1), pos); 2589 do_typedef ("PTR", create_pointer (create_scalar_type ("void", 2592 do_typedef ("HARD_REG_SET", create_array (
|