/netbsd-src/tests/usr.bin/xlint/lint1/ |
H A D | lex_integer.c | 23 void print_type(struct s); 29 print_type(0); in no_suffix() 32 print_type(-1); in no_suffix() 35 print_type(2147483647); in no_suffix() 37 print_type(0x7fffffff); in no_suffix() 39 print_type(017777777777); in no_suffix() 42 print_type(0x80000000); in no_suffix() 44 print_type(020000000000); in no_suffix() 46 print_type(0xffffffff); in no_suffix() 49 print_type(2147483648); in no_suffix() [all …]
|
/netbsd-src/external/gpl3/gcc/dist/gcc/c/ |
H A D | c-objc-common.cc | 186 print_type (c_pretty_printer *cpp, tree t, bool *quoted) in print_type() function 301 print_type (cpp, t, quoted); in c_tree_printer() 338 print_type (&cpp, m_labelled_type, "ed); in get_text()
|
H A D | ChangeLog | 768 * c-objc-common.c (print_type): Handle erroneous types. 1940 (print_type): Update accordingly. 1986 (print_type): Use it to decide whether an aka type is worth printing. 2857 (print_type): ...this new function.
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c/ |
H A D | c-objc-common.c | 186 print_type (c_pretty_printer *cpp, tree t, bool *quoted) in print_type() function 310 print_type (cpp, t, quoted); in c_tree_printer() 347 print_type (&cpp, m_labelled_type, "ed); in get_text()
|
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++11/ |
H A D | debug.cc | 652 print_type(PrintContext& ctx, in print_type() function 678 print_type(ctx, type._M_type, "<unknown type>"); in print_field() 754 print_type(ctx, iterator._M_seq_type, "<unknown seq_type>"); in print_field() 816 print_type(ctx, type._M_type, "<unknown type>"); in print_description() 841 print_type(ctx, inst._M_type, "<unknown type>"); in print_description()
|
/netbsd-src/external/gpl3/binutils.old/dist/opcodes/ |
H A D | z8kgen.c | 886 print_type (struct op *n) in print_type() function 963 print_type (p); in internal()
|
/netbsd-src/external/gpl3/binutils/dist/opcodes/ |
H A D | z8kgen.c | 886 print_type (struct op *n) in print_type() function 963 print_type (p); in internal()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | langhooks.h | 435 lang_print_tree_hook print_type; member
|
H A D | print-tree.c | 717 lang_hooks.print_type (file, node, indent); in print_node() 1150 lang_hooks.print_type (stderr, const_cast <tree_node*> (ptr), 0); in dump_tree_via_hooks()
|
H A D | tree.c | 6375 lang_hooks.print_type = lhd_print_tree_nothing; in free_lang_data()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | langhooks.h | 491 lang_print_tree_hook print_type; member
|
H A D | print-tree.cc | 721 lang_hooks.print_type (file, node, indent); in print_node() 1159 lang_hooks.print_type (stderr, const_cast <tree_node*> (ptr), 0); in dump_tree_via_hooks()
|
H A D | ipa-free-lang-data.cc | 1125 lang_hooks.print_type = lhd_print_tree_nothing; in free_lang_data()
|
H A D | ChangeLog-2018 | 5990 print_xnode, print_decl, print_type and print_identifier of
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/src/c++11/ |
H A D | debug.cc | 921 print_type(PrintContext& ctx, const _Parameter::_Type& type) in print_type() function 1002 print_type(ctx, variant._M_iterator_value_type); in print_description()
|
/netbsd-src/external/gpl3/gdb/dist/gdb/ |
H A D | ChangeLog-2020 | 60 (rust_language::print_type): Likewise. 109 (pascal_language::print_type): ...this. Update calls to member 159 (go_language::print_type): ...this. 3095 (f_language::print_type): ...this. 3108 * language.h (language_defn::print_type): Add variable names in 9626 (ada_language::print_type): New member function. 9628 (c_language::print_type): New member function. 9630 (cplus_language::print_type): New member function. 9632 (asm_language::print_type): New member function. 9634 (minimal_language::print_type): New member function. [all …]
|
H A D | ChangeLog-2021 | 1998 * rust-lang.c (rust_language::print_type): Construct the
|
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
H A D | ChangeLog-2000 | 1061 (print_type): Rename to print_type_id. 1575 print_function_parameter, print_type, print_cv_qualifier): New
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/ |
H A D | ChangeLog-2021 | 5201 (print_type): Rename in... 5208 (print_quoted_named_name, print_type_type, print_type, print_instance): New.
|
/netbsd-src/external/gpl3/binutils/dist/ |
H A D | ChangeLog.git | 92207 I looked at having each print_type method simply modify the flags 124764 The next patch will want to do language->print_type(type, ...), to 124767 most language implementations of language_defn::print_type call 124771 the point of calling language->print_type()... 124776 language_defn::print_type implementations naturally pass down
|