Searched refs:BT_FN_VOID (Results 1 – 12 of 12) sorted by relevance
| /dflybsd-src/contrib/gcc-4.7/gcc/ |
| H A D | omp-builtins.def | 33 BT_FN_VOID, ATTR_NOTHROW_LEAF_LIST) 35 BT_FN_VOID, ATTR_NOTHROW_LEAF_LIST) 37 BT_FN_VOID, ATTR_NOTHROW_LEAF_LIST) 39 BT_FN_VOID, ATTR_NOTHROW_LEAF_LIST) 41 BT_FN_VOID, ATTR_NOTHROW_LEAF_LIST) 43 BT_FN_VOID, ATTR_NOTHROW_LEAF_LIST) 45 BT_FN_VOID, ATTR_NOTHROW_LEAF_LIST) 179 BT_FN_VOID, ATTR_NOTHROW_LEAF_LIST) 181 BT_FN_VOID, ATTR_NOTHROW_LEAF_LIST) 183 BT_FN_VOID, ATTR_NOTHROW_LEAF_LIST) [all …]
|
| H A D | gtm-builtins.def | 5 BT_FN_VOID, ATTR_TM_NOTHROW_LIST)
|
| H A D | builtins.def | 625 DEF_LIB_BUILTIN (BUILT_IN_ABORT, "abort", BT_FN_VOID, ATTR_NORETURN_NOTHROW_LEAF_LIST) 729 DEF_GCC_BUILTIN (BUILT_IN_TRAP, "trap", BT_FN_VOID, ATTR_NORETURN_NOTHROW_LEAF_LIST) 730 DEF_GCC_BUILTIN (BUILT_IN_UNREACHABLE, "unreachable", BT_FN_VOID, ATTR_NORETURN_NOTHROW_LEAF… 731 DEF_GCC_BUILTIN (BUILT_IN_UNWIND_INIT, "unwind_init", BT_FN_VOID, ATTR_NULL)
|
| H A D | sync-builtins.def | 258 BT_FN_VOID, ATTR_NOTHROW_LEAF_LIST)
|
| H A D | builtin-types.def | 139 DEF_FUNCTION_TYPE_0 (BT_FN_VOID, BT_VOID)
|
| /dflybsd-src/contrib/gcc-8.0/gcc/ |
| H A D | omp-builtins.def | 37 BT_FN_VOID, ATTR_NOTHROW_LIST) 64 BT_FN_VOID, ATTR_NOTHROW_LEAF_LIST) 66 BT_FN_VOID, ATTR_NOTHROW_LEAF_LIST) 68 BT_FN_VOID, ATTR_NOTHROW_LEAF_LIST) 72 BT_FN_VOID, ATTR_NOTHROW_LEAF_LIST) 74 BT_FN_VOID, ATTR_NOTHROW_LEAF_LIST) 76 BT_FN_VOID, ATTR_NOTHROW_LEAF_LIST) 78 BT_FN_VOID, ATTR_NOTHROW_LEAF_LIST) 84 BT_FN_VOID, ATTR_NOTHROW_LEAF_LIST) 86 BT_FN_VOID, ATTR_NOTHROW_LEAF_LIST) [all …]
|
| H A D | sanitizer.def | 35 BT_FN_VOID, ATTR_NOTHROW_LEAF_LIST) 38 BT_FN_VOID, ATTR_NOTHROW_LEAF_LIST) 161 BT_FN_VOID, ATTR_TMPURE_NOTHROW_LEAF_LIST) 167 BT_FN_VOID, ATTR_NOTHROW_LEAF_LIST) 185 BT_FN_VOID, ATTR_NOTHROW_LEAF_LIST) 551 BT_FN_VOID, ATTR_NOTHROW_LEAF_LIST)
|
| H A D | gtm-builtins.def | 5 BT_FN_VOID, ATTR_TM_NOTHROW_LIST)
|
| H A D | builtins.def | 830 DEF_LIB_BUILTIN (BUILT_IN_ABORT, "abort", BT_FN_VOID, ATTR_TMPURE_NORETURN_NOTHROW_LEAF_COLD… 936 DEF_GCC_BUILTIN (BUILT_IN_TRAP, "trap", BT_FN_VOID, ATTR_NORETURN_NOTHROW_LEAF_COLD_LIST) 937 DEF_GCC_BUILTIN (BUILT_IN_UNREACHABLE, "unreachable", BT_FN_VOID, ATTR_CONST_NORETURN_NOTHRO… 938 DEF_GCC_BUILTIN (BUILT_IN_UNWIND_INIT, "unwind_init", BT_FN_VOID, ATTR_NULL)
|
| H A D | sync-builtins.def | 258 BT_FN_VOID, ATTR_NOTHROWCALL_LEAF_LIST)
|
| H A D | builtin-types.def | 170 DEF_FUNCTION_TYPE_0 (BT_FN_VOID, BT_VOID)
|
| H A D | asan.c | 2706 tree BT_FN_VOID = build_function_type_list (void_type_node, NULL_TREE); in initialize_sanitizer_builtins() local
|