Home
last modified time | relevance | path

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

/llvm-project/llvm/test/tools/dsymutil/X86/
H A Dmodules-pruning.cpp41 template <class T> struct is_reference : false_type {}; struct
42 template <class T> struct is_reference<T&> : true_type {}; struct
/llvm-project/libc/src/__support/CPP/type_traits/
H A Dis_reference.h20 // is_reference struct
/llvm-project/libcxx/include/__type_traits/
H A Dis_reference.h30 struct _LIBCPP_TEMPLATE_VIS is_reference : _BoolConstant<__is_reference(_Tp)> {}; global() struct
/llvm-project/clang/test/AST/
H A Dast-dump-template-json-win32-mangler-crash.cpp41 struct is_reference : bool_constant<is_reference_v<_Ty>> {}; struct
/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionDeclMap.cpp1570 bool is_reference = pt.IsReferenceType(); in AddExpressionVariable() local
/llvm-project/clang/test/SemaCXX/
H A Dtype-traits.cpp855 void is_reference() in is_reference() function