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

  /external/clang/lib/CodeGen/
CGCleanup.h 69 unsigned IsNormalCleanup : 1;
293 CleanupBits.IsNormalCleanup = isNormal;
311 bool isNormalCleanup() const { return CleanupBits.IsNormalCleanup; }
CGCleanup.cpp 174 bool IsNormalCleanup = Kind & NormalCleanup;
178 new (Buffer) EHCleanupScope(IsNormalCleanup,
185 if (IsNormalCleanup)
285 if (cleanup.isNormalCleanup()) cleanup.setTestFlagInNormalCleanup();
449 assert(Scope.isNormalCleanup());
631 assert(!Scope.isNormalCleanup() || !HasPrebranchedFallthrough ||
637 if (Scope.isNormalCleanup() &&
644 if (Scope.isNormalCleanup() && HasPrebranchedFallthrough && !IsActive) {
688 if (Scope.isNormalCleanup())
    [all...]

Completed in 49 milliseconds