Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libcxx/include/__type_traits/
H A Dis_scalar.h29 struct _LIBCPP_TEMPLATE_VIS is_scalar : _BoolConstant<__is_scalar(_Tp)> {}; struct
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DValueObject.cpp3166 bool is_scalar = GetCompilerType().IsScalarType(); in CastToBasicType() local