/external/libcxx/test/std/strings/basic.string.literals/ |
D | literal.pass.cpp | 27 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/ |
D | literal.pass.cpp | 30 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/ |
D | merge.s | 7 movsd .Lfoo(%rip), %xmm1 8 movl $.Lfoo, %edi 9 movl $.Lfoo+2, %edi 13 movsd .Lfoo+4(%rip), %xmm1 16 .Lfoo: label
|
D | leb128.s | 3 .sleb128 .Lfoo - .Lbar 4 .Lfoo: label 5 .uleb128 .Lbar - .Lfoo
|
D | abs.s | 5 .Lfoo: label 7 zed = .Lfoo - .Lbar
|
D | relocation-386.s | 79 leal .Lfoo@GOTOFF(%ebx), %eax 132 .Lfoo: label
|
D | undef-temp.s | 4 .long .Lfoo
|
D | bad-relocation.s | 7 leal .Lfoo@BADRELOC(%ebx), %eax
|
/external/swiftshader/third_party/LLVM/test/MC/ELF/ |
D | merge.s | 10 movsd .Lfoo(%rip), %xmm1 11 movl $.Lfoo, %edi 12 movl $.Lfoo+2, %edi 18 .Lfoo: label
|
D | leb128.s | 3 .sleb128 .Lfoo - .Lbar 4 .Lfoo: label 5 .uleb128 .Lbar - .Lfoo
|
D | abs.s | 5 .Lfoo: label 7 zed = .Lfoo - .Lbar
|
D | relocation-386.s | 194 leal .Lfoo@GOTOFF(%ebx), %eax 234 .Lfoo: label
|
D | undef2.s | 5 je .Lfoo
|
/external/llvm/test/MC/COFF/ |
D | secrel32.s | 5 Lfoo: label 6 .secrel32 Lfoo
|
D | secidx.s | 5 Lfoo: label 6 .secidx Lfoo
|
/external/llvm/test/CodeGen/XCore/ |
D | private.ll | 6 ; CHECK: .Lfoo: 14 ; CHECK: bl .Lfoo
|
/external/llvm/test/CodeGen/ARM/ |
D | private.ll | 4 ; CHECK: .Lfoo: 6 ; CHECK: bl .Lfoo
|
/external/swiftshader/third_party/LLVM/test/CodeGen/XCore/ |
D | private.ll | 4 ; RUN: grep .Lfoo: %t 5 ; RUN: grep bl.*\.Lfoo %t
|
/external/llvm/test/CodeGen/X86/ |
D | private.ll | 8 ; CHECK: .Lfoo: 17 ; CHECK: callq .Lfoo
|
/external/swiftshader/third_party/LLVM/test/CodeGen/ARM/ |
D | private.ll | 4 ; RUN: grep .Lfoo: %t 5 ; RUN: egrep bl.*\.Lfoo %t
|
/external/swiftshader/third_party/LLVM/test/CodeGen/CellSPU/ |
D | private.ll | 4 ; RUN: grep .Lfoo: %t 5 ; RUN: grep brsl.*\.Lfoo %t
|
/external/swiftshader/third_party/LLVM/test/CodeGen/X86/ |
D | private.ll | 3 ; 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/ |
D | relax-thumb2-branches.s | 3 ble Lfoo @ wide encoding 6 Lfoo: label
|
/external/llvm/test/CodeGen/PowerPC/ |
D | private.ll | 9 ; LINUX: .Lfoo: 16 ; LINUX: bl{{.*}}.Lfoo
|
/external/swiftshader/third_party/LLVM/test/CodeGen/PowerPC/ |
D | private.ll | 4 ; RUN: grep .Lfoo: %t 5 ; RUN: grep bl.*\.Lfoo %t
|