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

  /external/clang/lib/CodeGen/
EHScopeStack.h 82 InactiveCleanup = 0x4,
83 InactiveEHCleanup = EHCleanup | InactiveCleanup,
84 InactiveNormalCleanup = NormalCleanup | InactiveCleanup,
85 InactiveNormalAndEHCleanup = NormalAndEHCleanup | InactiveCleanup
CGCleanup.cpp 160 bool IsActive = !(Kind & InactiveCleanup);
    [all...]

Completed in 46 milliseconds