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 55 unsigned IsNormalCleanup : 1;
261 CleanupBits.IsNormalCleanup = isNormal;
276 bool isNormalCleanup() const { return CleanupBits.IsNormalCleanup; }
CGCleanup.cpp 152 bool IsNormalCleanup = Kind & NormalCleanup;
156 new (Buffer) EHCleanupScope(IsNormalCleanup,
163 if (IsNormalCleanup)
263 if (cleanup.isNormalCleanup()) cleanup.setTestFlagInNormalCleanup();
386 assert(Scope.isNormalCleanup());
572 assert(!Scope.isNormalCleanup() || !HasPrebranchedFallthrough ||
578 if (Scope.isNormalCleanup() &&
585 if (Scope.isNormalCleanup() && HasPrebranchedFallthrough && !IsActive) {
632 if (Scope.isNormalCleanup())
    [all...]

Completed in 986 milliseconds