Home
last modified time | relevance | path

Searched refs:CHECK_CONSTR_CONCEPT (Results 1 – 9 of 9) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dcp-tree.def573 CHECK_CONSTR_CONCEPT has the concept definition
H A Dcxx-pretty-print.c2861 tree decl = CHECK_CONSTR_CONCEPT (t); in pp_cxx_check_constraint()
H A Dtree.c3834 return (CHECK_CONSTR_CONCEPT (t1) == CHECK_CONSTR_CONCEPT (t2) in cp_tree_equal()
H A Dcp-tree.h1611 #define CHECK_CONSTR_CONCEPT(NODE) \ macro
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dcp-tree.def565 CHECK_CONSTR_CONCEPT has the concept definition
H A Dcxx-pretty-print.cc2856 tree decl = CHECK_CONSTR_CONCEPT (t); in pp_cxx_check_constraint()
H A Dtree.cc4082 return (CHECK_CONSTR_CONCEPT (t1) == CHECK_CONSTR_CONCEPT (t2) in cp_tree_equal()
H A Dcp-tree.h1693 #define CHECK_CONSTR_CONCEPT(NODE) \ macro
H A DChangeLog-20161839 * cp-tree.h (CHECK_CONSTR_CONCEPT): New.