Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/xz/
DTODO12 it would be possible by switching from BT2/BT3/BT4 match finder to
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
DSemaChecking.cpp16148 const BuiltinType *BT2 = T2->getAs<BuiltinType>(); in IsSameCharType() local
16149 if (!BT2) in IsSameCharType()
16153 BuiltinType::Kind T2Kind = BT2->getKind(); in IsSameCharType()