Lines Matching refs:list_type

941 	zend_type *list_type;  in zend_check_intersection_for_property_or_class_constant_class_type()  local
943 ZEND_TYPE_LIST_FOREACH(intersection_type_list, list_type) { in zend_check_intersection_for_property_or_class_constant_class_type()
944 ZEND_ASSERT(!ZEND_TYPE_HAS_LIST(*list_type)); in zend_check_intersection_for_property_or_class_constant_class_type()
945 const zend_class_entry *ce = zend_ce_from_type(scope, list_type); in zend_check_intersection_for_property_or_class_constant_class_type()
956 zend_type *list_type; in zend_check_and_resolve_property_or_class_constant_class_type() local
961 ZEND_TYPE_LIST_FOREACH(ZEND_TYPE_LIST(member_type), list_type) { in zend_check_and_resolve_property_or_class_constant_class_type()
962 if (ZEND_TYPE_IS_INTERSECTION(*list_type)) { in zend_check_and_resolve_property_or_class_constant_class_type()
964 scope, ZEND_TYPE_LIST(*list_type), value_ce)) { in zend_check_and_resolve_property_or_class_constant_class_type()
969 ZEND_ASSERT(!ZEND_TYPE_HAS_LIST(*list_type)); in zend_check_and_resolve_property_or_class_constant_class_type()
970 const zend_class_entry *ce = zend_ce_from_type(scope, list_type); in zend_check_and_resolve_property_or_class_constant_class_type()
1103 zend_type *list_type; in zend_check_intersection_type_from_cache_slot() local
1105 ZEND_TYPE_LIST_FOREACH(intersection_type_list, list_type) { in zend_check_intersection_type_from_cache_slot()
1108 ce = zend_fetch_ce_from_cache_slot(cache_slot, list_type); in zend_check_intersection_type_from_cache_slot()
1131 zend_type *list_type; in zend_check_type_slow() local
1135 ZEND_TYPE_LIST_FOREACH(ZEND_TYPE_LIST(*type), list_type) { in zend_check_type_slow()
1136 if (ZEND_TYPE_IS_INTERSECTION(*list_type)) { in zend_check_type_slow()
1137 …if (zend_check_intersection_type_from_cache_slot(ZEND_TYPE_LIST(*list_type), Z_OBJCE_P(arg), &cach… in zend_check_type_slow()
1142 ZEND_ASSERT(!ZEND_TYPE_HAS_LIST(*list_type)); in zend_check_type_slow()
1143 ce = zend_fetch_ce_from_cache_slot(cache_slot, list_type); in zend_check_type_slow()