Searched refs:cpp_check (Results 1 – 10 of 10) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/ |
H A D | c-ada-spec.c | 48 static int (*cpp_check) (tree, cpp_operation) = NULL; variable 1088 if (!cpp_check) in has_nontrivial_methods() 1092 if (!cpp_check (type, IS_TRIVIAL)) in has_nontrivial_methods() 1891 && cpp_check in dump_ada_template() 1892 && cpp_check (instance, HAS_DEPENDENT_TEMPLATE_ARGS)) in dump_ada_template() 2749 if (cpp_check && cpp_check (t, IS_TEMPLATE)) in dump_ada_declaration() 2968 if (cpp_check) in dump_ada_declaration() 2970 is_abstract = cpp_check (t, IS_ABSTRACT); in dump_ada_declaration() 2971 is_assignment_operator = cpp_check (t, IS_ASSIGNMENT_OPERATOR); in dump_ada_declaration() 2972 is_constructor = cpp_check (t, IS_CONSTRUCTOR); in dump_ada_declaration() [all …]
|
/netbsd-src/external/gpl3/gcc/dist/gcc/c-family/ |
H A D | c-ada-spec.cc | 48 static int (*cpp_check) (tree, cpp_operation) = NULL; variable 1088 if (!cpp_check) in has_nontrivial_methods() 1092 if (!cpp_check (type, IS_TRIVIAL)) in has_nontrivial_methods() 1895 && cpp_check in dump_ada_template() 1896 && cpp_check (instance, HAS_DEPENDENT_TEMPLATE_ARGS)) in dump_ada_template() 2806 if (cpp_check && cpp_check (t, IS_TEMPLATE)) in dump_ada_declaration() 3023 if (cpp_check) in dump_ada_declaration() 3025 is_abstract = cpp_check (t, IS_ABSTRACT); in dump_ada_declaration() 3026 is_assignment_operator = cpp_check (t, IS_ASSIGNMENT_OPERATOR); in dump_ada_declaration() 3027 is_constructor = cpp_check (t, IS_CONSTRUCTOR); in dump_ada_declaration() [all …]
|
H A D | ChangeLog | 9900 (cpp_check): Likewise. 10248 * c-ada-spec.c (cpp_check): New global variable. 10249 (dump_ada_nodes): Remove cpp_check parameter and do not pass it down. 10259 (dump_template_types): Remove cpp_check parameter and do not pass it to 10262 (dump_generic_ada_node): Remove cpp_check parameter and do not pass it 10264 (print_ada_methods): Change return type to integer. Remove cpp_check 10266 (dump_nested_types): Remove cpp_check parameter and do not pass it to 10270 (print_ada_struct_decl): Remove cpp_check parameter and do not pass it 10273 (dump_ads): Rename cpp_check parameter to check and adjust prototype. 10274 Set cpp_check to it before invoking dump_ada_nodes.
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
H A D | decl2.c | 4298 cpp_check (tree t, cpp_operation op) in cpp_check() function 4857 dump_ada_specs (collect_all_refs, cpp_check); in c_parse_final_cleanups()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
H A D | decl2.cc | 4554 cpp_check (tree t, cpp_operation op) in cpp_check() function 5115 dump_ada_specs (collect_all_refs, cpp_check); in c_parse_final_cleanups()
|
H A D | ChangeLog-2015 | 2359 * decl2.c (cpp_check): Revert latest change. 2392 * decl2.c (cpp_check): Deal with IS_CONSTEXPR. 2443 * decl2.c (cpp_check): Deal with IS_MOVE_CONSTRUCTOR. 2727 * decl2.c (cpp_check): Deal with HAS_DEPENDENT_TEMPLATE_ARGS.
|
H A D | ChangeLog-2014 | 3890 * decl2.c (cpp_check): Revert prototype change.
|
H A D | ChangeLog-2013 | 576 * decl2.c (cpp_check): Change type of first parameter and deal with
|
H A D | ChangeLog-2010 | 2646 (cpp_check, collect_source_refs, collect_ada_namespace,
|
H A D | ChangeLog-2019 | 3824 * decl2.c (cpp_check) <IS_ASSIGNMENT_OPERATOR>: New case.
|