代码搜索结果

找到约 44,783 项符合 Layout 的代码

bf-no-ms-layout.c

/* APPLE LOCAL file mainline */ /* bf-no-ms-layout.c */ /* Test for gcc bitfield layout, with -mno-ms-bitfields */ /* Adapted from Donn Terry testcase posted to GCC-patches

bf-ms-layout-2.c

/* APPLE LOCAL file mainline */ /* bf-ms-layout.c */ /* Test for MS bitfield layout */ /* Adapted from Donn Terry testcase posted to GCC-patches http://gcc.gnu.org/ml/gcc

layout.txt

Class Layout ============ This document details how a class is laid out in memory. Unless noted, the design follows the MicroSoft specification document. - related documents: - CTORDTOR.T