Searched refs:illegal_byte_sequence (Results 1 - 25 of 39) sorted by relevance

12

/netbsd-current/external/apache2/llvm/dist/llvm/lib/Remarks/
H A DBitstreamRemarkParser.cpp24 std::make_error_code(std::errc::illegal_byte_sequence),
31 std::make_error_code(std::errc::illegal_byte_sequence),
165 std::make_error_code(std::errc::illegal_byte_sequence),
170 std::make_error_code(std::errc::illegal_byte_sequence),
185 std::make_error_code(std::errc::illegal_byte_sequence),
196 std::make_error_code(std::errc::illegal_byte_sequence),
228 std::make_error_code(std::errc::illegal_byte_sequence),
239 std::make_error_code(std::errc::illegal_byte_sequence),
261 std::make_error_code(std::errc::illegal_byte_sequence),
302 std::make_error_code(std::errc::illegal_byte_sequence),
[all...]
H A DYAMLRemarkParser.cpp65 return createStringError(std::errc::illegal_byte_sequence,
72 return createStringError(std::errc::illegal_byte_sequence,
79 return createStringError(std::errc::illegal_byte_sequence,
89 return createStringError(std::errc::illegal_byte_sequence,
101 return createStringError(std::errc::illegal_byte_sequence,
132 return createStringError(std::errc::illegal_byte_sequence,
H A DRemarkLinker.cpp28 return createStringError(std::errc::illegal_byte_sequence,
/netbsd-current/external/apache2/llvm/dist/llvm/tools/obj2yaml/
H A Darchive2yaml.cpp38 std::errc::illegal_byte_sequence,
64 std::errc::illegal_byte_sequence,
70 std::errc::illegal_byte_sequence,
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DErrc.h48 illegal_byte_sequence = int(std::errc::illegal_byte_sequence), member in class:llvm::errc
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/config/os/mingw32/
H A Derror_constants.h69 illegal_byte_sequence = EILSEQ, member in class:errc
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/config/os/mingw32/
H A Derror_constants.h69 illegal_byte_sequence = EILSEQ, member in class:errc
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/config/os/djgpp/
H A Derror_constants.h75 illegal_byte_sequence = EILSEQ, member in class:errc
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/config/os/djgpp/
H A Derror_constants.h75 illegal_byte_sequence = EILSEQ, member in class:errc
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Support/
H A DDataExtractor.cpp25 errc::illegal_byte_sequence,
168 *Err = createStringError(errc::illegal_byte_sequence,
211 *Err = createStringError(errc::illegal_byte_sequence,
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Bitstream/Reader/
H A DBitstreamReader.cpp42 std::errc::illegal_byte_sequence,
56 std::errc::illegal_byte_sequence,
60 std::errc::illegal_byte_sequence,
119 std::errc::illegal_byte_sequence,
/netbsd-current/external/apache2/llvm/dist/llvm/tools/llvm-bcanalyzer/
H A Dllvm-bcanalyzer.cpp68 return createStringError(std::errc::illegal_byte_sequence, Message.data());
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/config/os/mingw32-w64/
H A Derror_constants.h73 illegal_byte_sequence = EILSEQ, member in class:errc
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/config/os/generic/
H A Derror_constants.h75 illegal_byte_sequence = EILSEQ, member in class:errc
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/config/os/generic/
H A Derror_constants.h75 illegal_byte_sequence = EILSEQ, member in class:errc
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/config/os/mingw32-w64/
H A Derror_constants.h73 illegal_byte_sequence = EILSEQ, member in class:errc
/netbsd-current/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/
H A DDWARFAcceleratorTable.cpp49 return createStringError(errc::illegal_byte_sequence,
66 errc::illegal_byte_sequence,
382 return createStringError(errc::illegal_byte_sequence,
404 return HeaderError(createStringError(errc::illegal_byte_sequence,
448 return createStringError(errc::illegal_byte_sequence,
474 return createStringError(errc::illegal_byte_sequence,
511 return createStringError(errc::illegal_byte_sequence,
614 return createStringError(errc::illegal_byte_sequence,
H A DDWARFDebugLoc.cpp321 return createStringError(errc::illegal_byte_sequence,
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/include/experimental/bits/
H A Dfs_path.h618 std::make_error_code(errc::illegal_byte_sequence)));
773 std::make_error_code(errc::illegal_byte_sequence)));
793 std::make_error_code(errc::illegal_byte_sequence)));
818 std::make_error_code(errc::illegal_byte_sequence)));
1048 std::make_error_code(errc::illegal_byte_sequence)));
1076 std::make_error_code(errc::illegal_byte_sequence)));
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/include/experimental/bits/
H A Dfs_path.h622 std::make_error_code(errc::illegal_byte_sequence)));
808 std::make_error_code(errc::illegal_byte_sequence)));
827 std::make_error_code(errc::illegal_byte_sequence)));
851 std::make_error_code(errc::illegal_byte_sequence)));
1117 std::make_error_code(errc::illegal_byte_sequence)));
1145 std::make_error_code(errc::illegal_byte_sequence)));
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/Bitstream/
H A DBitstreamReader.h484 return createStringError(std::errc::illegal_byte_sequence,
487 return createStringError(std::errc::illegal_byte_sequence,
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFListTable.h245 return createStringError(errc::illegal_byte_sequence,
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
H A Dfs_path.h719 std::make_error_code(errc::illegal_byte_sequence)));
841 std::make_error_code(errc::illegal_byte_sequence)));
1074 std::make_error_code(errc::illegal_byte_sequence)));
1113 std::make_error_code(errc::illegal_byte_sequence)));
/netbsd-current/external/apache2/llvm/dist/llvm/tools/sancov/
H A Dsancov.cpp237 return make_error_code(errc::illegal_byte_sequence);
244 return make_error_code(errc::illegal_byte_sequence);
260 return make_error_code(errc::illegal_byte_sequence);
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/src/filesystem/
H A Dpath.cc506 std::make_error_code(errc::illegal_byte_sequence)));

Completed in 184 milliseconds

12