Searched defs:IsNormalCleanup (Results 1 – 2 of 2) sorted by relevance
/minix3/external/bsd/llvm/dist/clang/lib/CodeGen/ | ||
H A D | CGCleanup.h | 57 unsigned IsNormalCleanup : 1; variable |
H A D | CGCleanup.cpp | 158 bool IsNormalCleanup = Kind & NormalCleanup; in pushCleanup() local |