Searched refs:cxx_sizeof (Results 1 – 5 of 5) sorted by relevance
136 tree virtual_size = cxx_sizeof (current_class_type); in build_delete_destructor_body()
2181 (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.
8094 #define cxx_sizeof(T) cxx_sizeof_or_alignof_type (input_location, T, SIZEOF_EXPR, false, true) macro
137 tree virtual_size = cxx_sizeof (current_class_type); in build_delete_destructor_body()
7680 #define cxx_sizeof(T) cxx_sizeof_or_alignof_type (input_location, T, SIZEOF_EXPR, false, true) macro