Lines Matching refs:have_unresolved
419 bool have_unresolved = false; in zend_is_intersection_subtype_of_class() local
444 have_unresolved = true; in zend_is_intersection_subtype_of_class()
454 return have_unresolved ? INHERITANCE_UNRESOLVED : INHERITANCE_ERROR; in zend_is_intersection_subtype_of_class()
462 bool have_unresolved = 0; in zend_is_class_subtype_of_type() local
471 have_unresolved = 1; in zend_is_class_subtype_of_type()
495 have_unresolved = 1; in zend_is_class_subtype_of_type()
527 have_unresolved = 1; in zend_is_class_subtype_of_type()
543 if (have_unresolved) { in zend_is_class_subtype_of_type()
574 bool have_unresolved = false; in zend_is_intersection_subtype_of_type() local
593 have_unresolved = true; in zend_is_intersection_subtype_of_type()
625 have_unresolved = true; in zend_is_intersection_subtype_of_type()
629 if (have_unresolved) { in zend_is_intersection_subtype_of_type()
673 bool have_unresolved = false; in zend_perform_covariant_type_check() local
685 have_unresolved = true; in zend_perform_covariant_type_check()
713 have_unresolved = true; in zend_perform_covariant_type_check()
718 if (!have_unresolved) { in zend_perform_covariant_type_check()