Lines Matching refs:cpp_check
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()
2973 is_destructor = cpp_check (t, IS_DESTRUCTOR); in dump_ada_declaration()
2974 is_copy_constructor = cpp_check (t, IS_COPY_CONSTRUCTOR); in dump_ada_declaration()
2975 is_move_constructor = cpp_check (t, IS_MOVE_CONSTRUCTOR); in dump_ada_declaration()
3035 if (TREE_CODE (fld) == FUNCTION_DECL && cpp_check (fld, IS_ABSTRACT)) in dump_ada_declaration()
3090 if (cpp_check in dump_ada_declaration()
3111 if (cpp_check (fld, IS_ABSTRACT)) in dump_ada_declaration()
3412 cpp_check = check; in dump_ads()