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

/haiku-buildtools/legacy/gcc/gcc/ch/
H A Dexcept.c128 static tree exception_stack_decl = 0; variable
429 exception_stack_decl));
430 expand_expr_stmt (build_chill_modify_expr (exception_stack_decl,
450 = build_chill_modify_expr (exception_stack_decl,
585 exception_stack_decl =
589 TREE_STATIC (exception_stack_decl) = 1;
590 TREE_PUBLIC (exception_stack_decl) = 1;
591 DECL_EXTERNAL (exception_stack_decl) = 1;
593 pushdecl(exception_stack_decl);
594 make_decl_rtl (exception_stack_decl, NULL_PT
[all...]

Completed in 37 milliseconds