Home
last modified time | relevance | path

Searched defs:fntype (Results 1 – 25 of 254) sorted by relevance

1234567891011

/netbsd/external/gpl3/gcc/dist/gcc/config/pru/
H A Dpru-passes.c104 chk_function_decl (const_tree fntype, location_t call_location) in chk_function_decl()
193 const_tree fntype = TREE_TYPE (fun->decl); in execute() local
H A Dpru-passes.cc104 chk_function_decl (const_tree fntype, location_t call_location) in chk_function_decl()
193 const_tree fntype = TREE_TYPE (fun->decl); in execute() local
/netbsd/external/gpl3/gcc.old/dist/gcc/config/pru/
H A Dpru-passes.c104 chk_function_decl (const_tree fntype, location_t call_location) in chk_function_decl()
193 const_tree fntype = TREE_TYPE (fun->decl); in execute() local
/netbsd/external/gpl3/gcc/dist/libsanitizer/asan/
H A Dasan_win_dll_thunk.cc113 typedef void (*fntype)(); in asan_dll_thunk_init() typedef
/netbsd/sys/external/bsd/compiler_rt/dist/lib/asan/
H A Dasan_win_dll_thunk.cc116 typedef void (*fntype)(); in asan_dll_thunk_init() typedef
/netbsd/external/gpl3/gcc.old/dist/libsanitizer/asan/
H A Dasan_win_dll_thunk.cc113 typedef void (*fntype)(); in asan_dll_thunk_init() typedef
/netbsd/external/gpl3/gcc/dist/gcc/cp/
H A Dexcept.c150 tree fntype = TREE_TYPE (fn); in verify_library_fn() local
195 tree fntype = NULL_TREE; in declare_library_fn() local
678 tree fntype = NULL_TREE; in build_throw() local
855 tree fntype in build_throw() local
/netbsd/external/gpl3/gcc.old/dist/gcc/cp/
H A Dexcept.c150 tree fntype = TREE_TYPE (fn); in verify_library_fn() local
195 tree fntype = NULL_TREE; in declare_library_fn() local
678 tree fntype = NULL_TREE; in build_throw() local
855 tree fntype in build_throw() local
/netbsd/external/gpl3/gcc/dist/gcc/
H A Dfunction-tests.c131 tree fntype = TREE_TYPE (fndecl); in test_fndecl_int_void() local
171 tree fntype = TREE_TYPE (fndecl); in test_fndecl_float_intchar() local
H A Dfunction-tests.cc132 tree fntype = TREE_TYPE (fndecl); in test_fndecl_int_void() local
172 tree fntype = TREE_TYPE (fndecl); in test_fndecl_float_intchar() local
H A Dtree-ssa-uninit.cc340 tree fntype = TREE_TYPE (fndecl); in builtin_call_nomodifying_p() local
402 tree fntype = TREE_TYPE (fndecl); in maybe_warn_read_write_only() local
764 tree fntype = gimple_call_fntype (stmt); in maybe_warn_pass_by_reference() local
H A Dcalls.c1370 tree fntype = fn ? TREE_TYPE (fn) : TREE_TYPE (TREE_TYPE (exp)); in maybe_warn_alloc_args_overflow() local
1880 init_attr_rdwr_indices (rdwr_map *rwm, tree fntype) in init_attr_rdwr_indices()
1936 fntype_argno_type (tree fntype, unsigned argno) in fntype_argno_type()
1985 maybe_warn_rdwr_sizes (rdwr_map *rwm, tree fndecl, tree fntype, tree exp) in maybe_warn_rdwr_sizes()
2197 tree fndecl, tree fntype, in initialize_argument_information()
3608 tree fntype; in expand_call() local
H A Dgimple-ssa-warn-access.cc2236 tree fntype = fn ? TREE_TYPE (fn) : gimple_call_fntype (stmt); in maybe_warn_alloc_args_overflow() local
2425 tree fntype = gimple_call_fntype (stmt); in check_alloc_size_call() local
3275 fntype_argno_type (tree fntype, unsigned argno) in fntype_argno_type()
3310 pass_waccess::maybe_check_access_sizes (rdwr_map *rwm, tree fndecl, tree fntype, in maybe_check_access_sizes()
3603 tree fntype = gimple_call_fntype (stmt); in check_call_access() local
3999 tree fntype = gimple_call_fntype (stmt); in get_realloc_lhs() local
H A Dcoroutine-passes.cc136 tree fntype = TREE_TYPE (decl); in lower_coro_builtin() local
/netbsd/external/gpl3/gcc.old/dist/gcc/
H A Dfunction-tests.c131 tree fntype = TREE_TYPE (fndecl); in test_fndecl_int_void() local
171 tree fntype = TREE_TYPE (fndecl); in test_fndecl_float_intchar() local
H A Dcalls.c1370 tree fntype = fn ? TREE_TYPE (fn) : TREE_TYPE (TREE_TYPE (exp)); in maybe_warn_alloc_args_overflow() local
1880 init_attr_rdwr_indices (rdwr_map *rwm, tree fntype) in init_attr_rdwr_indices()
1936 fntype_argno_type (tree fntype, unsigned argno) in fntype_argno_type()
1985 maybe_warn_rdwr_sizes (rdwr_map *rwm, tree fndecl, tree fntype, tree exp) in maybe_warn_rdwr_sizes()
2197 tree fndecl, tree fntype, in initialize_argument_information()
3608 tree fntype; in expand_call() local
H A Dcoroutine-passes.cc136 tree fntype = TREE_TYPE (decl); in lower_coro_builtin() local
/netbsd/external/gpl3/gcc/dist/gcc/c/
H A Dc-aux-info.c105 gen_formal_list_for_type (tree fntype, formals_style style) in gen_formal_list_for_type()
H A Dc-aux-info.cc105 gen_formal_list_for_type (tree fntype, formals_style style) in gen_formal_list_for_type()
/netbsd/external/gpl3/gcc.old/dist/gcc/c/
H A Dc-aux-info.c105 gen_formal_list_for_type (tree fntype, formals_style style) in gen_formal_list_for_type()
/netbsd/external/gpl3/gcc/dist/gcc/config/rs6000/
H A Drs6000-c.cc872 altivec_build_resolved_builtin (tree *args, int n, tree fntype, tree ret_type, in altivec_build_resolved_builtin()
1693 tree fntype = rs6000_builtin_info[inst->bifid].fntype; in find_instance() local
1997 tree fntype = rs6000_builtin_info[instance->bifid].fntype; in altivec_resolve_overloaded_builtin() local
/netbsd/external/gpl3/gcc.old/dist/gcc/d/
H A Dtypes.cc708 tree fntype; in visit() local
788 tree fntype = build_ctype (t->next); in visit() local
H A Druntime.cc220 tree fntype; in build_libcall_decl() local
/netbsd/external/gpl3/gcc/dist/gcc/d/
H A Druntime.cc225 tree fntype; in build_libcall_decl() local
H A Dtypes.cc841 tree fntype; in visit() local
933 tree fntype = build_ctype (t->next); in visit() local

1234567891011