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 158 bool IsNormalCleanup = Kind & NormalCleanup;
162 new (Buffer) EHCleanupScope(IsNormalCleanup,
169 if (IsNormalCleanup)
269 if (cleanup.isNormalCleanup()) cleanup.setTestFlagInNormalCleanup();
392 assert(Scope.isNormalCleanup());
578 assert(!Scope.isNormalCleanup() || !HasPrebranchedFallthrough ||
584 if (Scope.isNormalCleanup() &&
591 if (Scope.isNormalCleanup() && HasPrebranchedFallthrough && !IsActive) {
638 if (Scope.isNormalCleanup())
    [all...]

Completed in 33 milliseconds