Home
last modified time | relevance | path

Searched refs:cxx_sizeof_nowarn (Results 1 – 10 of 10) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dinit.c4965 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 Dtypeck.c1768 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 Dcp-tree.h7566 extern tree cxx_sizeof_nowarn (tree);
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dinit.cc5120 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 DChangeLog-20022179 * 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 DChangeLog-20082218 (cxx_sizeof_nowarn): New; used to be a macro.
2354 (cxx_sizeof_nowarn): Remove macro; add function declaration.
H A Dtypeck.cc1942 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 Dcp-tree.h7976 extern tree cxx_sizeof_nowarn (tree);
H A DChangeLog-20133296 (cxx_sizeof_nowarn): Likewise.
H A DChangeLog-20183256 (cxx_sizeof_expr, cxx_sizeof_nowarn, cxx_alignas_expr)