Searched defs:i5 (Results 1 - 24 of 24) sorted by relevance

/external/libcxx/test/iterators/stream.iterators/istream.iterator/istream.iterator.ops/
H A Dequal.pass.cpp34 std::istream_iterator<int> i5; local
39 assert(i1 != i5);
44 assert(i2 != i5);
48 assert(i3 != i5);
51 assert(i4 == i5);
/external/clang/test/CXX/lex/lex.literal/lex.ext/
H A Dp3.cpp15 double &i5 = 123123123123123123123123123123123123123123123_x2; variable
H A Dp4.cpp15 double &i5 = 1e1000000_x2; variable
H A Dp5.cpp13 double &i5 = R"(foo)"_x1; // ok variable
H A Dp6.cpp13 char &i5 = u'a'_x1; // ok variable
/external/clang/test/Sema/
H A Dtentative-decls.c26 extern int i5; // expected-note {{previous declaration is here}}
27 static int i5; // expected-error{{static declaration of 'i5' follows non-static declaration}} variable
H A Dcomplex-int.c61 int i5[(3i == -(-3i) ? ((void)3, 1i - 1) : 0) == 1i - 1 ? 1 : -1]; variable
H A Dconstant-conversion.c12 struct { int i5 : 5; } a; member in struct:__anon19082
14 a.i5 = 36; // expected-warning {{implicit truncation from 'int' to bitfield changes value from 36 to 4}}
/external/chromium_org/sandbox/linux/seccomp-bpf/
H A Dcodegen_unittest.cc167 Instruction* i5 = local
169 Instruction* i4 = codegen->MakeInstruction(BPF_LD + BPF_W + BPF_ABS, 0, i5);
171 codegen->MakeInstruction(BPF_JMP + BPF_JEQ + BPF_K, 2, i4, i5);
193 Instruction* i5 = codegen->MakeInstruction(BPF_RET + BPF_K, 1); local
194 Instruction* i4 = codegen->MakeInstruction(BPF_LD + BPF_W + BPF_ABS, 0, i5);
196 codegen->MakeInstruction(BPF_JMP + BPF_JEQ + BPF_K, 2, i4, i5);
225 Instruction* i5 = local
229 codegen->MakeInstruction(BPF_JMP + BPF_JEQ + BPF_K, 2, i4, i5);
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/
H A Ddraw_gs.c359 int i3, int i4, int i5)
368 indices[5] = i5;
357 gs_tri_adj(struct draw_geometry_shader *shader, int i0, int i1, int i2, int i3, int i4, int i5) argument
/external/chromium_org/v8/test/cctest/compiler/
H A Dtest-instruction.cc152 int i5 = R.NewInstr(b1); local
168 CHECK_EQ(b1, R.code->GetBasicBlock(i5));
H A Dtest-run-machops.cc3559 Node* i5 = m.Int32Add(i1, i2); local
3562 Node* i7 = m.Int32Add(i5, i6);
/external/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_gs.c359 int i3, int i4, int i5)
368 indices[5] = i5;
357 gs_tri_adj(struct draw_geometry_shader *shader, int i0, int i1, int i2, int i3, int i4, int i5) argument
/external/clang/test/CodeGen/
H A Darm64-abi-vector.c268 __int5 i5 = va_arg(ap, __int5); local
273 sum = sum + i5.x + i5.y;
285 __short3 *s3, __short5 *s5, __int3 *i3, __int5 *i5,
287 double ret = varargs_vec(3, *c3, *c5, *c9, *c19, *s3, *s5, *i3, *i5, *d3);
284 test(__char3 *c3, __char5 *c5, __char9 *c9, __char19 *c19, __short3 *s3, __short5 *s5, __int3 *i3, __int5 *i5, __double3 *d3) argument
H A Darm64-arguments.c298 int f38_stack(int i, int i2, int i3, int i4, int i5, int i6, int i7, int i8, argument
300 // CHECK: define i32 @f38_stack(i32 %i, i32 %i2, i32 %i3, i32 %i4, i32 %i5, i32 %i6, i32 %i7, i32 %i8, i32 %i9, i64 %s1.coerce, i64 %s2.coerce)
309 return s1.i + s2.i + i + i2 + i3 + i4 + i5 + i6 + i7 + i8 + i9 + s1.s + s2.s;
351 int f39_stack(int i, int i2, int i3, int i4, int i5, int i6, int i7, int i8, argument
353 // CHECK: define i32 @f39_stack(i32 %i, i32 %i2, i32 %i3, i32 %i4, i32 %i5, i32 %i6, i32 %i7, i32 %i8, i32 %i9, i128 %s1.coerce, i128 %s2.coerce)
362 return s1.i + s2.i + i + i2 + i3 + i4 + i5 + i6 + i7 + i8 + i9 + s1.s + s2.s;
406 int f40_stack(int i, int i2, int i3, int i4, int i5, int i6, int i7, int i8, argument
408 // CHECK: define i32 @f40_stack(i32 %i, i32 %i2, i32 %i3, i32 %i4, i32 %i5, i32 %i6, i32 %i7, i32 %i8, i32 %i9, [2 x i64] %s1.coerce, [2 x i64] %s2.coerce)
417 return s1.i + s2.i + i + i2 + i3 + i4 + i5 + i6 + i7 + i8 + i9 + s1.s + s2.s;
461 int f41_stack(int i, int i2, int i3, int i4, int i5, in argument
518 f42_stack(int i, int i2, int i3, int i4, int i5, int i6, int i7, int i8, int i9, s42_no_align s1, s42_no_align s2) argument
575 f43_stack(int i, int i2, int i3, int i4, int i5, int i6, int i7, int i8, int i9, s43_with_align s1, s43_with_align s2) argument
599 f40_split(int i, int i2, int i3, int i4, int i5, int i6, int i7, s40_no_align s1, s40_no_align s2) argument
611 f41_split(int i, int i2, int i3, int i4, int i5, int i6, int i7, s41_with_align s1, s41_with_align s2) argument
[all...]
/external/clang/test/SemaCXX/
H A Dconstant-expression.cpp52 i5 = Struct::sval, member in struct:C
/external/clang/test/SemaTemplate/
H A Dfriend-template.cpp141 void test_X(X<int> x, int_c<5> i5) { argument
142 f(x, i5);
/external/llvm/unittests/ADT/
H A DHashingTest.cpp337 const int i1 = 42, i2 = 43, i3 = 123, i4 = 999, i5 = 0, i6 = 79; local
338 const int arr1[] = { i1, i2, i3, i4, i5, i6 };
344 hash_combine(i1, i2, i3, i4, i5));
346 hash_combine(i1, i2, i3, i4, i5, i6));
/external/libcxx/test/algorithms/alg.sorting/alg.heap.operations/is.heap/
H A Dis_heap.pass.cpp31 int i5[] = {0, 0, 1}; local
38 assert(std::is_heap(i5, i5+3) == (std::is_heap_until(i5, i5+3) == i5+3));
H A Dis_heap_comp.pass.cpp32 int i5[] = {0, 0, 1}; local
39 assert(std::is_heap(i5, i5+3, std::greater<int>()) == (std::is_heap_until(i5, i5+3, std::greater<int>()) == i5+3));
H A Dis_heap_until.pass.cpp31 int i5[] = {0, 0, 1}; local
38 assert(std::is_heap_until(i5, i5+3) == i5+2);
H A Dis_heap_until_comp.pass.cpp32 int i5[] = {0, 0, 1}; local
39 assert(std::is_heap_until(i5, i5+3, std::greater<int>()) == i5+3);
/external/deqp/framework/common/
H A DtcuCompressedTexture.cpp1376 const bool i5 = isBitSet(blockModeData, 5); local
1377 blockMode.weightGridWidth = i5 ? 10 : 6;
1378 blockMode.weightGridHeight = i5 ? 6 : 10;
/external/valgrind/main/VEX/priv/
H A Dguest_s390_toIR.c1801 UChar i4, UChar i5),
1802 UChar r1, UChar r2, UChar i3, UChar i4, UChar i5)
1804 const HChar *mnm = irgen(r1, r2, i3, i4, i5);
1808 i5); variable
7459 s390_irgen_RNSBG(UChar r1, UChar r2, UChar i3, UChar i4, UChar i5) argument
7472 rot = i5 & 63;
7498 s390_irgen_RXSBG(UChar r1, UChar r2, UChar i3, UChar i4, UChar i5) argument
7511 rot = i5 & 63;
7537 s390_irgen_ROSBG(UChar r1, UChar r2, UChar i3, UChar i4, UChar i5) argument
7550 rot = i5
7576 s390_irgen_RISBG(UChar r1, UChar r2, UChar i3, UChar i4, UChar i5) argument
15100 unsigned int i5 : 8; member in struct:__anon31628::__anon31630
[all...]

Completed in 3810 milliseconds