Home
last modified time | relevance | path

Searched defs:is_scalar (Results 1 – 5 of 5) sorted by relevance

/llvm-project/libcxx/include/__type_traits/
H A Dis_scalar.h29 struct _LIBCPP_TEMPLATE_VIS _LIBCPP_NO_SPECIALIZATIONS is_scalar : _BoolConstant<__is_scalar(_Tp)> {}; struct
/llvm-project/libc/src/__support/CPP/type_traits/
H A Dis_scalar.h23 // is_scalar struct
/llvm-project/libc/src/string/memory_utils/
H A Dop_generic.h56 template <typename T> struct is_scalar : cpp::false_type {}; global() struct
/llvm-project/lldb/source/Core/
H A DValueObject.cpp
/llvm-project/clang/test/SemaCXX/
H A Dtype-traits.cpp941 void is_scalar() in is_scalar() function