Lines Matching refs:list_type

942 	zend_type *list_type;  in zend_check_intersection_for_property_or_class_constant_class_type()  local
944 ZEND_TYPE_LIST_FOREACH(intersection_type_list, list_type) { in zend_check_intersection_for_property_or_class_constant_class_type()
945 ZEND_ASSERT(!ZEND_TYPE_HAS_LIST(*list_type)); in zend_check_intersection_for_property_or_class_constant_class_type()
946 const zend_class_entry *ce = zend_ce_from_type(scope, list_type); in zend_check_intersection_for_property_or_class_constant_class_type()
957 zend_type *list_type; in zend_check_and_resolve_property_or_class_constant_class_type() local
962 ZEND_TYPE_LIST_FOREACH(ZEND_TYPE_LIST(member_type), list_type) { in zend_check_and_resolve_property_or_class_constant_class_type()
963 if (ZEND_TYPE_IS_INTERSECTION(*list_type)) { in zend_check_and_resolve_property_or_class_constant_class_type()
965 scope, ZEND_TYPE_LIST(*list_type), value_ce)) { in zend_check_and_resolve_property_or_class_constant_class_type()
970 ZEND_ASSERT(!ZEND_TYPE_HAS_LIST(*list_type)); in zend_check_and_resolve_property_or_class_constant_class_type()
971 const zend_class_entry *ce = zend_ce_from_type(scope, list_type); in zend_check_and_resolve_property_or_class_constant_class_type()
1104 zend_type *list_type; in zend_check_intersection_type_from_cache_slot() local
1106 ZEND_TYPE_LIST_FOREACH(intersection_type_list, list_type) { in zend_check_intersection_type_from_cache_slot()
1109 ce = zend_fetch_ce_from_cache_slot(cache_slot, list_type); in zend_check_intersection_type_from_cache_slot()
1132 zend_type *list_type; in zend_check_type_slow() local
1136 ZEND_TYPE_LIST_FOREACH(ZEND_TYPE_LIST(*type), list_type) { in zend_check_type_slow()
1137 if (ZEND_TYPE_IS_INTERSECTION(*list_type)) { in zend_check_type_slow()
1138 …if (zend_check_intersection_type_from_cache_slot(ZEND_TYPE_LIST(*list_type), Z_OBJCE_P(arg), &cach… in zend_check_type_slow()
1143 ZEND_ASSERT(!ZEND_TYPE_HAS_LIST(*list_type)); in zend_check_type_slow()
1144 ce = zend_fetch_ce_from_cache_slot(cache_slot, list_type); in zend_check_type_slow()