Searched refs:single_type (Results 1 – 7 of 7) sorted by relevance
/PHP-8.4/ext/opcache/ |
H A D | zend_persist_calc.c | 189 zend_type *single_type; in zend_persist_type_calc() local 190 ZEND_TYPE_FOREACH(*type, single_type) { in zend_persist_type_calc() 191 if (ZEND_TYPE_HAS_LIST(*single_type)) { in zend_persist_type_calc() 192 zend_persist_type_calc(single_type); in zend_persist_type_calc() 195 if (ZEND_TYPE_HAS_NAME(*single_type)) { in zend_persist_type_calc() 196 zend_string *type_name = ZEND_TYPE_NAME(*single_type); in zend_persist_type_calc() 198 ZEND_TYPE_SET_PTR(*single_type, type_name); in zend_persist_type_calc()
|
H A D | zend_persist.c | 356 zend_type *single_type; in zend_persist_type() local 357 ZEND_TYPE_FOREACH(*type, single_type) { in zend_persist_type() 358 if (ZEND_TYPE_HAS_LIST(*single_type)) { in zend_persist_type() 359 zend_persist_type(single_type); in zend_persist_type() 362 if (ZEND_TYPE_HAS_NAME(*single_type)) { in zend_persist_type() 363 zend_string *type_name = ZEND_TYPE_NAME(*single_type); in zend_persist_type() 365 ZEND_TYPE_SET_PTR(*single_type, type_name); in zend_persist_type()
|
H A D | ZendAccelerator.c | 619 zend_type *single_type; in accel_copy_permanent_list_types() local 620 ZEND_TYPE_FOREACH(type, single_type) { in accel_copy_permanent_list_types() 621 if (ZEND_TYPE_HAS_LIST(*single_type)) { in accel_copy_permanent_list_types() 622 ZEND_ASSERT(ZEND_TYPE_IS_INTERSECTION(*single_type)); in accel_copy_permanent_list_types() 623 accel_copy_permanent_list_types(new_interned_string, *single_type); in accel_copy_permanent_list_types() 625 if (ZEND_TYPE_HAS_NAME(*single_type)) { in accel_copy_permanent_list_types() 626 ZEND_TYPE_SET_PTR(*single_type, new_interned_string(ZEND_TYPE_NAME(*single_type))); in accel_copy_permanent_list_types()
|
/PHP-8.4/Zend/ |
H A D | zend_inheritance.c | 372 zend_type *single_type; in zend_type_permits_self() local 373 ZEND_TYPE_FOREACH(type, single_type) { in zend_type_permits_self() 374 if (ZEND_TYPE_HAS_NAME(*single_type)) { in zend_type_permits_self() 435 zend_type *single_type; in zend_is_intersection_subtype_of_class() local 442 if (ZEND_TYPE_HAS_NAME(*single_type)) { in zend_is_intersection_subtype_of_class() 493 zend_type *single_type; in zend_is_class_subtype_of_type() local 565 if (ZEND_TYPE_HAS_NAME(single_type)) { in get_class_from_type() 572 zend_type *single_type; in register_unresolved_classes() local 573 ZEND_TYPE_FOREACH(type, single_type) { in register_unresolved_classes() 590 zend_type *single_type; in zend_is_intersection_subtype_of_type() local [all …]
|
H A D | zend_compile.c | 1411 zend_type *single_type; in add_intersection_type() local 1415 ZEND_ASSERT(!ZEND_TYPE_HAS_LIST(*single_type)); in add_intersection_type() 1416 ZEND_ASSERT(ZEND_TYPE_HAS_NAME(*single_type)); in add_intersection_type() 1417 zend_string *name = ZEND_TYPE_NAME(*single_type); in add_intersection_type() 1546 zend_type *single_type; in zend_mark_function_as_generator() local 1547 ZEND_TYPE_FOREACH(return_type, single_type) { in zend_mark_function_as_generator() 1548 if (ZEND_TYPE_HAS_NAME(*single_type) in zend_mark_function_as_generator() 7127 zend_type single_type; in zend_compile_typename_ex() local 7166 if (ZEND_TYPE_IS_COMPLEX(single_type) && !ZEND_TYPE_IS_ITERABLE_FALLBACK(single_type)) { in zend_compile_typename_ex() 7186 if (ZEND_TYPE_IS_COMPLEX(single_type)) { in zend_compile_typename_ex() [all …]
|
/PHP-8.4/Zend/Optimizer/ |
H A D | dfa_pass.c | 272 zend_type *single_type; in can_elide_list_type() local 276 ZEND_TYPE_FOREACH(type, single_type) { in can_elide_list_type() 277 if (ZEND_TYPE_HAS_LIST(*single_type)) { in can_elide_list_type() 279 return can_elide_list_type(script, op_array, use_info, *single_type); in can_elide_list_type() 281 if (ZEND_TYPE_HAS_NAME(*single_type)) { in can_elide_list_type() 282 zend_string *lcname = zend_string_tolower(ZEND_TYPE_NAME(*single_type)); in can_elide_list_type()
|
/PHP-8.4/build/ |
H A D | php_cxx_compile_stdcxx.m4 | 186 typedef check<void> single_type;
|
Completed in 75 milliseconds