Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libcxx/include/__type_traits/
H A Dis_const.h24 struct _LIBCPP_TEMPLATE_VIS 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.cpp1104 CompilerType TypeSystemClang::GetCStringType(bool is_const) { in GetCStringType()