Searched defs:i2 (Results 1 - 25 of 162) sorted by relevance

1234567

/external/clang/test/Sema/
H A Dunused-expr-system-header.c3 void f(int i1, int i2) { argument
6 COMMA_MACRO_1(i1 == i2, f(i1, i2)); // expected-warning {{comparison result unused}} \
8 COMMA_MACRO_2(i1 == i2, f(i1, i2));
9 COMMA_MACRO_3(i1 == i2, f(i1, i2)); // expected-warning {{comparison result unused}} \
11 COMMA_MACRO_4(i1 == i2, f(i1, i2));
H A Dtentative-decls.c29 static int i2 = 5; // expected-note 1 {{previous definition is here}} variable
30 int i2 = 3; // expected-error{{non-static declaration of 'i2' follows static declaration}} variable
/external/clang/test/CXX/lex/lex.literal/lex.ext/
H A Dp3.cpp7 int &i2 = 45_x1; variable
H A Dp4.cpp7 int &i2 = 45._x1; variable
H A Dp5.cpp8 double &i2 = u8"foo"_x1; variable
H A Dp6.cpp8 double &i2 = L'a'_x1; variable
/external/clang/test/Parser/
H A Dnamelookup-bug-2.c9 struct Object { int i2; } *X; member in struct:Object
/external/clang/test/SemaCXX/
H A D__null.cpp7 int i2 = __null; local
H A Daddress-space-references.cpp14 static int_2 i2; local
18 f0(i2); // expected-error{{no matching function for call to 'f0'}}
H A Ddefault1.cpp54 int i2() { function
H A Dcxx0x-initializer-references.cpp8 int i1, i2; member in struct:reference::A
H A Doverload-call-copycon.cpp10 int& i2 = copycon(xc); local
/external/clang/test/CXX/basic/basic.lookup/basic.lookup.elab/
H A Dp2.cpp26 namespace i2 { namespace in namespace:test0
/external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/
H A Dp9.cpp6 int i2 = f<1000>(0); // expected-error{{ambiguous}} variable
/external/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_stackdepot_test.cc52 u32 i2 = StackDepotPut(s1, ARRAY_SIZE(s1)); local
53 EXPECT_EQ(i1, i2);
65 u32 i2 = StackDepotPut(s2, ARRAY_SIZE(s2)); local
66 EXPECT_NE(i1, i2);
/external/webkit/Source/JavaScriptCore/tests/mozilla/js1_5/Regress/
H A Dregress-80981.js56 var i2 = 3011; variable
57 var n = new Array (i2);
82 for (i=0; i<i2; i++) {n[i] = 0;}
85 while (k++ <= i2)
87 switch (j = (k*73)%i2)
3112 for (i = 0; i < i2; i++)
/external/clang/test/CXX/expr/expr.prim/expr.prim.lambda/
H A Ddefault-arguments.cpp6 int i2 = l1(1, 2); local
H A Dp2.cpp18 int i2 = sizeof([]()->void{}()); // expected-error{{lambda expression in an unevaluated operand}} local
/external/clang/test/CodeGen/
H A Datomics-inlining.c8 unsigned int i1, i2; variable
23 (void)__atomic_load(&i1, &i2, memory_order_seq_cst);
H A Dms_struct-bitfield-init.c38 int i2; member in struct:__anon4422
H A Darm-aapcs-vfp.c70 int i2; member in struct:heterogeneous_struct
/external/clang/test/CodeGenCXX/
H A Dcxx0x-initializer-references.cpp5 int i1, i2; member in struct:reference::A
/external/clang/test/SemaTemplate/
H A Dfun-template-def.cpp25 int i2 = u1; local
/external/dropbear/libtomcrypt/testprof/
H A Dpkcs_1_test.c9 unsigned long x, y, l1, l2, l3, i1, i2, lparamlen, saltlen, modlen; local
70 buf[1][i2 = abs(rand()) % (l1 - 1)] ^= 1;
/external/chromium/chrome/browser/net/
H A Dquoted_printable.cc110 int i2 = HexDigitToInt(c3); local
111 char r = static_cast<char>(((i1 << 4) & 0xF0) | (i2 & 0x0F));

Completed in 335 milliseconds

1234567