Searched refs:throw_expr (Results 1 - 1 of 1) sorted by relevance

/openbsd-current/gnu/gcc/gcc/objc/
H A Dobjc-act.c3906 objc_build_throw_stmt (tree throw_expr)
3912 if (throw_expr == NULL)
3925 throw_expr = objc_build_exc_ptr ();
3930 args = tree_cons (NULL, throw_expr, NULL);
3900 objc_build_throw_stmt(tree throw_expr) argument

Completed in 122 milliseconds