Home
last modified time | relevance | path

Searched defs:exception (Results 1 – 10 of 10) sorted by relevance

/minix3/external/bsd/libc++/dist/libcxxrt/src/
H A Dstdexcept.cc34 exception::exception() throw() {} in exception() function in std::exception
36 exception::exception(const exception&) throw() {} in exception() function in std::exception
37 exception& exception::operator=(const exception&) throw() in operator =()
H A Dexception.cc234 class exception class
626 static void releaseException(__cxa_exception *exception) in releaseException()
/minix3/external/bsd/llvm/dist/clang/test/CodeGenCXX/
H A Dweak-external.cpp37 class _LIBCPP_EXCEPTION_ABI exception class
40 _LIBCPP_INLINE_VISIBILITY exception() _NOEXCEPT {} in exception() function in std::exception
H A D2006-03-06-C++RecurseCrash.cpp3 class exception { }; class
/minix3/include/
H A Dmath.h181 struct exception { struct
182 int type;
183 const char *name;
184 double arg1;
185 double arg2;
186 double retval;
/minix3/external/bsd/llvm/dist/clang/test/SemaTemplate/
H A Dinstantiate-try-catch.cpp23 void exception() { in exception() function in PR10232::Templated
/minix3/external/bsd/bind/dist/lib/isc/tests/
H A Dregex_test.c46 int exception; /* regcomp accepts but is disallowed. */ in ATF_TC_BODY() member
/minix3/external/bsd/llvm/dist/clang/test/SemaObjC/
H A Darc-property.m61 @property (strong) id exception; property
/minix3/bin/sh/
H A Derror.c69 int exception; variable
/minix3/external/bsd/llvm/dist/llvm/examples/ExceptionDemo/
H A DExceptionDemo.cpp1474 llvm::Value *exception = builder.CreateCall(createOurException, in createThrowExceptionFunction() local