HomeSort by: relevance | last modified time | path
    Searched defs:objc2_begin_catch_decl (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/objc/
objc-next-runtime-abi-02.cc 180 #define objc2_begin_catch_decl objc_v2_global_trees[OCTI_V2_BEGIN_CATCH_DECL] macro
523 objc2_begin_catch_decl = add_builtin_function ("objc_begin_catch",
526 TREE_NOTHROW (objc2_begin_catch_decl) = 0;
3922 t = build_function_call (input_location, objc2_begin_catch_decl,
  /src/external/gpl3/gcc.old/dist/gcc/objc/
objc-next-runtime-abi-02.cc 180 #define objc2_begin_catch_decl objc_v2_global_trees[OCTI_V2_BEGIN_CATCH_DECL] macro
523 objc2_begin_catch_decl = add_builtin_function ("objc_begin_catch",
526 TREE_NOTHROW (objc2_begin_catch_decl) = 0;
3919 t = build_function_call (input_location, objc2_begin_catch_decl,

Completed in 24 milliseconds