OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:opnew
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/cp/
decl.cc
5054
tree
opnew
= push_cp_library_fn (NEW_EXPR, newtype, 0);
5055
DECL_IS_MALLOC (
opnew
) = 1;
5056
DECL_SET_IS_OPERATOR_NEW (
opnew
, true);
5057
DECL_IS_REPLACEABLE_OPERATOR (
opnew
) = 1;
5058
opnew
= push_cp_library_fn (VEC_NEW_EXPR, newtype, 0);
5059
DECL_IS_MALLOC (
opnew
) = 1;
5060
DECL_SET_IS_OPERATOR_NEW (
opnew
, true);
5061
DECL_IS_REPLACEABLE_OPERATOR (
opnew
) = 1;
5100
opnew
= push_cp_library_fn (NEW_EXPR, newtype, 0);
5101
DECL_IS_MALLOC (
opnew
) = 1
5045
tree
opnew
= push_cp_library_fn (NEW_EXPR, newtype, 0);
local
[
all
...]
/src/external/gpl3/gcc.old/dist/gcc/cp/
decl.cc
4721
tree
opnew
= push_cp_library_fn (NEW_EXPR, newtype, 0);
4722
DECL_IS_MALLOC (
opnew
) = 1;
4723
DECL_SET_IS_OPERATOR_NEW (
opnew
, true);
4724
DECL_IS_REPLACEABLE_OPERATOR (
opnew
) = 1;
4725
opnew
= push_cp_library_fn (VEC_NEW_EXPR, newtype, 0);
4726
DECL_IS_MALLOC (
opnew
) = 1;
4727
DECL_SET_IS_OPERATOR_NEW (
opnew
, true);
4728
DECL_IS_REPLACEABLE_OPERATOR (
opnew
) = 1;
4767
opnew
= push_cp_library_fn (NEW_EXPR, newtype, 0);
4768
DECL_IS_MALLOC (
opnew
) = 1
4712
tree
opnew
= push_cp_library_fn (NEW_EXPR, newtype, 0);
local
[
all
...]
Completed in 56 milliseconds
Indexes created Sun Mar 29 00:23:15 UTC 2026