Home
last modified time | relevance | path

Searched defs:is_reference_v (Results 1 – 3 of 3) sorted by relevance

/llvm-project/libc/src/__support/CPP/type_traits/
H A Dis_reference.h27 LIBC_INLINE_VAR constexpr bool is_reference_v = is_reference<T>::value; global() variable
/llvm-project/libcxx/include/__type_traits/
H A Dis_reference.h34 inline constexpr bool is_reference_v = __is_reference(_Tp); global() variable
/llvm-project/clang/test/AST/
H A Dast-dump-template-json-win32-mangler-crash.cpp32 _INLINE_VAR constexpr bool is_reference_v = false; // determine whether type argument is a reference variable