OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getDtorType
(Results
1 - 12
of
12
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/include/clang/AST/
GlobalDecl.h
109
CXXDtorType
getDtorType
() const {
VTableBuilder.h
596
GD.
getDtorType
() == Dtor_Complete)
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGCXX.cpp
230
GD.
getDtorType
() == Dtor_Complete &&
MicrosoftCXXABI.cpp
65
switch (GD.
getDtorType
()) {
319
assert(GD.
getDtorType
() == Dtor_Deleting &&
1075
GD.
getDtorType
() == Dtor_Deleting;
1299
GD.
getDtorType
() == Dtor_Deleting) {
1392
if (GD.
getDtorType
() == Dtor_Complete)
1441
if (GD.
getDtorType
() == Dtor_Complete)
1456
if (isa<CXXDestructorDecl>(MD) && GD.
getDtorType
() == Dtor_Base)
3944
if (GD.
getDtorType
() == Dtor_Complete &&
3952
if (GD.
getDtorType
() == Dtor_Base && !CGM.TryEmitBaseDestructorAsAlias(dtor))
CGVTables.cpp
504
MCtx.mangleCXXDtorThunk(DD, GD.
getDtorType
(), TI.This, Out);
610
if (isa<CXXDestructorDecl>(MD) && GD.
getDtorType
() == Dtor_Base)
ItaniumCXXABI.cpp
81
switch (GD.
getDtorType
()) {
473
GD.
getDtorType
() != Dtor_Deleting));
508
GD.
getDtorType
() != Dtor_Deleting);
526
GD.
getDtorType
() != Dtor_Deleting);
1624
: GD.
getDtorType
() == Dtor_Base) &&
3034
if (isa<CXXDestructorDecl>(MD) && GD.
getDtorType
() == Dtor_Base)
4299
: GD.
getDtorType
() == Dtor_Complete) {
4323
if (DD && GD.
getDtorType
() == Dtor_Base &&
CodeGenModule.cpp
1077
getCXXABI().setCXXDestructorDLLStorage(GV, Dtor, GD.
getDtorType
());
1380
MangleCtx.mangleDtorBlock(DD, GD.
getDtorType
(), BD, Out);
1459
return getCXXABI().getCXXDestructorLinkage(Linkage, Dtor, GD.
getDtorType
());
3482
GDDef = GlobalDecl(DD, GD.
getDtorType
());
3597
GD.
getDtorType
()))
3667
GD.
getDtorType
() == Dtor_Complete &&
CodeGenPGO.cpp
811
if (isa<CXXDestructorDecl>(D) && GD.
getDtorType
() != Dtor_Base)
CGClass.cpp
1444
CXXDtorType DtorType = CurGD.
getDtorType
();
/src/external/apache2/llvm/dist/clang/lib/AST/
MicrosoftMangle.cpp
3326
auto Type = GD.
getDtorType
();
VTableBuilder.cpp
3783
assert(GD.
getDtorType
() == Dtor_Deleting);
ItaniumMangle.cpp
6165
auto Type = GD.
getDtorType
();
Completed in 43 milliseconds
Indexes created Wed Jun 10 00:26:05 UTC 2026