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 130 NormalCleanup = 0x2,
131 NormalAndEHCleanup = EHCleanup | NormalCleanup,
135 InactiveNormalCleanup = NormalCleanup | InactiveCleanup,
    [all...]
CGException.cpp     [all...]
CGDecl.cpp 876 EHStack.pushCleanup<CallStackRestore>(NormalCleanup, Stack);
    [all...]
CGCleanup.cpp 152 bool IsNormalCleanup = Kind & NormalCleanup;
    [all...]
CGObjC.cpp     [all...]
CGObjCMac.cpp     [all...]

Completed in 41 milliseconds