OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isExternallyDestructed
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGExprAgg.cpp
258
!Dest.
isExternallyDestructed
() &&
297
Dest.
isExternallyDestructed
()));
670
!CGF.getLangOpts().CPlusPlus && !Slot.
isExternallyDestructed
();
803
valueDest.
isExternallyDestructed
(),
832
!Dest.
isExternallyDestructed
() &&
1221
if (!Dest.isIgnored() && !Dest.
isExternallyDestructed
() &&
1241
bool
isExternallyDestructed
= Dest.
isExternallyDestructed
();
1243
!
isExternallyDestructed
&&
1245
isExternallyDestructed
|= destructNonTrivialCStruct
[
all
...]
CGCall.h
368
unsigned
IsExternallyDestructed
: 1;
372
: IsVolatile(false), IsUnused(false),
IsExternallyDestructed
(false) {}
374
bool
IsExternallyDestructed
= false)
376
IsExternallyDestructed
(
IsExternallyDestructed
) {}
382
bool
isExternallyDestructed
() const { return
IsExternallyDestructed
; }
CGValue.h
583
IsDestructed_t
isExternallyDestructed
() const {
CGCall.cpp
5487
if (!ReturnValue.
isExternallyDestructed
() &&
Completed in 41 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026