Home
last modified time | relevance | path

Searched refs:class_str (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/gdb/gdb/
H A Dobjc-lang.c1788 struct objc_class class_str; in find_implementation_from_class() local
1791 read_objc_class (subclass, &class_str); in find_implementation_from_class()
1799 mlist = read_memory_unsigned_integer (class_str.methods + in find_implementation_from_class()
1824 subclass = class_str.super_class; in find_implementation_from_class()
/freebsd-12.1/contrib/gcc/
H A Drecog.c2937 peep2_find_free_register (int from, int to, const char *class_str, in peep2_find_free_register() argument
2969 cl = (class_str[0] == 'r' ? GENERAL_REGS in peep2_find_free_register()
2970 : REG_CLASS_FROM_CONSTRAINT (class_str[0], class_str)); in peep2_find_free_register()
H A DChangeLog-19996028 * resource.c (find_free_register): Mark class_str argument const.