OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:OVL_OP_FLAG_ALLOC
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/cp/
cp-tree.h
1317
&& IDENTIFIER_OVL_OP_FLAGS (NODE) &
OVL_OP_FLAG_ALLOC
)
1323
& (
OVL_OP_FLAG_ALLOC
| OVL_OP_FLAG_DELETE)) ==
OVL_OP_FLAG_ALLOC
)
6257
OVL_OP_FLAG_ALLOC
= 4, /* operator new or delete. */
/src/external/gpl3/gcc.old/dist/gcc/cp/
cp-tree.h
1286
&& IDENTIFIER_OVL_OP_FLAGS (NODE) &
OVL_OP_FLAG_ALLOC
)
1292
& (
OVL_OP_FLAG_ALLOC
| OVL_OP_FLAG_DELETE)) ==
OVL_OP_FLAG_ALLOC
)
6098
OVL_OP_FLAG_ALLOC
= 4, /* operator new or delete. */
Completed in 39 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026