Searched defs:IsNormalCleanup (Results 1 – 2 of 2) sorted by relevance
| /llvm-project-15.0.7/clang/lib/CodeGen/ | ||
| H A D | CGCleanup.h | 67 unsigned IsNormalCleanup : 1; variable |
| H A D | CGCleanup.cpp | 183 bool IsNormalCleanup = Kind & NormalCleanup; in pushCleanup() local |