Home
last modified time | relevance | path

Searched refs:FRAMEINFO_TYPE (Results 1 – 9 of 9) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/
H A Dd-codegen.cc2209 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 Dd-tree.h189 #define FRAMEINFO_TYPE(NODE) \ macro
H A Ddecl.cc893 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 Dd-lang.cc1694 print_node (file, "frame_type", FRAMEINFO_TYPE (node), indent + 4); in d_print_xnode()
/netbsd-src/external/gpl3/gcc/dist/gcc/d/
H A Dd-codegen.cc2512 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 Dd-tree.h196 #define FRAMEINFO_TYPE(NODE) \ macro
H A Ddecl.cc170 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 Dd-lang.cc1815 print_node (file, "frame_type", FRAMEINFO_TYPE (node), indent + 4); in d_print_xnode()
H A DChangeLog-2016232 (FRAMEINFO_TYPE): New macro accessor.