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

  /external/clang/lib/CodeGen/
CodeGenFunction.h 141 NormalCleanup = 0x2,
142 NormalAndEHCleanup = EHCleanup | NormalCleanup,
146 InactiveNormalCleanup = NormalCleanup | InactiveCleanup,
    [all...]
CGDecl.cpp 896 EHStack.pushCleanup<CallStackRestore>(NormalCleanup, Stack);
    [all...]
CGCleanup.cpp 158 bool IsNormalCleanup = Kind & NormalCleanup;
    [all...]
CGObjC.cpp     [all...]
CGException.cpp     [all...]
CGObjCMac.cpp     [all...]

Completed in 40 milliseconds