Searched defs:SEL (Results 1 - 7 of 7) 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/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/clang/lib/Sema/
H A DSema.cpp147 // If 'SEL' does not yet refer to any declarations, make it refer to the
148 // predefined 'SEL'.
149 DeclarationName SEL = &Context.Idents.get("SEL"); local
150 if (IdResolver.begin(SEL) == IdResolver.end())
/external/chromium_org/third_party/sqlite/src/test/
H A Dthreadtest3.c41 #define opendb(w,x,y,z) (SEL(w), opendb_x(w,x,y,z))
42 #define closedb(y,z) (SEL(y), closedb_x(y,z))
45 #define sql_script(x,y,z) (SEL(x), sql_script_x(x,y,z))
46 #define integrity_check(x,y) (SEL(x), integrity_check_x(x,y))
47 #define execsql_i64(x,y,...) (SEL(x), execsql_i64_x(x,y,__VA_ARGS__))
48 #define execsql_text(x,y,z,...) (SEL(x), execsql_text_x(x,y,z,__VA_ARGS__))
49 #define execsql(x,y,...) (SEL(x), (void)execsql_i64_x(x,y,__VA_ARGS__))
52 #define launch_thread(w,x,y,z) (SEL(w), launch_thread_x(w,x,y,z))
53 #define join_all_threads(y,z) (SEL(y), join_all_threads_x(y,z))
56 #define setstoptime(y,z) (SEL(
886 #define SEL macro
[all...]
/external/valgrind/main/VEX/priv/
H A Dguest_x86_toIR.c9152 # define SEL(n) \ macro
9155 mk64from16s( SEL((order>>6)&3), SEL((order>>4)&3),
9156 SEL((order>>2)&3), SEL((order>>0)&3) )
9159 # undef SEL macro
11084 # define SEL(n) \ macro
11087 mk128from32s( SEL((order>>6)&3), SEL((order>>4)&3),
11088 SEL((orde
11091 # undef SEL macro
11125 # define SEL macro
11135 # undef SEL macro
11169 # define SEL macro
11179 # undef SEL macro
[all...]
H A Dguest_amd64_toIR.c9628 # define SEL(n) ((n)==0 ? s0 : ((n)==1 ? s1 : ((n)==2 ? s2 : s3))) macro
9631 mkV128from32s( SEL((order>>6)&3), SEL((order>>4)&3),
9632 SEL((order>>2)&3), SEL((order>>0)&3) )
9634 # undef SEL macro
10713 # define SEL(n) \ macro
10715 assign(dVmut, mk64from16s( SEL((imm8>>6)&3), SEL((imm8>>4)&3),
10716 SEL((imm
10717 # undef SEL macro
12630 # define SEL macro
12637 # undef SEL macro
25253 # define SEL macro
25260 # undef SEL macro
25449 # define SEL macro
25453 # undef SEL macro
[all...]

Completed in 296 milliseconds