Home
last modified time | relevance | path

Searched defs:s0 (Results 1 – 25 of 244) sorted by relevance

12345678910

/external/clang/test/CodeGenObjC/
Dobjc2-write-barrier-4.m11 typedef struct s0 { struct
12 A *a[4];
13 } T;
17 void f0(id x) {
21 void f1(id x) {
25 void f2(unsigned idx)
Dobjc2-assign-global.m18 typedef struct s0 { struct
19 A *a[4];
20 } T;
35 #define ASSIGNTEST(expr, global) expr = rhs
38 int main() {
Dassign.m3 struct s0 { struct
10 @property struct s0 x2; argument
Dattr-strong.c3 struct s0 { struct
6 struct s0 * __attribute__((objc_gc(strong))) g0; argument
/external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.stc/
Dp10.cpp6 struct s0 { struct
7 mutable const int f0; // expected-error{{'mutable' and 'const' cannot be mixed}}
8 mutable T0 f1; // expected-error{{'mutable' and 'const' cannot be mixed}}
9 mutable int &f2; // expected-error{{'mutable' cannot be applied to references}}
10 mutable T1 f3; // expected-error{{'mutable' cannot be applied to references}}
11 mutable struct s1 {}; // expected-error{{'mutable' can only be applied to member variables}}
/external/clang/test/Sema/
Dpragma-pack-4.c8 struct s0 { struct
17 struct s0 b; argument
Dfpack-struct.c4 struct s0 { struct
9 int t0[sizeof(struct s0) == EXPECTED_STRUCT_SIZE ?: -1]; argument
Dalign-arm-apcs.c4 struct s0 { double f0; int f1; }; argument
Dpragma-pack-3.c23 struct s0 { struct
27 int a[sizeof(struct s0) == 3 ? 1 : -1]; argument
Dpragma-pack-5.c9 struct s0 { struct
14 extern int check[sizeof(struct s0) == 6 ? 1 : -1]; argument
/external/clang/test/CodeGen/
Dpragma-pack-2.c12 struct s0 { struct
21 struct s0 b; argument
Dbitfield-assign.c16 struct s0 { struct
25 struct s0 s; in f0() argument
D2008-07-30-implicit-initialization.c10 struct s0 { struct
15 struct s0 x = {0}; in f0() argument
Dcleanup-stack.c4 struct s0 { struct
9 static void f0(struct s0 *p) { in f0() argument
Dx86_32-arguments-realign.c7 struct s0 { long double a; }; argument
Dalignof.c5 struct s0 { struct
9 struct s0 t1_tmp; argument
DPR3613-static-decl.c4 struct s0 { struct
8 static struct s0 g0; argument
/external/clang/test/CodeGenCXX/
Dalloca-align.cpp3 struct s0 { struct
10 // CHECK: alloca %struct.s0, align 16 argument
/external/icu/icu4c/source/test/perf/ustrperf/
Dstringperf.h386 inline void ctor(const UChar* src,int32_t srcLen, UnicodeString s0) in ctor()
391 inline void ctor1(const UChar* src,int32_t srcLen, UnicodeString s0) in ctor1()
396 inline void ctor2(const UChar* src,int32_t srcLen, UnicodeString s0) in ctor2()
401 inline void ctor3(const UChar* src,int32_t srcLen, UnicodeString s0) in ctor3()
412 inline void assign(const UChar* src,int32_t srcLen, UnicodeString s0) in assign()
417 inline void assign1(const UChar* src,int32_t srcLen, UnicodeString s0) in assign1()
422 inline void assign2(const UChar* src,int32_t srcLen, UnicodeString s0) in assign2()
427 inline void getch(const UChar* src,int32_t srcLen, UnicodeString s0) in getch()
433 inline void catenate(const UChar* src,int32_t srcLen, UnicodeString s0) in catenate()
450 inline void scan(const UChar* src,int32_t srcLen, UnicodeString s0) in scan()
[all …]
/external/chromium_org/third_party/icu/source/test/perf/ustrperf/
Dstringperf.h384 inline void ctor(const UChar* src,int32_t srcLen, UnicodeString s0) in ctor()
389 inline void ctor1(const UChar* src,int32_t srcLen, UnicodeString s0) in ctor1()
394 inline void ctor2(const UChar* src,int32_t srcLen, UnicodeString s0) in ctor2()
399 inline void ctor3(const UChar* src,int32_t srcLen, UnicodeString s0) in ctor3()
410 inline void assign(const UChar* src,int32_t srcLen, UnicodeString s0) in assign()
415 inline void assign1(const UChar* src,int32_t srcLen, UnicodeString s0) in assign1()
420 inline void assign2(const UChar* src,int32_t srcLen, UnicodeString s0) in assign2()
425 inline void getch(const UChar* src,int32_t srcLen, UnicodeString s0) in getch()
431 inline void catenate(const UChar* src,int32_t srcLen, UnicodeString s0) in catenate()
448 inline void scan(const UChar* src,int32_t srcLen, UnicodeString s0) in scan()
[all …]
/external/clang/test/SemaCXX/
Dvalue-dependent-exprs.cpp13 struct s0 { struct in C0
14 int a : I;
15 int b[I];
/external/valgrind/main/VEX/test/
Dtest-amd64.h27 inline void exec_opq(int64 s0, int64 s1, int64 iflags) in exec_opq()
36 inline void exec_opl(int64 s0, int64 s1, int64 iflags) in exec_opl()
45 inline void exec_opw(int64 s0, int64 s1, int64 iflags) in exec_opw()
54 inline void exec_opb(int64 s0, int64 s1, int64 iflags) in exec_opb()
64 inline void exec_opq(int64 s0, int64 s1, int64 iflags) in exec_opq()
74 inline void exec_opl(int64 s0, int64 s1, int64 iflags) in exec_opl()
84 inline void exec_opw(int64 s0, int64 s1, int64 iflags) in exec_opw()
94 inline void exec_opb(int64 s0, int64 s1, int64 iflags) in exec_opb()
105 void exec_op(int64 s0, int64 s1) in exec_op()
Dtest-i386.h28 inline void exec_opl(int s0, int s1, int iflags) in exec_opl()
42 inline void exec_opw(int s0, int s1, int iflags) in exec_opw()
56 inline void exec_opb(int s0, int s1, int iflags) in exec_opb()
71 inline void exec_opl(int s0, int s1, int iflags) in exec_opl()
85 inline void exec_opw(int s0, int s1, int iflags) in exec_opw()
99 inline void exec_opb(int s0, int s1, int iflags) in exec_opb()
114 void exec_op(int s0, int s1) in exec_op()
Dtest-amd64-shift.h30 void exec_opq(int64 s2, int64 s0, int64 s1, int64 iflags) in exec_opq()
43 void exec_opl(int64 s2, int64 s0, int64 s1, int64 iflags) in exec_opl()
56 void exec_opw(int64 s2, int64 s0, int64 s1, int64 iflags) in exec_opw()
79 void exec_opl(int64 s2, int64 s0, int64 s1, int64 iflags) in exec_opl()
92 void exec_opw(int64 s2, int64 s0, int64 s1, int64 iflags) in exec_opw()
108 void exec_opb(int64 s0, int64 s1, int64 iflags) in exec_opb()
122 void exec_op(int64 s2, int64 s0, int64 s1) in exec_op()
Dtest-i386-shift.h29 void exec_opl(int s2, int s0, int s1, int iflags) in exec_opl()
42 void exec_opw(int s2, int s0, int s1, int iflags) in exec_opw()
65 void exec_opl(int s2, int s0, int s1, int iflags) in exec_opl()
78 void exec_opw(int s2, int s0, int s1, int iflags) in exec_opw()
94 void exec_opb(int s0, int s1, int iflags) in exec_opb()
108 void exec_op(int s2, int s0, int s1) in exec_op()

12345678910