Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libcxx/include/__type_traits/
H A Dis_object.h28 struct _LIBCPP_TEMPLATE_VIS is_object : _BoolConstant<__is_object(_Tp)> { }; struct
/llvm-project-15.0.7/llvm/include/llvm/BinaryFormat/
H A DMagic.h59 bool is_object() const { return V != unknown; } in is_object() function
/llvm-project-15.0.7/clang/test/SemaCXX/
H A Dtype-traits.cpp816 void is_object() in is_object() function