Searched refs:NumCommonBits (Results 1 - 1 of 1) sorted by relevance
/external/clang/lib/CodeGen/ | ||
H A D | CGCleanup.h | 42 enum { NumCommonBits = 2 }; enumerator in enum:clang::CodeGen::EHScope::__anon15189 47 unsigned : NumCommonBits; member in class:clang::CodeGen::EHScope::CatchBitFields 49 unsigned NumHandlers : 32 - NumCommonBits; 54 unsigned : NumCommonBits; member in class:clang::CodeGen::EHScope::CleanupBitFields 78 unsigned FixupDepth : 32 - 17 - NumCommonBits; // currently 13 83 unsigned : NumCommonBits; member in class:clang::CodeGen::EHScope::FilterBitFields 85 unsigned NumFilters : 32 - NumCommonBits; |
Completed in 72 milliseconds