Home
last modified time | relevance | path

Searched defs:TF_THROW (Results 1 – 5 of 5) sorted by relevance

/dports/misc/usd/USD-21.11/pxr/base/tf/
H A Dexception.h143 #define TF_THROW(Exception, Exception-ctor-args...) macro
144 #define TF_THROW(Exception, TfSkipCallerFrames, Exception-ctor-args...) macro
148 #define TF_THROW(Exception, ...) \ macro
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/bundled/taskflow-2.5.0/include/taskflow/core/
H A Derror.hpp25 #define TF_THROW(...) tf::throw_re(__FILE__, __LINE__, __VA_ARGS__); macro
/dports/devel/py-rapidfuzz/rapidfuzz-1.8.0/3rd-party/taskflow/taskflow/core/
H A Derror.hpp25 #define TF_THROW(...) tf::throw_re(__FILE__, __LINE__, __VA_ARGS__); macro
/dports/devel/taskflow/taskflow-3.2.0/taskflow/core/
H A Derror.hpp25 #define TF_THROW(...) tf::throw_re(__FILE__, __LINE__, __VA_ARGS__); macro
/dports/cad/opentimer/OpenTimer-18d28ff/ot/taskflow/error/
H A Derror.hpp105 #define TF_THROW(...) tf::throw_se(__FILE__, __LINE__, __VA_ARGS__); macro