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 57 unsigned IsNormalCleanup : 1;
263 CleanupBits.IsNormalCleanup = isNormal;
278 bool isNormalCleanup() const { return CleanupBits.IsNormalCleanup; }
CGCleanup.cpp 158 bool IsNormalCleanup = Kind & NormalCleanup;
162 new (Buffer) EHCleanupScope(IsNormalCleanup,
169 if (IsNormalCleanup)
269 if (cleanup.isNormalCleanup()) cleanup.setTestFlagInNormalCleanup();
419 assert(Scope.isNormalCleanup());
605 assert(!Scope.isNormalCleanup() || !HasPrebranchedFallthrough ||
611 if (Scope.isNormalCleanup() &&
618 if (Scope.isNormalCleanup() && HasPrebranchedFallthrough && !IsActive) {
665 if (Scope.isNormalCleanup())
    [all...]

Completed in 56 milliseconds