HomeSort by: relevance | last modified time | path
    Searched refs:print_type (Results 1 - 25 of 63) sorted by relevancy

1 2 3

  /src/tests/usr.bin/xlint/lint1/
lex_integer.c 23 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(2147483648)
    [all...]
  /src/external/gpl3/gdb/dist/gdb/
go-typeprint.c 44 go_language::print_type (struct type *type, const char *varstring, function in class:go_language
f-typeprint.c 41 print_type (type, "", stream, 0, 0, &type_print_raw_options);
47 f_language::print_type (struct type *type, const char *varstring, function in class:f_language
244 print_type (builtin_f_type (type->arch ())->builtin_void,
254 print_type (type->field (i).type (), "", stream, -1, 0, 0);
go-lang.h 118 void print_type (struct type *type, const char *varstring,
m2-lang.h 76 void print_type (struct type *type, const char *varstring,
rust-lang.h 121 void print_type (struct type *type, const char *varstring,
p-typeprint.c 39 pascal_language::print_type (struct type *type, const char *varstring, function in class:pascal_language
274 print_type (type->field (i).type (), "" /* TYPE_FIELD_NAME
413 print_type (type->target_type (), NULL, stream, 0, 0, flags);
523 print_type (type->field (i).type (),
709 print_type (type->index_type (), "", stream,
f-lang.h 90 void print_type (struct type *type, const char *varstring,
p-lang.h 91 void print_type (struct type *type, const char *varstring,
  /src/external/gpl3/gdb.old/dist/gdb/
go-typeprint.c 44 go_language::print_type (struct type *type, const char *varstring, function in class:go_language
f-lang.h 90 void print_type (struct type *type, const char *varstring,
f-typeprint.c 43 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);
go-lang.h 118 void print_type (struct type *type, const char *varstring,
m2-lang.h 76 void print_type (struct type *type, const char *varstring,
rust-lang.h 121 void print_type (struct type *type, const char *varstring,
p-typeprint.c 40 pascal_language::print_type (struct type *type, const char *varstring, function in class:pascal_language
275 print_type (type->field (i).type (), "" /* TYPE_FIELD_NAME
414 print_type (type->target_type (), NULL, stream, 0, 0, flags);
524 print_type (type->field (i).type (),
710 print_type (type->index_type (), "", stream,
p-lang.h 91 void print_type (struct type *type, const char *varstring,
  /src/external/gpl3/gdb/dist/sim/igen/
lf.h 120 print_function * print_type,
lf.c 475 print_function * print_type,
481 nr += print_type (file);
  /src/external/gpl3/gdb.old/dist/sim/igen/
lf.h 120 print_function * print_type,
lf.c 475 print_function * print_type,
481 nr += print_type (file);
  /src/external/gpl3/gcc.old/dist/gcc/c/
c-objc-common.cc 186 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);
  /src/external/gpl3/gcc/dist/gcc/c/
c-objc-common.cc 223 print_type (c_pretty_printer *cpp, tree t, bool *quoted) function
338 print_type (cpp, t, quoted);
375 print_type (&cpp, m_labelled_type, &quoted);
  /src/external/gpl3/binutils/dist/opcodes/
z8kgen.c 886 print_type (struct op *n) function
963 print_type (p);
  /src/external/gpl3/binutils.old/dist/opcodes/
z8kgen.c 886 print_type (struct op *n) function
963 print_type (p);

Completed in 91 milliseconds

1 2 3