Searched defs:x2 (Results 1 - 25 of 404) 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:__anon16200
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/Headers/
H A Dc11.c30 rsize_t x2 = RSIZE_MAX; variable
/external/compiler-rt/lib/
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/chromium_org/v8/test/mjsunit/
H A Dobj-construct.js41 var x2 = { a: 3, b: 4 };
/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/chromium_org/third_party/WebKit/Source/core/rendering/shapes/
H A DShapeInterval.h40 float x2; member in struct:WebCore::ShapeInterval
42 ShapeInterval(float x1 = 0, float x2 = 0)
44 , x2(x2)
/external/chromium_org/third_party/skia/src/animator/
H A DSkDrawLine.h22 SkScalar x2; member in class:SkLine
/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/oprofile/gui/
H A Doprof_start_util.h27 inline double ratio(double x1, double x2) argument
29 return fabs(((x1 - x2) / x2)) * 100;
/external/skia/src/animator/
H A DSkDrawLine.h22 SkScalar x2; member in class:SkLine
/external/valgrind/main/massif/tests/
H A Dlong-time.c10 int i, *x1, *x2, *x3, *x4; local
13 x2 = malloc(1100 * 1000);
16 free(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

Completed in 627 milliseconds

1234567891011>>