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

  /external/clang/lib/CodeGen/
CGCleanup.h 72 unsigned IsEHCleanup : 1;
294 CleanupBits.IsEHCleanup = isEH;
315 bool isEHCleanup() const { return CleanupBits.IsEHCleanup; }
CGCleanup.cpp 175 bool IsEHCleanup = Kind & EHCleanup;
179 IsEHCleanup,
187 if (IsEHCleanup)
286 if (cleanup.isEHCleanup()) cleanup.setTestFlagInEHCleanup();
690 if (Scope.isEHCleanup())
    [all...]

Completed in 535 milliseconds