Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/libstdc++/include/debug/
H A Dformatter.h46 struct __is_same struct
52 struct __is_same<_Type, _Type> argument
220 __is_same<_Safe_iterator<_Iterator, _Sequence>,
H A Dsafe_iterator.h90 return __is_same<const_iterator, _Safe_iterator>::value; in _M_constant()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/
H A DTokenKinds.def508 TYPE_TRAIT_2(__is_same, IsSame, KEYCXX)
/freebsd-12.1/contrib/llvm/tools/clang/lib/Parse/
H A DParseExpr.cpp915 REVERTIBLE_TYPE_TRAIT(__is_same); in ParseCastExpression()