Home
last modified time | relevance | path

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

/llvm-project/libcxx/include/__type_traits/
H A Dis_fundamental.h26 struct _LIBCPP_TEMPLATE_VIS _LIBCPP_NO_SPECIALIZATIONS is_fundamental : _BoolConstant<__is_fundamental(_Tp)> {}; struct
/llvm-project/clang/test/SemaCXX/
H A Dtype-traits.cpp896 void is_fundamental() in is_fundamental() function