Searched defs:Throw (Results 1 - 1 of 1) sorted by relevance

/vbox/src/libs/libpng-1.2.8/contrib/visupng/
H A Dcexcept.h64 The Try/Catch and Throw statements (described below) implicitly
92 Try/Catch/Throw macros, so it shouldn't be expensive or have side
113 The Try/Catch/Throw macros are capitalized in order to avoid
127 If a Throw that uses the same exception context as the Try/Catch is
132 such Throw is executed, then the assignment is not performed, and
146 from a Try clause, it will suffice to use Throw, and then return
158 Throw expression;
160 A Throw statement is very much like a return statement, except that
162 where the current function was called, Throw jumps back to the Catch
238 #define Throw \ macro
[all...]

Completed in 46 milliseconds