Searched defs:Catch (Results 1 - 2 of 2) 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
103 are used by a Try/Catch statement. It does no harm to initialize
107 Try/Catch statement.
111 Catch (expression) statement
113 The Try/Catch/Throw macros are capitalized in order to avoid
117 A Try/Catch statement has a syntax similar to an if/else statement,
122 the else clause is optional, the Catch clause is required. The
127 If a Throw that uses the same exception context as the Try/Catch is
130 Try/Catch statemen
226 #define Catch macro
[all...]
H A DPngFile.c264 Catch (msg) function
378 Catch (msg) function

Completed in 42 milliseconds