HomeSort by relevance Sort by last modified time
    Searched refs:illegal_byte_sequence (Results 1 - 19 of 19) sorted by null

  /external/llvm/include/llvm/Support/
Errc.h 49 illegal_byte_sequence = int(std::errc::illegal_byte_sequence), member in class:llvm::errc
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/x86_64-w64-mingw32/32/bits/
error_constants.h 69 illegal_byte_sequence = EILSEQ, member in class:errc
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/x86_64-w64-mingw32/bits/
error_constants.h 69 illegal_byte_sequence = EILSEQ, member in class:errc
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/x86_64-linux/32/bits/
error_constants.h 75 illegal_byte_sequence = EILSEQ, member in class:errc
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/x86_64-linux/bits/
error_constants.h 75 illegal_byte_sequence = EILSEQ, member in class:errc
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/x86_64-linux/32/bits/
error_constants.h 75 illegal_byte_sequence = EILSEQ, member in class:errc
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/x86_64-linux/bits/
error_constants.h 75 illegal_byte_sequence = EILSEQ, member in class:errc
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/libs/arm64-v8a/include/bits/
error_constants.h 75 illegal_byte_sequence = EILSEQ, member in class:errc
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/libs/armeabi/include/bits/
error_constants.h 75 illegal_byte_sequence = EILSEQ, member in class:errc
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/libs/armeabi-v7a/include/bits/
error_constants.h 75 illegal_byte_sequence = EILSEQ, member in class:errc
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/libs/mips/include/bits/
error_constants.h 75 illegal_byte_sequence = EILSEQ, member in class:errc
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/libs/mips32r6/include/bits/
error_constants.h 75 illegal_byte_sequence = EILSEQ, member in class:errc
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/libs/mips64/include/bits/
error_constants.h 75 illegal_byte_sequence = EILSEQ, member in class:errc
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/libs/x86/include/bits/
error_constants.h 75 illegal_byte_sequence = EILSEQ, member in class:errc
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/libs/x86_64/include/bits/
error_constants.h 75 illegal_byte_sequence = EILSEQ, member in class:errc
  /external/llvm/tools/llvm-pdbdump/
llvm-pdbdump.cpp 211 std::make_error_code(std::errc::illegal_byte_sequence));
216 std::make_error_code(std::errc::illegal_byte_sequence));
231 std::make_error_code(std::errc::illegal_byte_sequence));
325 std::make_error_code(std::errc::illegal_byte_sequence));
  /external/llvm/tools/sancov/
sancov.cc 412 return make_error_code(errc::illegal_byte_sequence);
419 return make_error_code(errc::illegal_byte_sequence);
435 return make_error_code(errc::illegal_byte_sequence);
  /external/libcxx/test/std/diagnostics/syserr/
errc.pass.cpp 43 static_assert(static_cast<int>(std::errc::illegal_byte_sequence) == EILSEQ, "");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/diagnostics/syserr/
errc.pass.cpp 43 static_assert(static_cast<int>(std::errc::illegal_byte_sequence) == EILSEQ, "");

Completed in 102 milliseconds