OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:is_ctor
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/cp/
cp-gimplify.cc
2140
bool
is_ctor
local
2145
ubsan_maybe_instrument_member_call (stmt,
is_ctor
);
2146
if (sanitize_flags_p (SANITIZE_VPTR) && !
is_ctor
)
tree.cc
660
int
is_ctor
;
local
672
is_ctor
= (TREE_CODE (fn) == ADDR_EXPR
687
if (
is_ctor
|| TREE_ADDRESSABLE (type))
708
AGGR_INIT_VIA_CTOR_P (rval) =
is_ctor
;
/src/external/gpl3/gcc.old/dist/gcc/cp/
cp-gimplify.cc
1651
bool
is_ctor
local
1656
ubsan_maybe_instrument_member_call (stmt,
is_ctor
);
1657
if (sanitize_flags_p (SANITIZE_VPTR) && !
is_ctor
)
tree.cc
625
int
is_ctor
;
local
637
is_ctor
= (TREE_CODE (fn) == ADDR_EXPR
652
if (
is_ctor
|| TREE_ADDRESSABLE (type))
673
AGGR_INIT_VIA_CTOR_P (rval) =
is_ctor
;
Completed in 36 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026