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

/external/clang/test/Layout/
H A Dms-x86-alias-avoidance-padding.cpp105 struct BT2 : BT0 { struct in inherits:BT0
107 BT2() { function in struct:BT2
108 printf("BT2 - this: %d\n", (int)((char*)this - buffer));
109 printf("BT2 - Fiel: %d\n", (int)((char*)&BT2FieldName0 - buffer));
113 struct BT3 : BT0, BT2 {
124 // CHECK-NEXT: 1 | struct BT2 (base)
134 // CHECK-X64-NEXT: 1 | struct BT2 (base)
/external/lzma/CS/7zip/Compress/LZMA/
H A DLzmaEncoder.cs13 BT2, enumerator in enum:SevenZip.Compression.LZMA.Encoder.EMatchFinderType
368 if (_matchFinderType == EMatchFinderType.BT2)
1356 "BT2",
/external/clang/lib/Sema/
H A DSemaChecking.cpp8075 const BuiltinType *BT2 = T2->getAs<BuiltinType>(); local
8076 if (!BT2)
8080 BuiltinType::Kind T2Kind = BT2->getKind();

Completed in 152 milliseconds