HomeSort by relevance Sort by last modified time
    Searched refs:invalid_argument (Results 76 - 84 of 84) sorted by null

1 2 34

  /frameworks/compile/libbcc/lib/Support/
FileBase.cpp 157 mError.assign(llvm::errc::invalid_argument, llvm::posix_category());
  /external/oprofile/libpp/
profile_spec.cpp 79 throw invalid_argument("profile_spec::parse(): not "
518 throw invalid_argument(os.str());
  /external/oprofile/pp/
common_option.cpp 209 catch (invalid_argument const & e) {
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/diagnostics/syserr/
errc.pass.cpp 46 static_assert(static_cast<int>(std::errc::invalid_argument) == EINVAL, "");
  /external/llvm/include/llvm/Support/
system_error.h 154 invalid_argument, // EINVAL
522 invalid_argument = EINVAL, enumerator in enum:llvm::errc::_
  /external/llvm/lib/Support/
YAMLTraits.cpp 271 EC = make_error_code(errc::invalid_argument);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
string.cpp 54 throw_helper<invalid_argument>(func + ": no conversion");
  /external/chromium_org/v8/src/
messages.js 109 invalid_argument: ["invalid_argument"],
    [all...]
  /external/clang/lib/Format/
Format.cpp 282 return llvm::make_error_code(llvm::errc::invalid_argument);
    [all...]

Completed in 702 milliseconds

1 2 34