Home
last modified time | relevance | path

Searched defs:_exception (Results 1 – 25 of 950) sorted by relevance

12345678910>>...38

/dports/devel/sope2/SOPE/sope-core/NGStreams/NGStreams/
H A DNGStreamExceptions.h40 static inline BOOL NGIsIOException(NSException *_exception) { in NGIsIOException()
66 static inline BOOL NGIsStreamException(NSException *_exception) { in NGIsStreamException()
91 static inline BOOL NGIsEndOfStreamException(NSException *_exception) { in NGIsEndOfStreamException()
112 static inline BOOL NGIsStreamNotOpenException(NSException *_exception) { in NGIsStreamNotOpenException()
132 static inline BOOL NGIsStreamErrorException(NSException *_exception) { in NGIsStreamErrorException()
145 static inline BOOL NGIsStreamReadErrorException(NSException *_exception) { in NGIsStreamReadErrorException()
148 static inline BOOL NGIsStreamWriteErrorException(NSException *_exception) { in NGIsStreamWriteErrorException()
151 static inline BOOL NGIsStreamSeekErrorException(NSException *_exception) { in NGIsStreamSeekErrorException()
176 static inline BOOL NGIsStreamModeException(NSException *_exception) { in NGIsStreamModeException()
182 static inline BOOL NGIsReadOnlyStreamException(NSException *_exception) { in NGIsReadOnlyStreamException()
[all …]
/dports/devel/sope/SOPE/sope-core/NGStreams/NGStreams/
H A DNGStreamExceptions.h40 static inline BOOL NGIsIOException(NSException *_exception) { in NGIsIOException()
66 static inline BOOL NGIsStreamException(NSException *_exception) { in NGIsStreamException()
91 static inline BOOL NGIsEndOfStreamException(NSException *_exception) { in NGIsEndOfStreamException()
112 static inline BOOL NGIsStreamNotOpenException(NSException *_exception) { in NGIsStreamNotOpenException()
132 static inline BOOL NGIsStreamErrorException(NSException *_exception) { in NGIsStreamErrorException()
145 static inline BOOL NGIsStreamReadErrorException(NSException *_exception) { in NGIsStreamReadErrorException()
148 static inline BOOL NGIsStreamWriteErrorException(NSException *_exception) { in NGIsStreamWriteErrorException()
151 static inline BOOL NGIsStreamSeekErrorException(NSException *_exception) { in NGIsStreamSeekErrorException()
176 static inline BOOL NGIsStreamModeException(NSException *_exception) { in NGIsStreamModeException()
182 static inline BOOL NGIsReadOnlyStreamException(NSException *_exception) { in NGIsReadOnlyStreamException()
[all …]
/dports/lang/solidity/solidity_0.8.11/solc/
H A Dmain.cpp67 catch (smtutil::SMTLogicError const& _exception) in main() local
73 catch (langutil::UnimplementedFeatureError const& _exception) in main() local
79 catch (langutil::InternalCompilerError const& _exception) in main() local
85 catch (boost::exception const& _exception) in main() local
91 catch (std::exception const& _exception) in main() local
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/libjava/include/
H A Ddwarf2-signal.h33 #define MAKE_THROW_FRAME(_exception) \ argument
47 #define MAKE_THROW_FRAME(_exception) \ argument
66 #define MAKE_THROW_FRAME(_exception) \ argument
94 #define MAKE_THROW_FRAME(_exception) \ argument
117 #define MAKE_THROW_FRAME(_exception) \ argument
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/libjava/include/
H A Ddwarf2-signal.h33 #define MAKE_THROW_FRAME(_exception) \ argument
47 #define MAKE_THROW_FRAME(_exception) \ argument
66 #define MAKE_THROW_FRAME(_exception) \ argument
94 #define MAKE_THROW_FRAME(_exception) \ argument
117 #define MAKE_THROW_FRAME(_exception) \ argument
/dports/textproc/gdome2/gdome2-0.8.1/test/apigen/
H A Dsrcutil.h40 struct _exception { struct
55 struct _exception exceptions[]); argument
/dports/devel/quantum/quantum-2.2/quantum/
H A Dquantum_shared_state.h95 std::exception_ptr _exception; variable
152 std::exception_ptr _exception; variable
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Runtime.Serialization/Test/System.Runtime.Serialization/
H A DExceptions.cs60 public SerializableExceptionState (object _exception) { in SerializableExceptionState()
66 public void CompleteDeserialization (object _exception) { in CompleteDeserialization()
/dports/devel/php-ice37/ice-3.7.2/python/modules/IcePy/
H A DOperation.h84 PyObject* _exception; variable
130 PyObject* _exception; variable
/dports/devel/ice37/ice-3.7.2/python/modules/IcePy/
H A DOperation.h84 PyObject* _exception; variable
130 PyObject* _exception; variable
/dports/devel/py-ice37/ice-3.7.2/python/modules/IcePy/
H A DOperation.h84 PyObject* _exception; variable
130 PyObject* _exception; variable
/dports/lang/solidity/solidity_0.8.11/libsolidity/interface/
H A DStandardCompiler.cpp116 util::Exception const& _exception, in formatErrorWithException()
1133 catch (FatalError const& _exception) in compileSolidity() local
1142 catch (CompilerError const& _exception) in compileSolidity() local
1153 catch (InternalCompilerError const& _exception) in compileSolidity() local
1175 catch (yul::YulException const& _exception) in compileSolidity() local
1186 catch (smtutil::SMTLogicError const& _exception) in compileSolidity() local
1197 catch (util::Exception const& _exception) in compileSolidity() local
1206 catch (std::exception const& _exception) in compileSolidity() local
1525 catch (Json::LogicError const& _exception) in compile() local
1529 catch (Json::RuntimeError const& _exception) in compile() local
[all …]
/dports/lang/solidity/solidity_0.8.11/tools/solidityUpgrade/
H A DSourceUpgrade.cpp157 catch (po::error const& _exception) in parseArguments() local
305 catch (Exception const& _exception) in tryCompile() local
309 catch (std::exception const& _exception) in tryCompile() local
514 catch (Exception const& _exception) in fileReader() local
/dports/graphics/blender/blender-2.91.0/source/blender/freestyle/intern/system/
H A DException.cpp26 Exception::exception_type Exception::_exception = Exception::NO_EXCEPTION; member in Freestyle::Exception
/dports/devel/upp/upp/bazaar/plugin/tcc/include/
H A Dmath.h122 struct _exception struct
124 int type;
125 char *name;
126 double arg1;
127 double arg2;
128 double retval;
/dports/lang/mono/mono-5.10.1.57/external/rx/Rx/NET/Source/System.Reactive.Linq/Reactive/Linq/Observable/
H A DForEach.cs16 private Exception _exception; field in System.Reactive.Linq.ObservableImpl.ForEach._
71 private Exception _exception; field in System.Reactive.Linq.ObservableImpl.ForEach.ForEachImpl
/dports/lang/gnustep-base/libs-base-base-1_27_0/Headers/Foundation/
H A DNSInvocationOperation.h43 NSException *_exception; variable
/dports/devel/php-ice37/ice-3.7.2/cpp/test/Ice/interceptor/
H A DAMDInterceptorI.h30 IceInternal::UniquePtr<IceUtil::Exception> _exception; variable
/dports/devel/ice37/ice-3.7.2/cpp/test/Ice/interceptor/
H A DAMDInterceptorI.h30 IceInternal::UniquePtr<IceUtil::Exception> _exception; variable
/dports/devel/py-ice37/ice-3.7.2/cpp/test/Ice/interceptor/
H A DAMDInterceptorI.h30 IceInternal::UniquePtr<IceUtil::Exception> _exception; variable
/dports/lang/solidity/solidity_0.8.11/test/tools/
H A Dyulopti.cpp350 catch (po::error const& _exception) in main() local
355 catch (FileNotFound const& _exception) in main() local
360 catch (NotAFile const& _exception) in main() local
/dports/emulators/qemu42/qemu-4.2.1/roms/u-boot/arch/nios2/cpu/
H A Dexceptions.S19 _exception: label
/dports/emulators/qemu-utils/qemu-4.2.1/roms/u-boot-sam460ex/arch/nios2/cpu/
H A Dexceptions.S36 _exception: label
/dports/emulators/qemu5/qemu-5.2.0/roms/u-boot-sam460ex/arch/nios2/cpu/
H A Dexceptions.S36 _exception: label
/dports/emulators/qemu5/qemu-5.2.0/roms/u-boot/arch/nios2/cpu/
H A Dexceptions.S19 _exception: label

12345678910>>...38