Home
last modified time | relevance | path

Searched defs:is_const (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/libc/src/__support/CPP/type_traits/
H A Dis_const.h20 template <class T> struct is_const : cpp::false_type {}; struct
/freebsd/contrib/llvm-project/libcxx/include/__cxx03/__type_traits/
H A Dis_const.h24 struct _LIBCPP_TEMPLATE_VIS is_const : _BoolConstant<__is_const(_Tp)> {}; struct
/freebsd/contrib/llvm-project/libcxx/include/__type_traits/
H A Dis_const.h24 struct _LIBCPP_NO_SPECIALIZATIONS is_const : _BoolConstant<__is_const(_Tp)> {}; struct
/freebsd/contrib/libpcap/
H A Doptimize.c224 int is_const; member
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp1127 CompilerType TypeSystemClang::GetCStringType(bool is_const) { in GetCStringType()