Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libcxx/include/__type_traits/
H A Dis_class.h22 struct _LIBCPP_TEMPLATE_VIS is_class : public integral_constant<bool, __is_class(_Tp)> {}; struct
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionGroupPythonClassWithDict.cpp17 const char *class_use, bool is_class, int class_option, int key_option, in OptionGroupPythonClassWithDict()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DPythonDataObjects.cpp858 bool is_class = false; in GetArgInfo() local