HomeSort by relevance Sort by last modified time
    Searched refs:Dtor_Base (Results 1 - 14 of 14) sorted by null

  /external/clang/lib/CodeGen/
CGCXX.cpp 112 return TryEmitDefinitionAsAlias(GlobalDecl(D, Dtor_Base),
113 GlobalDecl(BaseD, Dtor_Base),
315 // FIXME. Dtor_Base dtor is always direct!!
318 if (MD->isVirtual() && Type != Dtor_Base) {
CodeGenTypes.h 97 return Dtor_Base;
110 case Dtor_Base:
CGClass.cpp 491 CGF.EmitCXXDestructorCall(D, Dtor_Base, BaseIsVirtual,
    [all...]
CGVTables.cpp 510 if (isa<CXXDestructorDecl>(MD) && GD.getDtorType() == Dtor_Base)
    [all...]
CodeGenPGO.cpp 629 GD.getDtorType() != Dtor_Base))) {
ItaniumCXXABI.cpp 81 case Dtor_Base:
    [all...]
MicrosoftCXXABI.cpp 69 case Dtor_Base:
211 return DT != Dtor_Base;
    [all...]
CGDecl.cpp 265 GD = GlobalDecl(DD, Dtor_Base);
    [all...]
CodeGenModule.cpp     [all...]
  /external/clang/include/clang/Basic/
ABI.h 37 Dtor_Base, ///< Base object dtor
  /external/clang/lib/Index/
CodegenNameGenerator.cpp 101 Manglings.emplace_back(getMangledStructor(DD, Dtor_Base));
  /external/clang/lib/AST/
MicrosoftMangle.cpp     [all...]
Expr.cpp 486 MC->mangleCXXDtor(DD, Dtor_Base, Out);
    [all...]
ItaniumMangle.cpp     [all...]

Completed in 318 milliseconds