HomeSort by: relevance | last modified time | path
    Searched defs:mth (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/gcc/dist/libobjc/
init.c 414 struct objc_method *mth = &method_list->method_list[i]; local
418 if (mth->method_name && sel_eq (mth->method_name, load_selector)
419 && ! objc_hash_is_key_in_hash (__objc_load_methods, mth->method_imp))
424 mth->method_imp,
425 mth->method_imp);
429 (*mth->method_imp) ((id)class, mth->method_name);
selector.c 180 Method mth = &method_list->method_list[i]; local
181 if (mth->method_name
183 mth->method_name))
187 *curr_method = *mth;
  /src/external/gpl3/gcc.old/dist/libobjc/
init.c 414 struct objc_method *mth = &method_list->method_list[i]; local
418 if (mth->method_name && sel_eq (mth->method_name, load_selector)
419 && ! objc_hash_is_key_in_hash (__objc_load_methods, mth->method_imp))
424 mth->method_imp,
425 mth->method_imp);
429 (*mth->method_imp) ((id)class, mth->method_name);
selector.c 180 Method mth = &method_list->method_list[i]; local
181 if (mth->method_name
183 mth->method_name))
187 *curr_method = *mth;

Completed in 17 milliseconds