Lines Matching full:pack
24 // Pragma 'pack' and 'options align'
38 /// pack.
45 /// Stack - Entries in the #pragma pack stack, consisting of saved
115 // If there is no pack context, we don't need any attributes.
201 // pack(0) is like pack(), which just works out since that is what
221 case Sema::PPK_Default: // pack([n])
225 case Sema::PPK_Show: // pack(show)
238 case Sema::PPK_Push: // pack(push [, id] [, [n])
245 case Sema::PPK_Pop: // pack(pop [, id] [, n])
246 // MSDN, C/C++ Preprocessor Reference > Pragma Directives > pack:
247 // "#pragma pack(pop, identifier, n) is undefined"
268 assert(0 && "Invalid #pragma pack kind.");