Home
last modified time | relevance | path

Searched refs:ECF_NOTHROW (Results 1 – 6 of 6) sorted by relevance

/openbsd/src/gnu/gcc/gcc/
Dtree.c6653 if (ecf_flags & ECF_NOTHROW) in local_define_builtin()
6681 "memcpy", ECF_NOTHROW); in build_common_builtin_nodes()
6684 "memmove", ECF_NOTHROW); in build_common_builtin_nodes()
6694 "memcmp", ECF_PURE | ECF_NOTHROW); in build_common_builtin_nodes()
6704 "memset", ECF_NOTHROW); in build_common_builtin_nodes()
6712 "alloca", ECF_NOTHROW | ECF_MALLOC); in build_common_builtin_nodes()
6721 "__builtin_init_trampoline", ECF_NOTHROW); in build_common_builtin_nodes()
6728 ECF_CONST | ECF_NOTHROW); in build_common_builtin_nodes()
6736 ECF_NORETURN | ECF_NOTHROW); in build_common_builtin_nodes()
6743 "__builtin_setjmp_setup", ECF_NOTHROW); in build_common_builtin_nodes()
[all …]
Dcalls.c380 if (ecf_flags & ECF_NOTHROW) in emit_call_1()
593 flags |= ECF_NOTHROW; in flags_from_decl_or_type()
1952 flags |= ECF_NOTHROW; in expand_call()
2299 && flag_exceptions && !(flags & ECF_NOTHROW)) in expand_call()
3317 flags = ECF_NOTHROW; in emit_library_call_value_1()
Dtree-eh.c2019 return (call_expr_flags (t) & ECF_NOTHROW) == 0; in tree_could_throw_p()
Dtree.h4433 #define ECF_NOTHROW 16 macro
/openbsd/src/gnu/usr.bin/gcc/gcc/
Dcalls.c167 #define ECF_NOTHROW 16 macro
618 if (ecf_flags & ECF_NOTHROW)
849 flags |= ECF_NOTHROW;
2246 flags |= ECF_NOTHROW;
3555 flags = ECF_NOTHROW;
DChangeLog.39735 (ECF_IS_CONST, ECF_NOTHROW, ECF_SIBCALL): New.