Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dcxx-pretty-print.cc2858 tree args = CHECK_CONSTR_ARGS (t); in pp_cxx_check_constraint()
H A Dtree.cc4083 && comp_template_args (CHECK_CONSTR_ARGS (t1), in cp_tree_equal()
4084 CHECK_CONSTR_ARGS (t2))); in cp_tree_equal()
H A Dcp-tree.h1697 #define CHECK_CONSTR_ARGS(NODE) \ macro
H A DChangeLog-20161840 (CHECK_CONSTR_ARGS): New.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dcxx-pretty-print.c2863 tree args = CHECK_CONSTR_ARGS (t); in pp_cxx_check_constraint()
H A Dtree.c3835 && comp_template_args (CHECK_CONSTR_ARGS (t1), in cp_tree_equal()
3836 CHECK_CONSTR_ARGS (t2))); in cp_tree_equal()
H A Dcp-tree.h1615 #define CHECK_CONSTR_ARGS(NODE) \ macro