/external/clang/test/ASTMerge/Inputs/ |
H A D | var1.h | 1 double x2; variable
|
H A D | typedef1.c | 4 Typedef2 x2; variable
|
H A D | typedef2.c | 4 Typedef2 x2; variable
|
H A D | var2.c | 3 int x2; variable
|
/external/clang/test/PCH/ |
H A D | cmdline-include2.h | 1 enum { x2 }; enumerator in enum:__anon18993
|
H A D | chain-external-defs.c | 24 // XB: @x2 = global i32 19 25 // XB-NOT: @x2 = global i32 19 26 int x2 = 19; variable
|
H A D | external-defs.c | 8 // RUN: grep "@x2 = global i32 19" %t | count 1 9 int x2 = 19; variable
|
H A D | external-defs.h | 5 int x2; variable
|
/external/clang/test/CXX/dcl.decl/dcl.init/dcl.init.string/ |
H A D | p1.cpp | 7 char x2[] = "hello"; variable 8 extern char x2[6];
|
/external/compiler-rt/lib/builtins/ |
H A D | popcountdi2.c | 22 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 D | popcountti2.c | 34 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 D | obj-construct.js | 41 var x2 = { a: 3, b: 4 };
|
/external/clang/test/CXX/expr/expr.prim/expr.prim.lambda/ |
H A D | p16.cpp | 28 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 D | p15.cpp | 6 X<X<int>> *x2; // expected-error{{a space is required between consecutive right angle brackets (use '> >')}} variable
|
/external/clang/test/Headers/ |
H A D | c11.c | 40 rsize_t x2 = RSIZE_MAX; variable
|
/external/chromium_org/third_party/skia/src/animator/ |
H A D | SkDrawLine.h | 22 SkScalar x2; member in class:SkLine
|
/external/clang/test/CXX/class/class.local/ |
H A D | p1-0x.cpp | 7 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 D | chain-external-defs1.h | 5 int x2; variable
|
/external/clang/test/Sema/ |
H A D | array-size.c | 6 int x2[(unsigned)1073741824]; // expected-error{{array is too large}} local
|
/external/oprofile/gui/ |
H A D | oprof_start_util.h | 27 inline double ratio(double x1, double x2) argument 29 return fabs(((x1 - x2) / x2)) * 100;
|
/external/skia/src/animator/ |
H A D | SkDrawLine.h | 22 SkScalar x2; member in class:SkLine
|
/external/valgrind/main/massif/tests/ |
H A D | long-time.c | 10 int i, *x1, *x2, *x3, *x4; local 13 x2 = malloc(1100 * 1000); 16 free(x2);
|
/external/ceres-solver/examples/ |
H A D | random.h | 50 double x1, x2, w; local 53 x2 = 2.0 * RandDouble() - 1.0; 54 w = x1 * x1 + x2 * x2;
|
/external/chromium_org/third_party/WebKit/Source/core/svg/ |
H A D | SVGPathSegCurvetoCubicSmoothAbs.h | 32 static PassRefPtr<SVGPathSegCurvetoCubicSmoothAbs> create(SVGPathElement* element, float x, float y, float x2, float y2) argument 34 return adoptRef(new SVGPathSegCurvetoCubicSmoothAbs(element, x, y, x2, y2)); 38 SVGPathSegCurvetoCubicSmoothAbs(SVGPathElement* element, float x, float y, float x2, float y2) argument 39 : SVGPathSegCurvetoCubicSmooth(element, x, y, x2, y2) { }
|
H A D | SVGPathSegCurvetoCubicSmoothRel.h | 32 static PassRefPtr<SVGPathSegCurvetoCubicSmoothRel> create(SVGPathElement* element, float x, float y, float x2, float y2) argument 34 return adoptRef(new SVGPathSegCurvetoCubicSmoothRel(element, x, y, x2, y2)); 38 SVGPathSegCurvetoCubicSmoothRel(SVGPathElement* element, float x, float y, float x2, float y2) argument 39 : SVGPathSegCurvetoCubicSmooth(element, x, y, x2, y2) { }
|