OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:requiresGCollection
(Results
1 - 2
of
2
) sorted by null
/external/clang/lib/CodeGen/
CGValue.h
343
bool
RequiresGCollection
: 1;
357
AV.LifetimeFlag = AV.
RequiresGCollection
= AV.IsZeroed =0;
372
/// \param
RequiresGCollection
- true if the slot is located
376
bool
RequiresGCollection
= false,
382
AV.
RequiresGCollection
=
RequiresGCollection
;
388
bool
RequiresGCollection
= false,
391
LifetimeExternallyManaged,
RequiresGCollection
, IsZeroed);
411
bool
requiresGCollection
() const {
412
return
RequiresGCollection
;
[
all
...]
CGExprAgg.cpp
42
if (Dest.
requiresGCollection
()) return ReturnValueSlot();
176
/// \brief Perform the final move to DestPtr if
RequiresGCollection
is set.
185
if (Dest.
requiresGCollection
()) {
216
if (Dest.
requiresGCollection
()) {
[
all
...]
Completed in 21 milliseconds