Searched refs:x2 (Results 1 - 25 of 1339) sorted by relevance

1234567891011>>

/external/clang/test/ASTMerge/Inputs/
H A Dvar1.h1 double x2; variable
H A Dtypedef1.c4 Typedef2 x2; variable
H A Dtypedef2.c4 Typedef2 x2; variable
H A Dvar2.c3 int x2; variable
/external/clang/test/PCH/
H A Dcmdline-include2.h1 enum { x2 }; enumerator in enum:__anon2223
H A Dcmdline-include.c7 int g = x1 + x2;
H A Dchain-external-defs.c24 // XB: @x2 = global i32 19
25 // XB-NOT: @x2 = global i32 19
26 int x2 = 19; variable
H A Dexternal-defs.c8 // RUN: grep "@x2 = global i32 19" %t | count 1
9 int x2 = 19; variable
H A Dexternal-defs.h5 int x2; variable
/external/clang/test/CoverageMapping/
H A Dcomment-in-macro.c4 #define x2 return 0 macro
8 x2; // CHECK-NEXT: Expansion,File 0, [[@LINE]]:3 -> [[@LINE]]:5 = #0
/external/compiler-rt/lib/builtins/
H A Dpopcountdi2.c22 du_int x2 = (du_int)a; local
23 x2 = x2 - ((x2 >> 1) & 0x5555555555555555uLL);
25 x2 = ((x2 >> 2) & 0x3333333333333333uLL) + (x2 & 0x3333333333333333uLL);
27 x2 = (x2 + (x2 >>
[all...]
/external/vixl/test/traces/a64/
H A Dsim-fcmp-dz-trace-a64.h39 0x2,
40 0x2,
41 0x2,
42 0x2,
43 0x2,
44 0x2,
45 0x2,
46 0x2,
47 0x2,
48 0x2,
[all...]
H A Dsim-fcmp-d-trace-a64.h58 0x2,
59 0x2,
60 0x2,
61 0x2,
62 0x2,
63 0x2,
64 0x2,
65 0x2,
66 0x2,
67 0x2,
[all...]
H A Dsim-fcmp-sz-trace-a64.h39 0x2,
40 0x2,
41 0x2,
42 0x2,
43 0x2,
44 0x2,
45 0x2,
46 0x2,
47 0x2,
49 0x2,
[all...]
H A Dsim-fcmp-s-trace-a64.h58 0x2,
59 0x2,
60 0x2,
61 0x2,
62 0x2,
63 0x2,
64 0x2,
65 0x2,
66 0x2,
68 0x2,
[all...]
/external/llvm/test/MC/AArch64/
H A Delf-reloc-addsubimm.s4 add x2, x3, #:lo12:some_label
/external/libavc/common/armv8/
H A Dih264_mem_fns_neon_av8.s77 // x2 => num_bytes
92 subs x2, x2, #8
106 // x2 => num_bytes
113 subs x2, x2, #8
120 subs x2, x2, #8
122 cmn x2, #8
126 add x2, x
[all...]
/external/libhevc/common/arm64/
H A Dihevc_mem_fns.s70 // x2 => num_bytes
86 SUBS x2,x2,#8
100 // x2 => num_bytes
108 SUBS x2,x2,#8
115 SUBS x2,x2,#8
117 CMN x2,#8
121 ADD x2,x
[all...]
/external/clang/test/CXX/class/class.local/
H A Dp1-0x.cpp7 int& x2 = x; // expected-error{{reference to local variable 'x' declared in enclosing function 'f'}} member in struct:C
13 int& x2 = x; // expected-error{{reference to local variable 'x' declared in enclosing lambda expression}} member in struct:C
/external/clang/test/CXX/special/class.copy/
H A Dp33-0x.cpp11 X x2; local
15 return x2;
21 X x2; local
23 throw x2;
36 X x2; local
38 throw x2; // okay
48 T x2; local
50 throw x2; // okay
/external/clang/test/PCH/Inputs/
H A Dchain-external-defs1.h5 int x2; variable
/external/clang/test/Sema/
H A Darray-size.c6 int x2[(unsigned)1073741824]; // expected-error{{array is too large}} local
/external/valgrind/memcheck/tests/
H A Dbadrw.c8 short *x2; local
15 x2 = x-4;
22 y2 = *x2;
23 *x2 = y2;
/external/clang/test/CXX/dcl.dcl/dcl.link/
H A Dp7.cpp7 // CHECK: @x2 = external global %struct.X
13 extern "C" X x2;
23 return x2;
/external/clang/test/CXX/dcl.decl/dcl.init/dcl.init.string/
H A Dp1.cpp7 char x2[] = "hello"; variable
8 extern char x2[6];

Completed in 466 milliseconds

1234567891011>>