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

  /external/clang/lib/CodeGen/
CGCXX.cpp 105 return TryEmitDefinitionAsAlias(GlobalDecl(D, Dtor_Base),
106 GlobalDecl(BaseD, Dtor_Base),
305 // FIXME. Dtor_Base dtor is always direct!!
308 if (MD->isVirtual() && Type != Dtor_Base) {
CodeGenTypes.h 97 return Dtor_Base;
110 case Dtor_Base:
CGClass.cpp 366 CGF.EmitCXXDestructorCall(D, Dtor_Base, BaseIsVirtual,
    [all...]
CGVTables.cpp 491 if (isa<CXXDestructorDecl>(MD) && GD.getDtorType() == Dtor_Base)
    [all...]
CodeGenPGO.cpp 666 GD.getDtorType() != Dtor_Base)) {
MicrosoftCXXABI.cpp 162 return DT != Dtor_Base;
    [all...]
ItaniumCXXABI.cpp     [all...]
CGDecl.cpp 250 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/AST/
MicrosoftMangle.cpp 810 mangleCXXDtorType(Dtor_Base);
    [all...]
Expr.cpp 489 MC->mangleCXXDtor(DD, Dtor_Base, Out);
    [all...]
ItaniumMangle.cpp     [all...]

Completed in 134 milliseconds