Searched defs:SEL (Results 1 - 12 of 12) sorted by relevance

/external/clang/test/PCH/
H A Dselector-warning.h1 typedef struct objc_selector *SEL; typedef in typeref:struct:objc_selector
10 SEL a = @selector(b1ar);
/external/clang/test/Analysis/Inputs/
H A Dsystem-header-simulator-for-objc-dealloc.h29 typedef struct objc_selector *SEL; typedef in typeref:struct:objc_selector
/external/clang/test/Sema/
H A Dbuiltin_objc_msgSend.c11 typedef struct objc_selector *SEL; typedef in typeref:struct:objc_selector
12 extern id objc_msgSend(id self, SEL op, ...);
/external/clang/test/SemaCXX/
H A Dbuiltin_objc_msgSend.cpp5 typedef struct objc_selector *SEL; typedef in typeref:struct:objc_selector
8 extern "C" __attribute__((visibility("default"))) id objc_msgSend(id self, SEL op, ...)
13 static SEL SEL_release;
/external/python/cpython2/Lib/idlelib/
H A DGrepDialog.py7 from Tkinter import Tk, Text, Button, SEL, END # for htest namespace
146 text.tag_add(SEL, "1.0", END)
148 text.tag_remove(SEL, "1.0", END)
/external/python/cpython3/Lib/idlelib/
H A Dgrep.py133 from tkinter import Toplevel, Text, SEL, END namespace
146 text.tag_add(SEL, "1.0", END)
148 text.tag_remove(SEL, "1.0", END)
H A Dreplace.py207 from tkinter import Toplevel, Text, END, SEL namespace
230 text.tag_add(SEL, "1.0", END)
232 text.tag_remove(SEL, "1.0", END)
/external/python/cpython2/Lib/lib-tk/
H A DTkconstants.py60 SEL='sel' variable
/external/python/cpython3/Lib/tkinter/
H A Dconstants.py60 SEL='sel' variable
/external/clang/lib/Sema/
H A DSema.cpp174 // If 'SEL' does not yet refer to any declarations, make it refer to the
175 // predefined 'SEL'.
176 DeclarationName SEL = &Context.Idents.get("SEL"); local
177 if (IdResolver.begin(SEL) == IdResolver.end())
/external/valgrind/VEX/priv/
H A Dguest_x86_toIR.c9123 # define SEL(n) \ macro
9126 mk64from16s( SEL((order>>6)&3), SEL((order>>4)&3),
9127 SEL((order>>2)&3), SEL((order>>0)&3) )
9130 # undef SEL macro
11319 # define SEL(n) \ macro
11322 mk128from32s( SEL((order>>6)&3), SEL((order>>4)&3),
11323 SEL((orde
11326 # undef SEL macro
11360 # define SEL macro
11370 # undef SEL macro
11404 # define SEL macro
11414 # undef SEL macro
[all...]
H A Dguest_amd64_toIR.c10294 # define SEL(n) ((n)==0 ? s0 : ((n)==1 ? s1 : ((n)==2 ? s2 : s3))) macro
10297 mkV128from32s( SEL((order>>6)&3), SEL((order>>4)&3),
10298 SEL((order>>2)&3), SEL((order>>0)&3) )
10300 # undef SEL macro
11490 # define SEL(n) \ macro
11492 assign(dVmut, mk64from16s( SEL((imm8>>6)&3), SEL((imm8>>4)&3),
11493 SEL((imm
11494 # undef SEL macro
13963 # define SEL macro
13970 # undef SEL macro
30375 # define SEL macro
30382 # undef SEL macro
30696 # define SEL macro
30700 # undef SEL macro
31813 # define SEL macro
31817 # undef SEL macro
[all...]

Completed in 873 milliseconds