Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGCleanup.h71 unsigned IsEHCleanup : 1; variable
H A DCGCleanup.cpp181 bool IsEHCleanup = Kind & EHCleanup; in pushCleanup() local