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 58 unsigned IsEHCleanup : 1;
262 CleanupBits.IsEHCleanup = isEH;
280 bool isEHCleanup() const { return CleanupBits.IsEHCleanup; }
CGCleanup.cpp 153 bool IsEHCleanup = Kind & EHCleanup;
157 IsEHCleanup,
165 if (IsEHCleanup)
264 if (cleanup.isEHCleanup()) cleanup.setTestFlagInEHCleanup();
634 if (Scope.isEHCleanup())
    [all...]

Completed in 275 milliseconds