Searched defs:x2 (Results 1 - 25 of 391) 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 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/CXX/dcl.decl/dcl.init/dcl.init.string/
H A Dp1.cpp7 char x2[] = "hello"; variable
8 extern char x2[6];
/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...]
H A Dpopcountti2.c34 du_int x2 = (du_int)(x3 + (x3 >> 64)); local
36 su_int x = (su_int)(x2 + (x2 >> 32));
/external/v8/test/mjsunit/
H A Dobj-construct.js41 var x2 = { a: 3, b: 4 };
/external/clang/test/CXX/expr/expr.prim/expr.prim.lambda/
H A Dp16.cpp28 int &x2 = a; // expected-error{{binding of reference to type 'int' to a value of type 'const int' drops qualifiers}} local
36 int &x2 = a; // expected-error{{binding of reference to type 'int' to a value of type 'const int' drops qualifiers}} local
/external/clang/test/CXX/temp/temp.param/
H A Dp15.cpp6 X<X<int>> *x2; // expected-error{{a space is required between consecutive right angle brackets (use '> >')}} variable
/external/clang/test/CodeGen/
H A Dms-declspecs.cpp5 extern "C" __declspec(selectany) int x2; variable
12 // CHECK: @x2 = weak_odr global i32 0, comdat, align 4
/external/clang/test/Headers/
H A Dc11.c40 rsize_t x2 = RSIZE_MAX; variable
/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/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/massif/tests/
H A Dlong-time.c10 int i, *x1, *x2, *x3, *x4; local
13 x2 = malloc(1100 * 1000);
16 free(x2);
/external/ceres-solver/examples/
H A Drandom.h50 double x1, x2, w; local
53 x2 = 2.0 * RandDouble() - 1.0;
54 w = x1 * x1 + x2 * x2;
/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/CXX/temp/temp.names/
H A Dp3-0x.cpp5 X<(1>2)> x2; // OK variable
/external/clang/test/Index/
H A Dcxx-operator-overload.cpp9 Cls x1, x2, x3; local
10 Cls x4 = x1 + x2 + x3;

Completed in 677 milliseconds

1234567891011>>