Searched defs:IsRef (Results 1 – 4 of 4) sorted by relevance
189 static constexpr bool IsRef = std::is_reference<T>::value; variable
203 bool ValueObjectPrinter::IsRef() { in IsRef() function in ValueObjectPrinter
129 bool IsRef = (V.Type == BT::BitValue::Ref); in operator <<() local
817 template <uint16_t Kind> static bool IsRef(const Node BA) { in IsRef() function