Searched refs:cxx_sizeof_nowarn (Results 1 – 10 of 10) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
H A D | init.c | 4965 cxx_sizeof_nowarn (type), in build_delete() 4982 cxx_sizeof_nowarn (type), in build_delete() 4999 build_op_delete_call (DELETE_EXPR, addr, cxx_sizeof_nowarn (type), in build_delete()
|
H A D | typeck.c | 1768 cxx_sizeof_nowarn (tree type) in cxx_sizeof_nowarn() function 6728 inc = cxx_sizeof_nowarn (TREE_TYPE (argtype)); in cp_build_unary_op()
|
H A D | cp-tree.h | 7566 extern tree cxx_sizeof_nowarn (tree);
|
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
H A D | init.cc | 5120 cxx_sizeof_nowarn (type), in build_delete() 5137 cxx_sizeof_nowarn (type), in build_delete() 5154 build_op_delete_call (DELETE_EXPR, addr, cxx_sizeof_nowarn (type), in build_delete()
|
H A D | ChangeLog-2002 | 2179 * cp-tree.h (cxx_sizeof_nowarn): Now a macro. 2183 * init.c (build_delete): Use cxx_sizeof_nowarn to reflect reality. 2187 (build_unary_op): Use cxx_sizeof_nowarn.
|
H A D | ChangeLog-2008 | 2218 (cxx_sizeof_nowarn): New; used to be a macro. 2354 (cxx_sizeof_nowarn): Remove macro; add function declaration.
|
H A D | typeck.cc | 1942 cxx_sizeof_nowarn (tree type) in cxx_sizeof_nowarn() function 7243 inc = cxx_sizeof_nowarn (TREE_TYPE (argtype)); in cp_build_unary_op()
|
H A D | cp-tree.h | 7976 extern tree cxx_sizeof_nowarn (tree);
|
H A D | ChangeLog-2013 | 3296 (cxx_sizeof_nowarn): Likewise.
|
H A D | ChangeLog-2018 | 3256 (cxx_sizeof_expr, cxx_sizeof_nowarn, cxx_alignas_expr)
|