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