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 133 InactiveCleanup = 0x4,
134 InactiveEHCleanup = EHCleanup | InactiveCleanup,
135 InactiveNormalCleanup = NormalCleanup | InactiveCleanup,
136 InactiveNormalAndEHCleanup = NormalAndEHCleanup | InactiveCleanup
    [all...]
CGCleanup.cpp 155 bool IsActive = !(Kind & InactiveCleanup);
    [all...]

Completed in 48 milliseconds