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

/external/chromium_org/third_party/WebKit/Source/build/mac/
H A DPrefix.h24 * 3) the special trick to catch us using new or delete without including "config.h"
98 /* When C++ exceptions are disabled, the C++ library defines |try| and |catch|
101 * use |@try| and |@catch|. As a workaround, undefine these macros. */
104 #undef catch macro
/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
H A Dptw32_callUserDestroyRoutines.c194 catch (...) function
H A Dptw32_threadStart.c262 catch (ptw32_exception &) function
269 catch (...) function
290 catch (ptw32_exception_cancel &) function
297 catch (ptw32_exception_exit &) function
304 catch (...) function
H A Dpthread.h1306 * Redefine the C++ catch keyword to ensure that applications
1311 * WARNING: Replace any 'catch( ... )' with 'PtW32CatchAll'
1320 #pragma message(" Replace any 'catch( ... )' in routines called from POSIX threads")
1327 #pragma message(" catch(...)")
1337 catch( ptw32_exception & ) { throw; } \
1338 catch( ... )
1342 #define catch( E ) \ macro
1343 catch( ptw32_exception & ) { throw; } \
1344 catch( E )
/external/javasqlite/src/main/java/SQLite/JDBC2z/
H A DJDBCResultSet.java113 } catch (SQLException ee) {
122 } catch (SQLException e) { method
249 } catch (java.lang.Exception e) {
293 } catch (java.lang.Exception e) {
320 } catch (java.lang.Exception ee) {
326 } catch (java.lang.Exception ee) {
330 } catch (java.lang.Exception e) {
369 } catch (java.lang.Exception ee) {
375 } catch (java.lang.Exception ee) {
379 } catch (jav
[all...]
/external/clang/test/Preprocessor/
H A Dcxx_oper_keyword_ms_compat.cpp31 #define catch macro
116 catch
/external/mdnsresponder/mDNSShared/
H A DDebugServices.c1633 CaseErrorString( -1, "catch-all unknown error" );
2767 catch( ... ) function

Completed in 165 milliseconds