HomeSort by: relevance | last modified time | path
    Searched refs:EHCleanup (Results 1 - 15 of 15) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
EHScopeStack.h 80 EHCleanup = 0x1,
86 NormalAndEHCleanup = EHCleanup | NormalCleanup,
CGDecl.cpp 632 cleanupKind & EHCleanup);
2023 bool useEHCleanup = (cleanupKind & EHCleanup);
2098 pushDestroy(EHCleanup, addr, type, getDestroyer(dtorKind), true);
2109 cleanupKind & EHCleanup);
2133 if (cleanupKind & EHCleanup)
2154 if (cleanupKind & EHCleanup) {
2360 pushFullExprCleanup<IrregularPartialArrayDestroy>(EHCleanup,
2377 pushFullExprCleanup<RegularPartialArrayDestroy>(EHCleanup,
CGExprAgg.cpp 680 CGF.getDestroyer(DtorKind), DtorKind & EHCleanup);
1356 CGF.pushDestroy(EHCleanup, LV.getAddress(CGF), CurField->getType(),
1740 CGF.pushDestroy(EHCleanup, LV.getAddress(CGF), field->getType(),
CGCoroutine.cpp 643 EHStack.pushCleanup<CallCoroEnd>(EHCleanup);
CGExprCXX.cpp 1507 .pushCleanupWithExtra<DirectCleanup>(EHCleanup,
1538 .pushCleanupWithExtra<ConditionalCleanup>(EHCleanup,
CGCleanup.cpp 181 bool IsEHCleanup = Kind & EHCleanup;
197 // With Windows -EHa, Invoke llvm.seh.scope.begin() for EHCleanup
CGBlocks.cpp 1872 EHOnly ? EHCleanup
1874 CGF.pushDestroy(Kind, Field, CaptureType, Destroyer, Kind & EHCleanup);
1880 CleanupKind Kind = EHOnly ? EHCleanup : NormalAndEHCleanup;
CGClass.cpp 595 CGF.EHStack.pushCleanup<CallBaseDtor>(EHCleanup, BaseClassDecl,
1904 cleanupKind & EHCleanup);
2433 EHStack.pushCleanup<CallDelegatingCtorDtor>(EHCleanup,
CGExpr.cpp 324 CleanupKind & EHCleanup);
328 *Destroy, CleanupKind & EHCleanup);
4491 DtorKind & EHCleanup);
CGException.cpp 398 pushFullExprCleanup<FreeException>(EHCleanup, addr.getPointer());
679 dispatchBlock = createBasicBlock("ehcleanup");
721 DispatchBlock->setName("ehcleanup");
MicrosoftCXXABI.cpp 2596 CGF.EHStack.pushCleanup<ResetGuardBit>(EHCleanup, GuardAddr, GuardNum);
2642 CGF.EHStack.pushCleanup<CallInitThreadAbort>(EHCleanup, GuardAddr);
CGObjC.cpp 1649 cleanupKind & EHCleanup);
ItaniumCXXABI.cpp 2525 CGF.EHStack.pushCleanup<CallGuardAbort>(EHCleanup, guard);
CGCall.cpp 4313 pushFullExprCleanup<DestroyUnpassedArg>(EHCleanup, Slot.getAddress(),
CGBuiltin.cpp 1808 Cleanup & EHCleanup);

Completed in 72 milliseconds