reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

include/llvm/Bitstream/BitstreamReader.h
  483       return createStringError(std::errc::illegal_byte_sequence,
  486       return createStringError(std::errc::illegal_byte_sequence,
include/llvm/Support/Errc.h
   48   illegal_byte_sequence = int(std::errc::illegal_byte_sequence),
lib/Bitcode/Reader/BitcodeAnalyzer.cpp
   20   return createStringError(std::errc::illegal_byte_sequence, Message.data());
lib/Bitcode/Reader/BitcodeReader.cpp
  110     return createStringError(std::errc::illegal_byte_sequence,
  115         return createStringError(std::errc::illegal_byte_sequence,
  122         return createStringError(std::errc::illegal_byte_sequence,
lib/Bitstream/Reader/BitstreamReader.cpp
   43         std::errc::illegal_byte_sequence,
   57         std::errc::illegal_byte_sequence,
   61         std::errc::illegal_byte_sequence,
  151           std::errc::illegal_byte_sequence,
lib/Remarks/BitstreamRemarkParser.cpp
   25       std::make_error_code(std::errc::illegal_byte_sequence),
   32       std::make_error_code(std::errc::illegal_byte_sequence),
  166         std::make_error_code(std::errc::illegal_byte_sequence),
  171         std::make_error_code(std::errc::illegal_byte_sequence),
  186           std::make_error_code(std::errc::illegal_byte_sequence),
  197       std::make_error_code(std::errc::illegal_byte_sequence),
  229         std::make_error_code(std::errc::illegal_byte_sequence),
  240         std::make_error_code(std::errc::illegal_byte_sequence),
  262         std::make_error_code(std::errc::illegal_byte_sequence),
  302         std::make_error_code(std::errc::illegal_byte_sequence),
  372         std::make_error_code(std::errc::illegal_byte_sequence),
  379           std::make_error_code(std::errc::illegal_byte_sequence),
  385         std::make_error_code(std::errc::illegal_byte_sequence),
  395         std::make_error_code(std::errc::illegal_byte_sequence),
  406         std::make_error_code(std::errc::illegal_byte_sequence),
  416         std::make_error_code(std::errc::illegal_byte_sequence),
  450         std::make_error_code(std::errc::illegal_byte_sequence),
  456         std::make_error_code(std::errc::illegal_byte_sequence),
  504         std::make_error_code(std::errc::illegal_byte_sequence),
  510         std::make_error_code(std::errc::illegal_byte_sequence),
  517         std::make_error_code(std::errc::illegal_byte_sequence),
  527         std::make_error_code(std::errc::illegal_byte_sequence),
  537         std::make_error_code(std::errc::illegal_byte_sequence),
  563           std::make_error_code(std::errc::illegal_byte_sequence),
  567           std::make_error_code(std::errc::illegal_byte_sequence),
lib/Remarks/YAMLRemarkParser.cpp
   66     return createStringError(std::errc::illegal_byte_sequence,
   73     return createStringError(std::errc::illegal_byte_sequence,
   80     return createStringError(std::errc::illegal_byte_sequence,
   90     return createStringError(std::errc::illegal_byte_sequence,
  102     return createStringError(std::errc::illegal_byte_sequence,
  133         return createStringError(std::errc::illegal_byte_sequence,
tools/clang/lib/Serialization/ASTReader.cpp
 4403     return llvm::createStringError(std::errc::illegal_byte_sequence,
 4409             std::errc::illegal_byte_sequence,
tools/clang/lib/Serialization/GlobalModuleIndex.cpp
  273             nullptr, llvm::createStringError(std::errc::illegal_byte_sequence,
  545         return llvm::createStringError(std::errc::illegal_byte_sequence,
tools/llvm-bcanalyzer/llvm-bcanalyzer.cpp
   68   return createStringError(std::errc::illegal_byte_sequence, Message.data());