Home
last modified time | relevance | path

Searched defs:IsEHCleanup (Results 1 – 2 of 2) sorted by relevance

/minix3/external/bsd/llvm/dist/clang/lib/CodeGen/
H A DCGCleanup.h60 unsigned IsEHCleanup : 1; variable
H A DCGCleanup.cpp159 bool IsEHCleanup = Kind & EHCleanup; in pushCleanup() local