Home
last modified time | relevance | path

Searched refs:Lfoo (Results 1 – 25 of 33) sorted by relevance

12

/external/libcxx/test/std/strings/basic.string.literals/
Dliteral.pass.cpp36 std::wstring Lfoo; in main() local
43 Lfoo = L""s; assert( Lfoo.size() == 0); in main()
49 Lfoo = L" "s; assert( Lfoo.size() == 1); in main()
55 Lfoo = L"ABC"s; assert( Lfoo == L"ABC"); assert( Lfoo == std::wstring ( L"ABC")); in main()
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/ELF/
Dmerge.s7 movsd .Lfoo(%rip), %xmm1
8 movl $.Lfoo, %edi
9 movl $.Lfoo+2, %edi
13 movsd .Lfoo+4(%rip), %xmm1
16 .Lfoo: label
Dleb128.s3 .sleb128 .Lfoo - .Lbar
4 .Lfoo: label
5 .uleb128 .Lbar - .Lfoo
Dabs.s5 .Lfoo: label
7 zed = .Lfoo - .Lbar
Drelocation-386.s79 leal .Lfoo@GOTOFF(%ebx), %eax
132 .Lfoo: label
/external/llvm/test/MC/ELF/
Dmerge.s7 movsd .Lfoo(%rip), %xmm1
8 movl $.Lfoo, %edi
9 movl $.Lfoo+2, %edi
13 movsd .Lfoo+4(%rip), %xmm1
16 .Lfoo: label
Dleb128.s3 .sleb128 .Lfoo - .Lbar
4 .Lfoo: label
5 .uleb128 .Lbar - .Lfoo
Dabs.s5 .Lfoo: label
7 zed = .Lfoo - .Lbar
Drelocation-386.s79 leal .Lfoo@GOTOFF(%ebx), %eax
132 .Lfoo: label
Dundef-temp.s4 .long .Lfoo
/external/libcxx/test/std/strings/string.view/string_view.literals/
Dliteral.pass.cpp38 std::wstring_view Lfoo; in main() local
46 Lfoo = L""sv; assert( Lfoo.size() == 0); in main()
52 Lfoo = L" "sv; assert( Lfoo.size() == 1); in main()
58 Lfoo = L"ABC"sv; assert( Lfoo == L"ABC"); assert( Lfoo == std::wstring_view ( L"ABC")); in main()
/external/llvm/test/MC/COFF/
Dsecrel32.s5 Lfoo: label
6 .secrel32 Lfoo
Dsecidx.s5 Lfoo: label
6 .secidx Lfoo
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/COFF/
Dsecrel32.s5 Lfoo: label
6 .secrel32 Lfoo
Dsecidx.s5 Lfoo: label
6 .secidx Lfoo
/external/llvm/test/CodeGen/ARM/
Dprivate.ll4 ; CHECK: .Lfoo:
6 ; CHECK: bl .Lfoo
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/XCore/
Dprivate.ll6 ; CHECK: .Lfoo:
14 ; CHECK: bl .Lfoo
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/ARM/
Dprivate.ll4 ; CHECK: .Lfoo:
6 ; CHECK: bl .Lfoo
/external/llvm/test/CodeGen/XCore/
Dprivate.ll6 ; CHECK: .Lfoo:
14 ; CHECK: bl .Lfoo
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/
Dprivate.ll8 ; CHECK: .Lfoo:
17 ; CHECK: callq .Lfoo
/external/llvm/test/CodeGen/X86/
Dprivate.ll8 ; CHECK: .Lfoo:
17 ; CHECK: callq .Lfoo
/external/llvm/test/CodeGen/PowerPC/
Dprivate.ll9 ; LINUX: .Lfoo:
16 ; LINUX: bl{{.*}}.Lfoo
/external/llvm/test/MC/MachO/ARM/
Drelax-thumb2-branches.s3 ble Lfoo @ wide encoding
6 Lfoo: label
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/MachO/ARM/
Drelax-thumb2-branches.s3 ble Lfoo @ wide encoding
6 Lfoo: label
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/PowerPC/
Dprivate.ll9 ; LINUX: .Lfoo:
16 ; LINUX: bl{{.*}}.Lfoo

12