HomeSort by relevance Sort by last modified time
    Searched refs:errc (Results 26 - 36 of 36) sorted by null

12

  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/libs/mips/include/bits/
error_constants.h 38 enum class errc class
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/libs/x86/include/bits/
error_constants.h 38 enum class errc class
  /external/clang/lib/ARCMigrate/
FileRemapper.cpp 117 if (fs::create_directory(outputDir, existed) != llvm::errc::success)
154 if (fs::unique_file(tempPath.str(), fd, tempPath) != llvm::errc::success)
181 fs::copy_option::overwrite_if_exists) != llvm::errc::success)
  /external/llvm/lib/Support/
MemoryBuffer.cpp 224 return make_error_code(errc::is_a_directory);
324 return make_error_code(errc::not_enough_memory);
PathV2.cpp 733 if (ec == errc::value_too_large) {
861 if (ec && ec != errc::value_too_large)
  /frameworks/compile/libbcc/tools/mcld/
Main.cpp 173 if (llvm::errc::success != err) {
  /frameworks/compile/mclinker/tools/mcld/
main.cpp 166 if (llvm::errc::success != err) {
  /external/llvm/unittests/Support/
Path.cpp 24 Message << #x ": did not return errc::success.\n" \
193 fs::copy_file(Twine(TempPath), Twine(TempPath2)), errc::file_exists);
  /external/llvm/utils/KillTheDoctor/
KillTheDoctor.cpp 218 /// @return If ec == errc::success, The absolute path to the program. Otherwise
422 if (ec == errc::timed_out) {
  /frameworks/compile/libbcc/tools/bcc/
Main.cpp 245 if (err != llvm::errc::success) {
  /external/clang/lib/Frontend/
CompilerInstance.cpp 559 == llvm::errc::success) {
797 != llvm::errc::success) {
    [all...]

Completed in 313 milliseconds

12