Home
last modified time | relevance | path

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

12

/external/libcxx/test/std/strings/basic.string.literals/
Dliteral.pass.cpp27 std::wstring Lfoo; in main() local
33 Lfoo = L""s; assert(Lfoo.size() == 0); in main()
39 Lfoo = L" "s; assert(Lfoo.size() == 1); in main()
45 Lfoo = L"ABC"s; assert(Lfoo == L"ABC"); assert(Lfoo == std::wstring ( L"ABC")); in main()
/external/libcxx/test/std/strings/string.view/string_view.literals/
Dliteral.pass.cpp30 std::wstring_view Lfoo; in main() local
36 Lfoo = L""sv; assert(Lfoo.size() == 0); in main()
42 Lfoo = L" "sv; assert(Lfoo.size() == 1); in main()
48 Lfoo = L"ABC"sv; assert(Lfoo == L"ABC"); assert(Lfoo == std::wstring_view ( L"ABC")); in main()
/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
Dbad-relocation.s7 leal .Lfoo@BADRELOC(%ebx), %eax
/external/swiftshader/third_party/LLVM/test/MC/ELF/
Dmerge.s10 movsd .Lfoo(%rip), %xmm1
11 movl $.Lfoo, %edi
12 movl $.Lfoo+2, %edi
18 .Lfoo: label
Dleb128.s3 .sleb128 .Lfoo - .Lbar
4 .Lfoo: label
5 .uleb128 .Lbar - .Lfoo
Dabs.s5 .Lfoo: label
7 zed = .Lfoo - .Lbar
Drelocation-386.s194 leal .Lfoo@GOTOFF(%ebx), %eax
234 .Lfoo: label
Dundef2.s5 je .Lfoo
/external/llvm/test/MC/COFF/
Dsecrel32.s5 Lfoo: label
6 .secrel32 Lfoo
Dsecidx.s5 Lfoo: label
6 .secidx Lfoo
/external/llvm/test/CodeGen/XCore/
Dprivate.ll6 ; CHECK: .Lfoo:
14 ; CHECK: bl .Lfoo
/external/llvm/test/CodeGen/ARM/
Dprivate.ll4 ; CHECK: .Lfoo:
6 ; CHECK: bl .Lfoo
/external/swiftshader/third_party/LLVM/test/CodeGen/XCore/
Dprivate.ll4 ; RUN: grep .Lfoo: %t
5 ; RUN: grep bl.*\.Lfoo %t
/external/llvm/test/CodeGen/X86/
Dprivate.ll8 ; CHECK: .Lfoo:
17 ; CHECK: callq .Lfoo
/external/swiftshader/third_party/LLVM/test/CodeGen/ARM/
Dprivate.ll4 ; RUN: grep .Lfoo: %t
5 ; RUN: egrep bl.*\.Lfoo %t
/external/swiftshader/third_party/LLVM/test/CodeGen/CellSPU/
Dprivate.ll4 ; RUN: grep .Lfoo: %t
5 ; RUN: grep brsl.*\.Lfoo %t
/external/swiftshader/third_party/LLVM/test/CodeGen/X86/
Dprivate.ll3 ; RUN: llc < %s -mtriple=x86_64-pc-linux | grep .Lfoo:
4 ; RUN: llc < %s -mtriple=x86_64-pc-linux | grep call.*\.Lfoo
/external/llvm/test/MC/MachO/ARM/
Drelax-thumb2-branches.s3 ble Lfoo @ wide encoding
6 Lfoo: label
/external/llvm/test/CodeGen/PowerPC/
Dprivate.ll9 ; LINUX: .Lfoo:
16 ; LINUX: bl{{.*}}.Lfoo
/external/swiftshader/third_party/LLVM/test/CodeGen/PowerPC/
Dprivate.ll4 ; RUN: grep .Lfoo: %t
5 ; RUN: grep bl.*\.Lfoo %t

12