Searched refs:invalid_argument (Results 1 - 11 of 11) sorted by relevance

/freebsd-10.0-release/contrib/libstdc++/src/
H A Dstdexcept.cc51 invalid_argument::invalid_argument(const string& __arg) function in class:invalid_argument
H A Dfunctexcept.cc72 { throw invalid_argument(_(__s)); }
/freebsd-10.0-release/contrib/llvm/lib/Object/
H A DError.cpp51 return errc::invalid_argument;
H A DBinary.cpp47 return make_error_code(errc::invalid_argument);
/freebsd-10.0-release/contrib/llvm/tools/llvm-readobj/
H A DError.cpp54 return errc::invalid_argument;
/freebsd-10.0-release/contrib/libstdc++/include/std/
H A Dstd_stdexcept.h80 class invalid_argument : public logic_error class in inherits:logic_error
83 explicit invalid_argument(const string& __arg);
/freebsd-10.0-release/contrib/llvm/lib/Support/Windows/
H A Dsystem_error.inc77 MAP_ERR_TO_COND(ERROR_DIRECTORY, invalid_argument);
86 MAP_ERR_TO_COND(ERROR_INVALID_HANDLE, invalid_argument);
87 MAP_ERR_TO_COND(ERROR_INVALID_NAME, invalid_argument);
90 MAP_ERR_TO_COND(ERROR_NEGATIVE_SEEK, invalid_argument);
123 MAP_ERR_TO_COND(WSAEINVAL, invalid_argument);
/freebsd-10.0-release/contrib/libc++/src/
H A Dstdexcept.cpp186 invalid_argument::~invalid_argument() _NOEXCEPT {}
H A Dstring.cpp54 throw_helper<invalid_argument>(func + ": no conversion");
/freebsd-10.0-release/contrib/llvm/include/llvm/Support/
H A Dsystem_error.h154 invalid_argument, // EINVAL
522 invalid_argument = EINVAL, enumerator in enum:llvm::errc::_
/freebsd-10.0-release/contrib/llvm/lib/Support/
H A DYAMLTraits.cpp271 EC = make_error_code(errc::invalid_argument);

Completed in 187 milliseconds