Lines Matching refs:cpp_check
46 static int (*cpp_check) (tree, cpp_operation) = NULL; variable
1080 if (!cpp_check) in has_nontrivial_methods()
1084 if (!cpp_check (type, IS_TRIVIAL)) in has_nontrivial_methods()
1524 = (TREE_CODE (decl) == FUNCTION_DECL && cpp_check) in dump_ada_decl_name()
1955 && cpp_check in dump_ada_template()
1956 && cpp_check (instance, HAS_DEPENDENT_TEMPLATE_ARGS)) in dump_ada_template()
2721 if (cpp_check && cpp_check (t, IS_TEMPLATE)) in dump_ada_declaration()
2922 if (cpp_check) in dump_ada_declaration()
2924 is_abstract = cpp_check (t, IS_ABSTRACT); in dump_ada_declaration()
2925 is_constructor = cpp_check (t, IS_CONSTRUCTOR); in dump_ada_declaration()
2926 is_destructor = cpp_check (t, IS_DESTRUCTOR); in dump_ada_declaration()
2927 is_copy_constructor = cpp_check (t, IS_COPY_CONSTRUCTOR); in dump_ada_declaration()
2928 is_move_constructor = cpp_check (t, IS_MOVE_CONSTRUCTOR); in dump_ada_declaration()
2978 if (TREE_CODE (fld) == FUNCTION_DECL && cpp_check (fld, IS_ABSTRACT)) in dump_ada_declaration()
3036 if (cpp_check in dump_ada_declaration()
3057 if (cpp_check (fld, IS_ABSTRACT)) in dump_ada_declaration()
3380 cpp_check = check; in dump_ads()