Home
last modified time | relevance | path

Searched refs:check_constraint_info (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dcp-tree.h1528 check_constraint_info (tree t) in check_constraint_info() function
1540 check_constraint_info (check_nonnull (NODE))->template_reqs
1547 check_constraint_info (check_nonnull (NODE))->declarator_reqs
1551 check_constraint_info (check_nonnull (NODE))->associated_constr
H A Dconstraint.cc2199 if (!t || t == error_mark_node || !check_constraint_info (t)) in tsubst_constraint_info()
H A Derror.c1455 if (check_constraint_info (ci)) in dump_template_decl()
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dcp-tree.h1591 check_constraint_info (tree t) in check_constraint_info() function
1603 check_constraint_info (check_nonnull (NODE))->template_reqs
1610 check_constraint_info (check_nonnull (NODE))->declarator_reqs
1614 check_constraint_info (check_nonnull (NODE))->associated_constr
H A Dconstraint.cc2315 if (!t || t == error_mark_node || !check_constraint_info (t)) in tsubst_constraint_info()
H A Derror.cc1551 if (check_constraint_info (ci)) in dump_template_decl()
H A DChangeLog-20151930 (check_constraint_info, CI_TEMPLATE_REQS, CI_DECLARATOR_REQS)