Home
last modified time | relevance | path

Searched refs:cpp_check (Results 1 – 10 of 10) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/
H A Dc-ada-spec.c48 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 Dc-ada-spec.cc48 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 DChangeLog9900 (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 Ddecl2.c4298 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 Ddecl2.cc4554 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 DChangeLog-20152359 * 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 DChangeLog-20143890 * decl2.c (cpp_check): Revert prototype change.
H A DChangeLog-2013576 * decl2.c (cpp_check): Change type of first parameter and deal with
H A DChangeLog-20102646 (cpp_check, collect_source_refs, collect_ada_namespace,
H A DChangeLog-20193824 * decl2.c (cpp_check) <IS_ASSIGNMENT_OPERATOR>: New case.