Home
last modified time | relevance | path

Searched defs:is_reference (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/libc/src/__support/CPP/type_traits/
H A Dis_reference.h22 template <typename T> struct is_reference : bool_constant<__is_reference(T)> {}; struct
/freebsd/contrib/llvm-project/libcxx/include/__cxx03/__type_traits/
H A Dis_reference.h22 struct _LIBCPP_TEMPLATE_VIS is_reference : _BoolConstant<__is_reference(_Tp)> {}; struct
/freebsd/contrib/llvm-project/libcxx/include/__type_traits/
H A Dis_reference.h22 struct _LIBCPP_NO_SPECIALIZATIONS is_reference : _BoolConstant<__is_reference(_Tp)> {}; struct
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionDeclMap.cpp1570 bool is_reference = pt.IsReferenceType(); in AddExpressionVariable() local