Searched defs:TargetBitOffset (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/CodeGen/
H A DCGRecordLayout.h49 /// masked to TargetBitWidth bits and shifted to TargetBitOffset.
76 unsigned TargetBitOffset; member in struct:clang::CodeGen::CGBitFieldInfo::AccessInfo
120 assert(AI.TargetBitWidth + AI.TargetBitOffset <= Size);

Completed in 76 milliseconds