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 60 unsigned IsEHCleanup : 1;
264 CleanupBits.IsEHCleanup = isEH;
282 bool isEHCleanup() const { return CleanupBits.IsEHCleanup; }
CGCleanup.cpp 159 bool IsEHCleanup = Kind & EHCleanup;
163 IsEHCleanup,
171 if (IsEHCleanup)
270 if (cleanup.isEHCleanup()) cleanup.setTestFlagInEHCleanup();
667 if (Scope.isEHCleanup())
    [all...]

Completed in 45 milliseconds