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.cpp170 // If 'SEL' does not yet refer to any declarations, make it refer to the
171 // predefined 'SEL'.
172 DeclarationName SEL = &Context.Idents.get("SEL"); local
173 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.c9061 # define SEL(n) \ macro
9064 mk64from16s( SEL((order>>6)&3), SEL((order>>4)&3),
9065 SEL((order>>2)&3), SEL((order>>0)&3) )
9068 # undef SEL macro
11257 # define SEL(n) \ macro
11260 mk128from32s( SEL((order>>6)&3), SEL((order>>4)&3),
11261 SEL((orde
11264 # undef SEL macro
11298 # define SEL macro
11308 # undef SEL macro
11342 # define SEL macro
11352 # undef SEL macro
[all...]
H A Dguest_amd64_toIR.c10068 # define SEL(n) ((n)==0 ? s0 : ((n)==1 ? s1 : ((n)==2 ? s2 : s3))) macro
10071 mkV128from32s( SEL((order>>6)&3), SEL((order>>4)&3),
10072 SEL((order>>2)&3), SEL((order>>0)&3) )
10074 # undef SEL macro
11264 # define SEL(n) \ macro
11266 assign(dVmut, mk64from16s( SEL((imm8>>6)&3), SEL((imm8>>4)&3),
11267 SEL((imm
11268 # undef SEL macro
13242 # define SEL macro
13249 # undef SEL macro
29501 # define SEL macro
29508 # undef SEL macro
29822 # define SEL macro
29826 # undef SEL macro
30939 # define SEL macro
30943 # undef SEL macro
[all...]

Completed in 4680 milliseconds