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

  /src/external/gpl3/gcc/dist/gcc/objc/
objc-runtime-hooks.h 90 tree (*build_throw_stmt) (location_t, tree, bool); member in struct:objc_runtime_hooks
objc-gnu-runtime-abi-01.cc 122 static tree build_throw_stmt (location_t, tree, bool);
177 rthooks->build_throw_stmt = build_throw_stmt;
2203 build_throw_stmt (location_t loc, tree throw_expr, bool rethrown ATTRIBUTE_UNUSED) function
objc-next-runtime-abi-01.cc 133 static tree build_throw_stmt (location_t, tree, bool);
178 rthooks->build_throw_stmt = build_throw_stmt;
2866 build_throw_stmt (location_t loc, tree throw_expr, bool rethrown ATTRIBUTE_UNUSED) function
  /src/external/gpl3/gcc.old/dist/gcc/objc/
objc-runtime-hooks.h 90 tree (*build_throw_stmt) (location_t, tree, bool); member in struct:objc_runtime_hooks
objc-gnu-runtime-abi-01.cc 122 static tree build_throw_stmt (location_t, tree, bool);
177 rthooks->build_throw_stmt = build_throw_stmt;
2200 build_throw_stmt (location_t loc, tree throw_expr, bool rethrown ATTRIBUTE_UNUSED) function
objc-next-runtime-abi-01.cc 133 static tree build_throw_stmt (location_t, tree, bool);
178 rthooks->build_throw_stmt = build_throw_stmt;
2863 build_throw_stmt (location_t loc, tree throw_expr, bool rethrown ATTRIBUTE_UNUSED) function

Completed in 22 milliseconds