Searched refs:print_type (Results 1 - 25 of 50) sorted by relevance

12

/netbsd-current/tests/usr.bin/xlint/lint1/
H A Dlex_integer.c23 void print_type(struct s);
29 print_type(0);
32 print_type(-1);
35 print_type(2147483647);
37 print_type(0x7fffffff);
39 print_type(017777777777);
42 print_type(0x80000000);
44 print_type(020000000000);
46 print_type(0xffffffff);
49 print_type(214748364
[all...]
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dgo-typeprint.c45 go_language::print_type (struct type *type, const char *varstring, function in class:go_language
H A Dm2-lang.h76 void print_type (struct type *type, const char *varstring,
H A Dgo-lang.h112 void print_type (struct type *type, const char *varstring,
H A Df-lang.h89 void print_type (struct type *type, const char *varstring,
H A Df-typeprint.c43 print_type (type, "", stream, 0, 0, &type_print_raw_options);
49 f_language::print_type (struct type *type, const char *varstring, function in class:f_language
246 print_type (builtin_f_type (type->arch ())->builtin_void,
256 print_type (type->field (i).type (), "", stream, -1, 0, 0);
H A Drust-lang.h117 void print_type (struct type *type, const char *varstring,
H A Dp-lang.h91 void print_type (struct type *type, const char *varstring,
H A Dp-typeprint.c40 pascal_language::print_type (struct type *type, const char *varstring, function in class:pascal_language
297 print_type (type->field (i).type (), "" /* TYPE_FIELD_NAME
459 print_type (type->target_type (), NULL, stream, 0, 0, flags);
567 print_type (type->field (i).type (),
754 print_type (type->index_type (), "", stream,
H A Dd-lang.c154 void print_type (struct type *type, const char *varstring,
/netbsd-current/external/gpl3/gdb.old/dist/sim/igen/
H A Dlf.h116 print_function * print_type,
H A Dlf.c420 print_function * print_type,
426 nr += print_type (file);
419 lf_print__function_type_function(lf *file, print_function * print_type, const char *prefix, const char *trailing_space) argument
/netbsd-current/external/gpl3/gdb/dist/sim/igen/
H A Dlf.h116 print_function * print_type,
H A Dlf.c410 print_function * print_type,
416 nr += print_type (file);
409 lf_print__function_type_function(lf *file, print_function * print_type, const char *prefix, const char *trailing_space) argument
/netbsd-current/external/gpl3/gcc.old/dist/gcc/c/
H A Dc-objc-common.c186 print_type (c_pretty_printer *cpp, tree t, bool *quoted) function
310 print_type (cpp, t, quoted);
347 print_type (&cpp, m_labelled_type, &quoted);
/netbsd-current/external/gpl3/gcc/dist/gcc/c/
H A Dc-objc-common.cc186 print_type (c_pretty_printer *cpp, tree t, bool *quoted) function
301 print_type (cpp, t, quoted);
338 print_type (&cpp, m_labelled_type, &quoted);
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dlanguage.h438 virtual void print_type (struct type *, const char *, struct ui_file *, int,
652 (current_language->print_type(type,varstring,stream,show,level,flags))
H A Dd-lang.c244 void print_type (struct type *type, const char *varstring,
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++11/
H A Ddebug.cc652 print_type(PrintContext& ctx, function in namespace:__anon1646
678 print_type(ctx, type._M_type, "<unknown type>");
754 print_type(ctx, iterator._M_seq_type, "<unknown seq_type>");
816 print_type(ctx, type._M_type, "<unknown type>");
841 print_type(ctx, inst._M_type, "<unknown type>");
/netbsd-current/external/gpl3/binutils/dist/opcodes/
H A Dz8kgen.c886 print_type (struct op *n) function
963 print_type (p);
/netbsd-current/external/gpl3/binutils.old/dist/opcodes/
H A Dz8kgen.c886 print_type (struct op *n) function
963 print_type (p);
/netbsd-current/external/gpl3/gdb.old/dist/opcodes/
H A Dz8kgen.c886 print_type (struct op *n) function
963 print_type (p);
/netbsd-current/external/gpl3/gdb/dist/opcodes/
H A Dz8kgen.c886 print_type (struct op *n) function
963 print_type (p);
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dlanghooks.h435 lang_print_tree_hook print_type; member in struct:lang_hooks
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dlanghooks.h491 lang_print_tree_hook print_type; member in struct:lang_hooks

Completed in 259 milliseconds

12