Searched refs:BASELINK_OPTYPE (Results 1 – 15 of 15) sorted by relevance
218 print_node (file, "optype", BASELINK_OPTYPE (node), indent + 4); in cxx_print_xnode()
1073 BASELINK_OPTYPE (baselink) = optype; in build_baselink()
16128 tree optype = BASELINK_OPTYPE (baselink); in tsubst_baselink()16147 || optype != BASELINK_OPTYPE (baselink)); in tsubst_baselink()16209 BASELINK_OPTYPE (baselink) = optype; in tsubst_baselink()22546 expr, BASELINK_OPTYPE (baselink)); in resolve_nondeduced_context()27198 if (BASELINK_OPTYPE (expression) in type_dependent_expression_p()27199 && dependent_type_p (BASELINK_OPTYPE (expression))) in type_dependent_expression_p()
996 #define BASELINK_OPTYPE(NODE) \ macro
10162 optype = BASELINK_OPTYPE (fns); in build_new_method_call_1()
286 print_node (file, "optype", BASELINK_OPTYPE (node), indent + 4); in cxx_print_xnode()
1089 BASELINK_OPTYPE (baselink) = optype; in build_baselink()
16604 tree optype = BASELINK_OPTYPE (baselink); in tsubst_baselink()16623 || optype != BASELINK_OPTYPE (baselink)); in tsubst_baselink()16709 BASELINK_OPTYPE (baselink) = optype; in tsubst_baselink()23427 expr, BASELINK_OPTYPE (baselink)); in resolve_nondeduced_context()28023 if (BASELINK_OPTYPE (expression) in type_dependent_expression_p()28024 && dependent_type_p (BASELINK_OPTYPE (expression))) in type_dependent_expression_p()28101 if (BASELINK_OPTYPE (expression) in type_dependent_expression_p()28102 && dependent_type_p (BASELINK_OPTYPE (expression))) in type_dependent_expression_p()
1891 (BASELINK_OPTYPE): Likewise.2065 (BASELINK_OPTYPE): Likewise.
1209 * pt.c (tsubst_baselink): Substitute into BASELINK_OPTYPE.
1068 #define BASELINK_OPTYPE(NODE) \ macro
1931 * pt.c (type_dependent_expression_p): Check BASELINK_OPTYPE.
2030 * pt.c (tsubst_baselink): Only set BASELINK_OPTYPE for BASELINK_P.
10897 optype = BASELINK_OPTYPE (fns); in build_new_method_call()
5109 * ptree.c (cxx_print_xnode): <case BASELINK> Print BASELINK_OPTYPE.