Home
last modified time | relevance | path

Searched refs:BT2 (Results 1 – 5 of 5) 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.cpp10827 const BuiltinType *BT2 = T2->getAs<BuiltinType>(); in IsSameCharType() local
10828 if (!BT2) in IsSameCharType()
10832 BuiltinType::Kind T2Kind = BT2->getKind(); in IsSameCharType()
/external/abi-compliance-checker/
Dabi-compliance-checker.pl14862 my %BT2 = get_BaseType($MT2{"Tid"}, 2);
14864 if(diffTypes($BT1{"Tid"}, $BT2{"Tid"}, $Level))