OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:hasassign
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/cp/
call.cc
10721
HASASSIGN
to true when the TYPE has a (not necessarily trivial)
10725
has_trivial_copy_assign_p (tree type, bool access, bool *
hasassign
)
10747
*
hasassign
= true;
10753
if (*
hasassign
&& !all_trivial)
10863
bool
hasassign
= false;
local
10867
bool trivassign = has_trivial_copy_assign_p (desttype, true, &
hasassign
);
10929
if (
hasassign
&& hasctors[0])
10931
else if (
hasassign
)
10962
if (
hasassign
&& hasctors[1])
10964
else if (
hasassign
)
[
all
...]
/src/external/gpl3/gcc.old/dist/gcc/cp/
call.cc
10040
HASASSIGN
to true when the TYPE has a (not necessarily trivial)
10044
has_trivial_copy_assign_p (tree type, bool access, bool *
hasassign
)
10066
*
hasassign
= true;
10072
if (*
hasassign
&& !all_trivial)
10182
bool
hasassign
= false;
local
10186
bool trivassign = has_trivial_copy_assign_p (desttype, true, &
hasassign
);
10248
if (
hasassign
&& hasctors[0])
10250
else if (
hasassign
)
10281
if (
hasassign
&& hasctors[1])
10283
else if (
hasassign
)
[
all
...]
Completed in 82 milliseconds
Indexes created Wed May 13 00:24:45 UTC 2026