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

  /external/clang/lib/CodeGen/
CodeGenFunction.h 144 InactiveCleanup = 0x4,
145 InactiveEHCleanup = EHCleanup | InactiveCleanup,
146 InactiveNormalCleanup = NormalCleanup | InactiveCleanup,
147 InactiveNormalAndEHCleanup = NormalAndEHCleanup | InactiveCleanup
    [all...]
CGCleanup.cpp 160 bool IsActive = !(Kind & InactiveCleanup);
    [all...]

Completed in 91 milliseconds