Searched refs:FRAMEINFO_TYPE (Results 1 – 9 of 9) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/ |
H A D | d-codegen.cc | 2209 tree type = FRAMEINFO_TYPE (get_frameinfo (fdoverride)); in get_frame_for_symbol() 2215 tree framefields = TYPE_FIELDS (FRAMEINFO_TYPE (ffo)); in get_frame_for_symbol() 2375 if (FRAMEINFO_TYPE (ffi)) in build_frame_type() 2376 return FRAMEINFO_TYPE (ffi); in build_frame_type() 2496 tree type = FRAMEINFO_TYPE (ffi); in build_closure() 2603 gcc_assert (FRAMEINFO_TYPE (ffo)); in get_frameinfo() 2607 gcc_assert (COMPLETE_TYPE_P (FRAMEINFO_TYPE (ffo))); in get_frameinfo() 2608 FRAMEINFO_TYPE (ffi) = FRAMEINFO_TYPE (ffo); in get_frameinfo() 2636 FRAMEINFO_TYPE (ffi) = build_frame_type (ffi, fd); in get_frameinfo() 2677 tree frame_type = FRAMEINFO_TYPE (get_frameinfo (outer)); in get_framedecl()
|
H A D | d-tree.h | 189 #define FRAMEINFO_TYPE(NODE) \ macro
|
H A D | decl.cc | 893 tree frame_type = FRAMEINFO_TYPE (get_frameinfo (d)); in visit() 1556 t = build_nop (build_pointer_type (FRAMEINFO_TYPE (ff)), t); in get_decl_tree()
|
H A D | d-lang.cc | 1694 print_node (file, "frame_type", FRAMEINFO_TYPE (node), indent + 4); in d_print_xnode()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/d/ |
H A D | d-codegen.cc | 2512 tree type = FRAMEINFO_TYPE (get_frameinfo (fdoverride)); in get_frame_for_symbol() 2518 tree framefields = TYPE_FIELDS (FRAMEINFO_TYPE (ffo)); in get_frame_for_symbol() 2660 if (FRAMEINFO_TYPE (ffi)) in build_frame_type() 2661 return FRAMEINFO_TYPE (ffi); in build_frame_type() 2785 tree type = FRAMEINFO_TYPE (ffi); in build_closure() 2896 gcc_assert (FRAMEINFO_TYPE (ffo)); in get_frameinfo() 2900 gcc_assert (COMPLETE_TYPE_P (FRAMEINFO_TYPE (ffo))); in get_frameinfo() 2901 FRAMEINFO_TYPE (ffi) = FRAMEINFO_TYPE (ffo); in get_frameinfo() 2929 FRAMEINFO_TYPE (ffi) = build_frame_type (ffi, fd); in get_frameinfo() 2962 tree frame_type = FRAMEINFO_TYPE (get_frameinfo (outer)); in get_framedecl()
|
H A D | d-tree.h | 196 #define FRAMEINFO_TYPE(NODE) \ macro
|
H A D | decl.cc | 170 tree frame_type = FRAMEINFO_TYPE (get_frameinfo (decl)); in get_fndecl_arguments() 1743 t = build_nop (build_pointer_type (FRAMEINFO_TYPE (ff)), t); in get_decl_tree()
|
H A D | d-lang.cc | 1815 print_node (file, "frame_type", FRAMEINFO_TYPE (node), indent + 4); in d_print_xnode()
|
H A D | ChangeLog-2016 | 232 (FRAMEINFO_TYPE): New macro accessor.
|