Searched refs:is_super (Results 1 – 5 of 5) sorted by relevance
271 is_super(struct object *sup, struct object *obj) in is_super() function279 if (optr->object == sup || is_super(sup, optr->object)) in is_super()329 if (is_super(structural_obj, obj)) in validate_entry()331 else if (!is_super(obj, structural_obj)) { in validate_entry()368 if (is_super(optr->object, structural_obj)) in validate_entry()375 if (is_super(optr->object, optr2->object)) in validate_entry()
918 my $is_super = $cp > 0x10FFFF;921 $is_strict = 0 if $is_super;922 $is_C9 = 0 if $is_super;924 my $is_nonchar = ! $is_super935 is($got_super, $is_super,937 . ((! $is_super) ? " not" : "")
43 bool is_super = false; member
125 "is_stret: %d is_super: %d, "940 if (this_dispatch->is_super) { in GetStepThroughDispatchPlan()1110 if (this_dispatch->is_super) in GetStepThroughDispatchPlan()
803 bool is_super; in Perl_is_utf8_char_helper_() local822 is_super = ( UNLIKELY(NATIVE_UTF8_TO_I8(s[0]) > UTF_START_BYTE_110000_) in Perl_is_utf8_char_helper_()827 if (is_super) { in Perl_is_utf8_char_helper_()