HomeSort by relevance Sort by last modified time
    Searched defs:Lfoo (Results 1 - 8 of 8) sorted by null

  /external/llvm/test/MC/COFF/
secrel32.s 5 Lfoo:
6 .secrel32 Lfoo
secidx.s 5 Lfoo:
6 .secidx Lfoo
  /external/llvm/test/MC/MachO/AArch64/
reloc-crash.s 19 Lfoo:
  /external/llvm/test/MC/MachO/ARM/
relax-thumb2-branches.s 3 ble Lfoo @ wide encoding
6 Lfoo:
  /external/libcxx/test/std/strings/basic.string.literals/
literal.pass.cpp 27 std::wstring Lfoo;
33 Lfoo = L""s; assert(Lfoo.size() == 0);
39 Lfoo = L" "s; assert(Lfoo.size() == 1);
45 Lfoo = L"ABC"s; assert(Lfoo == L"ABC"); assert(Lfoo == std::wstring ( L"ABC"));
  /external/libcxx/test/std/strings/string.view/string_view.literals/
literal.pass.cpp 30 std::wstring_view Lfoo;
36 Lfoo = L""sv; assert(Lfoo.size() == 0);
42 Lfoo = L" "sv; assert(Lfoo.size() == 1);
48 Lfoo = L"ABC"sv; assert(Lfoo == L"ABC"); assert(Lfoo == std::wstring_view ( L"ABC"));
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string.literals/
literal.pass.cpp 25 std::wstring Lfoo;
31 Lfoo = L""s; assert(Lfoo.size() == 0);
37 Lfoo = L" "s; assert(Lfoo.size() == 1);
43 Lfoo = L"ABC"s; assert(Lfoo == L"ABC"); assert(Lfoo == std::wstring ( L"ABC"));
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/strings/basic.string.literals/
literal.pass.cpp 25 std::wstring Lfoo;
31 Lfoo = L""s; assert(Lfoo.size() == 0);
37 Lfoo = L" "s; assert(Lfoo.size() == 1);
43 Lfoo = L"ABC"s; assert(Lfoo == L"ABC"); assert(Lfoo == std::wstring ( L"ABC"));

Completed in 141 milliseconds