Searched defs:IsNormalCleanup (Results 1 – 2 of 2) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/ | ||
| H A D | CGCleanup.h | 69 unsigned IsNormalCleanup : 1; variable |
| H A D | CGCleanup.cpp | 187 bool IsNormalCleanup = Kind & NormalCleanup; in pushCleanup() local |