Searched defs:l1 (Results 1 - 25 of 159) sorted by relevance

1234567

/external/llvm/test/MC/ARM/
H A Dcmp-immediate-fixup-error.s4 cmp r0, #(l1 - unknownLabel + 4) >> 2
7 l1: label
H A Dcmp-immediate-fixup-error2.s4 cmp r0, #(l1 - unknownLabel)
7 l1: label
H A Dcmp-immediate-fixup.s7 cmp r2, #(l2 - l1 + 4) >> 2
8 l1: label
H A Dcmp-immediate-fixup2.s7 cmp r2, #(l2 - l1)
8 l1: label
/external/libcxx/test/containers/sequences/list/list.modifiers/
H A Dpush_back_rvalue.pass.cpp24 std::list<MoveOnly> l1; local
25 l1.push_back(MoveOnly(1));
26 assert(l1.size() == 1);
27 assert(l1.front() == MoveOnly(1));
28 l1.push_back(MoveOnly(2));
29 assert(l1.size() == 2);
30 assert(l1.front() == MoveOnly(1));
31 assert(l1.back() == MoveOnly(2));
35 std::list<MoveOnly, min_allocator<MoveOnly>> l1; local
36 l1
[all...]
H A Dpush_front_rvalue.pass.cpp24 std::list<MoveOnly> l1; local
25 l1.push_front(MoveOnly(1));
26 assert(l1.size() == 1);
27 assert(l1.front() == MoveOnly(1));
28 l1.push_front(MoveOnly(2));
29 assert(l1.size() == 2);
30 assert(l1.front() == MoveOnly(2));
31 assert(l1.back() == MoveOnly(1));
35 std::list<MoveOnly, min_allocator<MoveOnly>> l1; local
36 l1
[all...]
H A Dinsert_iter_rvalue.pass.cpp28 std::list<MoveOnly> l1; local
29 l1.insert(l1.cend(), MoveOnly(1));
30 assert(l1.size() == 1);
31 assert(l1.front() == MoveOnly(1));
32 l1.insert(l1.cbegin(), MoveOnly(2));
33 assert(l1.size() == 2);
34 assert(l1.front() == MoveOnly(2));
35 assert(l1
49 std::list<MoveOnly, min_allocator<MoveOnly>> l1; local
[all...]
/external/llvm/test/MC/AArch64/
H A Doptional-hash.s16 l1: label
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/tests/
H A Dfwdequ64.asm2 l1: label
4 l2 equ 4-(l1-$$)
H A Djmp64-1.asm2 l1: label
6 l2 equ $-l1
H A Djmp64-2.asm2 l1: label
6 l2 equ $-l1
H A Djmp64-3.asm2 l1: label
7 l2 equ $-l1
H A Djmp64-4.asm2 l1: label
7 l2 equ $-l1
H A Djmp64-5.asm2 l1: label
7 l2 equ $-l1
H A Djmp64-6.asm2 mov dword [l4-l1], 0x0
4 l1: label
/external/libcxx/test/containers/sequences/list/list.cons/
H A Dmove.pass.cpp66 std::list<int> l1 = {1, 2, 3}; local
67 std::list<int>::iterator i = l1.begin();
68 std::list<int> l2 = std::move(l1);
/external/llvm/test/MC/ELF/
H A Dsubsection.s20 l1: label
23 .subsection l2-l1
24 .byte l1-l0
/external/clang/test/CodeGen/
H A Dle32-libcall-pow.c18 double l1 = pow(a1, a1); local
/external/clang/test/Sema/
H A Dattr-used.c4 __private_extern__ int l1 __attribute__((used)); // expected-warning {{'used' attribute ignored}} variable
/external/libcxx/test/containers/sequences/list/list.ops/
H A Dsplice_pos_list.pass.cpp28 std::list<int> l1; local
30 l1.splice(l1.end(), l2);
31 assert(l1.size() == 0);
32 assert(distance(l1.begin(), l1.end()) == 0);
37 std::list<int> l1; local
39 l1.splice(l1.end(), l2);
40 assert(l1
48 std::list<int> l1; local
61 std::list<int> l1; local
416 std::list<int, min_allocator<int>> l1; local
425 std::list<int, min_allocator<int>> l1; local
436 std::list<int, min_allocator<int>> l1; local
449 std::list<int, min_allocator<int>> l1; local
[all...]
H A Dsplice_pos_list_iter.pass.cpp28 std::list<int> l1; local
30 l1.splice(l1.end(), l2, l2.begin());
31 assert(l1.size() == 1);
32 assert(distance(l1.begin(), l1.end()) == 1);
35 std::list<int>::const_iterator i = l1.begin();
39 std::list<int> l1; local
41 l1.splice(l1
52 std::list<int> l1; local
65 std::list<int> l1; local
80 std::list<int> l1; local
95 std::list<int> l1; local
165 l1.splice(next(l1.begin()), l1, l1.begin()); local
175 l1.splice(next(l1.begin()), l1, next(l1.begin())); local
193 std::list<int, min_allocator<int>> l1; local
204 std::list<int, min_allocator<int>> l1; local
217 std::list<int, min_allocator<int>> l1; local
230 std::list<int, min_allocator<int>> l1; local
245 std::list<int, min_allocator<int>> l1; local
260 std::list<int, min_allocator<int>> l1; local
330 l1.splice(next(l1.begin()), l1, l1.begin()); local
340 l1.splice(next(l1.begin()), l1, next(l1.begin())); local
[all...]
/external/clang/test/CXX/dcl.dcl/dcl.attr/dcl.attr.depend/
H A Dp1.cpp28 auto l1 = [](int n [[carries_dependency]]) {}; variable
/external/chromium_org/components/invalidation/
H A Dsingle_object_invalidation_set_unittest.cc25 SingleObjectInvalidationSet l1; local
32 l1.Insert(inv0);
33 l1.Insert(inv1);
34 l1.Insert(inv2);
40 ASSERT_EQ(3U, l1.GetSize());
43 SingleObjectInvalidationSet::const_iterator it1 = l1.begin();
57 EXPECT_TRUE(it1 == l1.end());
/external/clang/test/CXX/expr/expr.prim/expr.prim.lambda/
H A Ddefault-arguments.cpp4 auto l1 = [](int i, int j = 17, int k = 18) { return i + j + k; }; local
5 int i1 = l1(1);
6 int i2 = l1(1, 2);
7 int i3 = l1(1, 2, 3);
12 auto l1 = [](int i, local
35 auto l1 = [](const T& value = T()) { }; local
36 l1(t);
44 auto l1 = [](const T& value = T()) { }; // expected-error{{no matching constructor for initialization of 'NoDefaultCtor'}} local
45 l1(); // expected-note{{in instantiation of default function argument expression for 'operator()<NoDefaultCtor>' required here}}
/external/compiler-rt/include/sanitizer/
H A Ddfsan_interface.h34 dfsan_label l1; member in struct:dfsan_label_info
45 /// Computes the union of \c l1 and \c l2, possibly creating a union label in
47 dfsan_label dfsan_union(dfsan_label l1, dfsan_label l2);

Completed in 469 milliseconds

1234567