Lines Matching refs:list_type

938 	zend_type *list_type;  in zend_check_intersection_for_property_or_class_constant_class_type()  local
940 ZEND_TYPE_LIST_FOREACH(intersection_type_list, list_type) { in zend_check_intersection_for_property_or_class_constant_class_type()
941 ZEND_ASSERT(!ZEND_TYPE_HAS_LIST(*list_type)); in zend_check_intersection_for_property_or_class_constant_class_type()
942 const zend_class_entry *ce = zend_ce_from_type(scope, list_type); in zend_check_intersection_for_property_or_class_constant_class_type()
953 zend_type *list_type; in zend_check_and_resolve_property_or_class_constant_class_type() local
958 ZEND_TYPE_LIST_FOREACH(ZEND_TYPE_LIST(member_type), list_type) { in zend_check_and_resolve_property_or_class_constant_class_type()
959 if (ZEND_TYPE_IS_INTERSECTION(*list_type)) { in zend_check_and_resolve_property_or_class_constant_class_type()
961 scope, ZEND_TYPE_LIST(*list_type), value_ce)) { in zend_check_and_resolve_property_or_class_constant_class_type()
966 ZEND_ASSERT(!ZEND_TYPE_HAS_LIST(*list_type)); in zend_check_and_resolve_property_or_class_constant_class_type()
967 const zend_class_entry *ce = zend_ce_from_type(scope, list_type); in zend_check_and_resolve_property_or_class_constant_class_type()
1100 zend_type *list_type; in zend_check_intersection_type_from_cache_slot() local
1102 ZEND_TYPE_LIST_FOREACH(intersection_type_list, list_type) { in zend_check_intersection_type_from_cache_slot()
1105 ce = zend_fetch_ce_from_cache_slot(cache_slot, list_type); in zend_check_intersection_type_from_cache_slot()
1128 zend_type *list_type; in zend_check_type_slow() local
1132 ZEND_TYPE_LIST_FOREACH(ZEND_TYPE_LIST(*type), list_type) { in zend_check_type_slow()
1133 if (ZEND_TYPE_IS_INTERSECTION(*list_type)) { in zend_check_type_slow()
1134 …if (zend_check_intersection_type_from_cache_slot(ZEND_TYPE_LIST(*list_type), Z_OBJCE_P(arg), &cach… in zend_check_type_slow()
1139 ZEND_ASSERT(!ZEND_TYPE_HAS_LIST(*list_type)); in zend_check_type_slow()
1140 ce = zend_fetch_ce_from_cache_slot(cache_slot, list_type); in zend_check_type_slow()