Searched refs:cpp_check (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/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)
1092 if (!cpp_check (type, IS_TRIVIAL))
1891 && cpp_check
1892 && cpp_check (instance, HAS_DEPENDENT_TEMPLATE_ARGS))
2749 if (cpp_check && cpp_check (t, IS_TEMPLATE))
2968 if (cpp_check)
2970 is_abstract = cpp_check (t, IS_ABSTRACT);
2971 is_assignment_operator = cpp_check (
[all...]
/netbsd-current/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)
1092 if (!cpp_check (type, IS_TRIVIAL))
1895 && cpp_check
1896 && cpp_check (instance, HAS_DEPENDENT_TEMPLATE_ARGS))
2806 if (cpp_check && cpp_check (t, IS_TEMPLATE))
3023 if (cpp_check)
3025 is_abstract = cpp_check (t, IS_ABSTRACT);
3026 is_assignment_operator = cpp_check (
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/gcc/cp/
H A Ddecl2.c4303 cpp_check (tree t, cpp_operation op)
4862 dump_ada_specs (collect_all_refs, cpp_check);
4298 cpp_check (tree t, cpp_operation op) function
/netbsd-current/external/gpl3/gcc/dist/gcc/cp/
H A Ddecl2.cc4559 cpp_check (tree t, cpp_operation op)
5120 dump_ada_specs (collect_all_refs, cpp_check);
4554 cpp_check (tree t, cpp_operation op) function

Completed in 215 milliseconds