Home
last modified time | relevance | path

Searched refs:cxx_sizeof (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Doptimize.cc136 tree virtual_size = cxx_sizeof (current_class_type); in build_delete_destructor_body()
H A DChangeLog-20022181 (cxx_sizeof): Adjust definition.
2204 (expr_sizeof): Use cxx_sizeof.
2206 * decl.c (finish_destructor_body): Use cxx_sizeof.
2209 * cp-tree.h (cxx_sizeof, cxx_alignof): New macros.
H A Dcp-tree.h8094 #define cxx_sizeof(T) cxx_sizeof_or_alignof_type (input_location, T, SIZEOF_EXPR, false, true) macro
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Doptimize.c137 tree virtual_size = cxx_sizeof (current_class_type); in build_delete_destructor_body()
H A Dcp-tree.h7680 #define cxx_sizeof(T) cxx_sizeof_or_alignof_type (input_location, T, SIZEOF_EXPR, false, true) macro