Home
last modified time | relevance | path

Searched refs:BT2 (Results 1 – 4 of 4) sorted by relevance

/external/clang/test/Layout/
Dms-x86-alias-avoidance-padding.cpp105 struct BT2 : BT0 { struct
107 BT2() { in BT2() argument
113 struct BT3 : BT0, BT2 {
/external/lzma/DOC/
Dlzma-history.txt160 - LZMA now can use only these match finders: HC4, BT2, BT3, BT4
/external/lzma/CS/7zip/Compress/LZMA/
DLzmaEncoder.cs13 BT2, enumerator
368 if (_matchFinderType == EMatchFinderType.BT2) in Create()
/external/clang/lib/Sema/
DSemaChecking.cpp9806 const BuiltinType *BT2 = T2->getAs<BuiltinType>(); in IsSameCharType() local
9807 if (!BT2) in IsSameCharType()
9811 BuiltinType::Kind T2Kind = BT2->getKind(); in IsSameCharType()