Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dptree.c242 tree_constraint_info *cinfo = (tree_constraint_info *)node; in cxx_print_xnode()
H A Dcp-objcp-common.c83 case CONSTRAINT_INFO: return sizeof (tree_constraint_info); in cp_tree_size()
H A Dconstraint.cc1111 static inline tree_constraint_info*
1114 return (tree_constraint_info *)make_node (CONSTRAINT_INFO); in build_constraint_info()
1131 tree_constraint_info* ci = build_constraint_info (); in build_constraints()
H A Dcp-tree.h1510 struct GTY(()) tree_constraint_info { struct
1527 inline tree_constraint_info * argument
1531 return (tree_constraint_info *)t; in check_constraint_info()
1678 struct tree_constraint_info GTY ((tag ("TS_CP_CONSTRAINT_INFO")))
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dptree.cc347 tree_constraint_info *cinfo = (tree_constraint_info *)node; in cxx_print_xnode()
H A Dcp-objcp-common.cc86 case CONSTRAINT_INFO: return sizeof (tree_constraint_info); in cp_tree_size()
H A Dconstraint.cc1165 static inline tree_constraint_info*
1168 return (tree_constraint_info *)make_node (CONSTRAINT_INFO); in build_constraint_info()
1185 tree_constraint_info* ci = build_constraint_info (); in build_constraints()
H A Dcp-tree.h1573 struct GTY(()) tree_constraint_info { struct
1590 inline tree_constraint_info * argument
1594 return (tree_constraint_info *)t; in check_constraint_info()
1808 struct tree_constraint_info GTY ((tag ("TS_CP_CONSTRAINT_INFO")))
H A DChangeLog-20151929 * cp-tree.h (struct tree_constraint_info, check_nonnull)