Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/lua/
H A Dlobject.h546 typedef union TKey { union
552 } TKey; typedef
557 TKey i_key;
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp7452 auto TKey = DenseMapInfo<SwitchSuccWrapper *>::getTombstoneKey(); in isEqual() local
7453 if (LHS == EKey || RHS == EKey || LHS == TKey || RHS == TKey) in isEqual()