Searched refs:class_str (Results 1 – 4 of 4) sorted by relevance
1788 struct objc_class class_str; in find_implementation_from_class() local1791 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()
2937 peep2_find_free_register (int from, int to, const char *class_str, in peep2_find_free_register() argument2969 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()
3017 peep2_find_free_register (from, to, class_str, mode, reg_set) in peep2_find_free_register() argument3019 const char *class_str;3054 class = (class_str[0] == 'r' ? GENERAL_REGS3055 : REG_CLASS_FROM_LETTER (class_str[0]));
6028 * resource.c (find_free_register): Mark class_str argument const.