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

  /src/external/gpl3/gcc/dist/libobjc/objc/
objc.h 60 /* The basic Objective-C types (SEL, Class, id) are defined as pointer
65 /* A SEL (selector) represents an abstract method (in the
72 typedef const struct objc_selector *SEL;
99 represent a 'pointer to a general function taking an id, a SEL,
106 typedef id (*IMP)(id, SEL, ...);
  /src/external/gpl3/gcc.old/dist/libobjc/objc/
objc.h 60 /* The basic Objective-C types (SEL, Class, id) are defined as pointer
65 /* A SEL (selector) represents an abstract method (in the
72 typedef const struct objc_selector *SEL;
99 represent a 'pointer to a general function taking an id, a SEL,
106 typedef id (*IMP)(id, SEL, ...);
  /src/external/gpl3/binutils/dist/gas/config/
rl78-parse.h 154 SEL = 355, /* SEL */
279 #define SEL 355
rl78-parse.c 340 SEL = 355, /* SEL */
465 #define SEL 355
615 YYSYMBOL_SEL = 100, /* SEL */
1156 "SAR", "SARW", "SEL", "SET1", "SHL", "SHLW", "SHR", "SHRW", "SKC", "SKH",
3701 case 238: /* statement: SEL RB0 */
3707 case 239: /* statement: SEL RB1 */
3713 case 240: /* statement: SEL RB2 */
3719 case 241: /* statement: SEL RB3 */
4568 OPC(SEL),
    [all...]
  /src/external/gpl3/binutils.old/dist/gas/config/
rl78-parse.h 154 SEL = 355, /* SEL */
279 #define SEL 355
rl78-parse.c 340 SEL = 355, /* SEL */
465 #define SEL 355
615 YYSYMBOL_SEL = 100, /* SEL */
1156 "SAR", "SARW", "SEL", "SET1", "SHL", "SHLW", "SHR", "SHRW", "SKC", "SKH",
3701 case 238: /* statement: SEL RB0 */
3707 case 239: /* statement: SEL RB1 */
3713 case 240: /* statement: SEL RB2 */
3719 case 241: /* statement: SEL RB3 */
4568 OPC(SEL),
    [all...]
  /src/sys/dev/ic/
ihareg.h 149 #define TUL_STIMO 0x8A /* W Sel/Resel Time Out Register */
158 #define SEL 0x10 /* SEL signal */
  /src/external/apache2/llvm/dist/clang/lib/Sema/
Sema.cpp 259 // If 'SEL' does not yet refer to any declarations, make it refer to the
260 // predefined 'SEL'.
261 DeclarationName SEL = &Context.Idents.get("SEL");
262 if (IdResolver.begin(SEL) == IdResolver.end())
2190 void ExternalSemaSource::ReadMethodPool(Selector Sel) { }
2191 void ExternalSemaSource::updateOutOfDateSelector(Selector Sel) { }

Completed in 123 milliseconds