Searched defs:exception (Results 1 – 10 of 10) sorted by relevance
34 exception::exception() throw() {} in exception() function in std::exception36 exception::exception(const exception&) throw() {} in exception() function in std::exception37 exception& exception::operator=(const exception&) throw() in operator =()
234 class exception class626 static void releaseException(__cxa_exception *exception) in releaseException()
37 class _LIBCPP_EXCEPTION_ABI exception class40 _LIBCPP_INLINE_VISIBILITY exception() _NOEXCEPT {} in exception() function in std::exception
3 class exception { }; class
181 struct exception { struct182 int type;183 const char *name;184 double arg1;185 double arg2;186 double retval;
23 void exception() { in exception() function in PR10232::Templated
46 int exception; /* regcomp accepts but is disallowed. */ in ATF_TC_BODY() member
61 @property (strong) id exception; property
69 int exception; variable
1474 llvm::Value *exception = builder.CreateCall(createOurException, in createThrowExceptionFunction() local