Home
last modified time | relevance | path

Searched refs:throw_err (Results 1 – 10 of 10) sorted by relevance

/dports/devel/juce/JUCE-f37e9a1/modules/juce_audio_plugin_client/AU/CoreAudioUtilityClasses/
H A DComponentBase.h95 #define COMPONENT_THROW(throw_err) \ argument
96 do { DebugMessage(#throw_err); throw static_cast<OSStatus>(throw_err); } while (0)
98 #define COMPONENT_THROW(throw_err) \ argument
99 throw static_cast<OSStatus>(throw_err)
/dports/audio/faust/faust-2.37.3/architecture/AU/AUPublic/AUBase/
H A DComponentBase.h95 #define COMPONENT_THROW(throw_err) \ argument
96 do { DebugMessage(#throw_err); throw static_cast<OSStatus>(throw_err); } while (0)
98 #define COMPONENT_THROW(throw_err) \ argument
99 throw static_cast<OSStatus>(throw_err)
/dports/audio/ardour6/Ardour-6.8.0/libs/appleutility/CoreAudio/AudioUnits/AUPublic/AUBase/
H A DComponentBase.h95 #define COMPONENT_THROW(throw_err) \ argument
96 do { DebugMessage(#throw_err); throw static_cast<OSStatus>(throw_err); } while (0)
98 #define COMPONENT_THROW(throw_err) \ argument
99 throw static_cast<OSStatus>(throw_err)
/dports/audio/surge-synthesizer-lv2/surge-release_1.9.0/libs/AUPublic/
H A DComponentBase.h57 #define COMPONENT_THROW(throw_err) \ argument
58 do { DebugMessage(#throw_err); throw static_cast<OSStatus>(throw_err); } while (0)
60 #define COMPONENT_THROW(throw_err) \ argument
61 throw static_cast<OSStatus>(throw_err)
/dports/science/cantera/cantera-2.5.1-611-gc4d6ecc15/src/kinetics/
H A DKinetics.cpp96 std::pair<size_t, size_t> Kinetics::checkDuplicates(bool throw_err) const in checkDuplicates()
192 if (throw_err) { in checkDuplicates()
206 if (throw_err) { in checkDuplicates()
/dports/misc/py-cinder/cinder-12.0.10/cinder/volume/drivers/
H A Dhgst.py253 throw_err = False
260 throw_err = True
265 if throw_err:
/dports/science/cantera/cantera-2.5.1-611-gc4d6ecc15/include/cantera/kinetics/
H A DKinetics.h856 virtual std::pair<size_t, size_t> checkDuplicates(bool throw_err=true) const;
/dports/devel/libslang2/slang-2.3.2/modules/
H A Dsocket-module.c172 static int perform_connect (int fd, struct sockaddr *addr, unsigned int len, int throw_err) in perform_connect() argument
187 if (throw_err) in perform_connect()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/include/util/bitset/
H A Dbmserial.h4456 goto throw_err; in deserialize()
4498 goto throw_err; in deserialize()
4560 throw_err: in deserialize()
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/include/util/bitset/
H A Dbmserial.h4456 goto throw_err; in deserialize()
4498 goto throw_err; in deserialize()
4560 throw_err: in deserialize()