Searched defs:is_const (Results 1 – 5 of 5) sorted by relevance
20 template <class T> struct is_const : cpp::false_type {}; struct
24 struct _LIBCPP_TEMPLATE_VIS is_const : _BoolConstant<__is_const(_Tp)> {}; struct
24 struct _LIBCPP_NO_SPECIALIZATIONS is_const : _BoolConstant<__is_const(_Tp)> {}; struct
224 int is_const; member
1127 CompilerType TypeSystemClang::GetCStringType(bool is_const) { in GetCStringType()