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

  /src/external/gpl3/gcc.old/dist/libobjc/
selector.c 618 sel_registerTypedName (const char *name, const char *type)
639 return sel_registerTypedName (name, 0);
  /src/external/gpl3/gcc/dist/libobjc/
selector.c 618 sel_registerTypedName (const char *name, const char *type)
639 return sel_registerTypedName (name, 0);
  /src/external/gpl3/gcc.old/dist/libobjc/objc/
runtime.h 181 you know the types, it is better to call sel_registerTypedName().
190 and it's called 'sel_registerTypedName' only for consistency with
196 objc_EXPORT SEL sel_registerTypedName (const char *name, const char *type);
  /src/external/gpl3/gcc/dist/libobjc/objc/
runtime.h 181 you know the types, it is better to call sel_registerTypedName().
190 and it's called 'sel_registerTypedName' only for consistency with
196 objc_EXPORT SEL sel_registerTypedName (const char *name, const char *type);

Completed in 32 milliseconds