| /freebsd-14.2/contrib/llvm-project/libcxx/include/__type_traits/ |
| H A D | is_const.h | 24 struct _LIBCPP_TEMPLATE_VIS is_const : _BoolConstant<__is_const(_Tp)> {}; struct 34 struct _LIBCPP_TEMPLATE_VIS is_const : public false_type {}; 36 struct _LIBCPP_TEMPLATE_VIS is_const<_Tp const> : public true_type {}; 40 inline constexpr bool is_const_v = is_const<_Tp>::value;
|
| H A D | is_function.h | 32 : public integral_constant<bool, !(is_reference<_Tp>::value || is_const<const _Tp>::value)> {};
|
| H A D | apply_cv.h | 24 bool = is_const<__libcpp_remove_reference_t<_Tp> >::value,
|
| /freebsd-14.2/contrib/libpcap/ |
| H A D | optimize.c | 224 int is_const; member 753 opt_state->vmap[val].is_const = 1; in F() 1045 if (opt_state->vmap[val].is_const) { in opt_peep() 1204 if (alter && opt_state->vmap[v].is_const) { in opt_stmt() 1240 if (alter && opt_state->vmap[val[A_ATOM]].is_const) { in opt_stmt() 1307 if (opt_state->vmap[val[A_ATOM]].is_const) { in opt_stmt() 1327 if (alter && opt_state->vmap[val[X_ATOM]].is_const) { in opt_stmt() 1328 if (opt_state->vmap[val[A_ATOM]].is_const) { in opt_stmt() 1356 if (alter && opt_state->vmap[val[A_ATOM]].is_const in opt_stmt() 1384 if (alter && opt_state->vmap[v].is_const) { in opt_stmt() [all …]
|
| /freebsd-14.2/contrib/llvm-project/libcxx/include/__tuple/ |
| H A D | tuple_size.h | 40 … __enable_if_t<!is_const<_Tp>::value>,
|
| /freebsd-14.2/contrib/llvm-project/libcxx/include/ |
| H A D | array | 126 #include <__type_traits/is_const.h> 281 typedef __conditional_t<is_const<_Tp>::value, const __empty, __empty> _EmptyType; 293 static_assert(!is_const<_Tp>::value, "cannot fill zero-sized array of type 'const T'"); 297 static_assert(!is_const<_Tp>::value, "cannot swap zero-sized array of type 'const T'");
|
| H A D | type_traits | 60 template <class T> struct is_const; 293 = is_const<T>::value; // C++17 457 #include <__type_traits/is_const.h>
|
| H A D | __hash_table | 30 #include <__type_traits/is_const.h> 166 static_assert(!is_reference<_Tp>::value && !is_const<_Tp>::value, ""); 245 static_assert(!is_const<__node_type>::value, "_NodePtr should never be a pointer to const"); 328 static_assert(!is_const<typename pointer_traits<_NodePtr>::element_type>::value, "");
|
| H A D | forward_list | 224 #include <__type_traits/is_const.h> 413 static_assert((!is_const<typename pointer_traits<_NodeConstPtr>::element_type>::value), "");
|
| H A D | __tree | 28 #include <__type_traits/is_const.h> 620 static_assert(!is_const<__node_type>::value, "_NodePtr should never be a pointer to const");
|
| H A D | libcxx.imp | 717 { include: [ "<__type_traits/is_const.h>", "private", "<type_traits>", "public" ] },
|
| H A D | module.modulemap.in | 1873 …ype_traits_is_const [system] { header "__type_traits/is_const.h" }
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/ |
| H A D | CheckerRegistryData.h | 176 std::conditional_t<std::is_const<CheckerOrPackageInfoList>::value,
|
| /freebsd-14.2/contrib/googletest/googlemock/include/gmock/internal/ |
| H A D | gmock-internal-utils.h | 348 static_assert(!std::is_const<RawContainer>::value, in ConstReference()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/DirectX/ |
| H A D | DXIL.td | 44 bit is_const =
|
| /freebsd-14.2/contrib/llvm-project/libcxx/modules/std/ |
| H A D | type_traits.inc | 46 using std::is_const;
|
| /freebsd-14.2/contrib/googletest/googlemock/include/gmock/ |
| H A D | gmock-function-mocker.h | 56 std::is_const<typename std::remove_reference<Pattern>::type>::value,
|
| H A D | gmock-matchers.h | 2416 static_assert(!std::is_const<Container>::value, 2588 static_assert(!std::is_const<RhsContainer>::value,
|
| /freebsd-14.2/contrib/googletest/googletest/include/gtest/internal/ |
| H A D | gtest-internal.h | 1121 static_assert(!std::is_const<Element>::value, "Type must not be const");
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/ |
| H A D | TypeSystemClang.h | 214 CompilerType GetCStringType(bool is_const);
|
| H A D | TypeSystemClang.cpp | 1162 CompilerType TypeSystemClang::GetCStringType(bool is_const) { in GetCStringType() argument 1166 if (is_const) in GetCStringType()
|
| /freebsd-14.2/lib/libc++/ |
| H A D | Makefile | 1196 TTR_HEADERS+= is_const.h
|
| H A D | module.modulemap | 1873 …ype_traits_is_const [system] { header "__type_traits/is_const.h" }
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
| H A D | VPlan.h | 3035 using BaseTy = std::conditional_t<std::is_const<BlockTy>::value, in blocksOnly()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/ |
| H A D | StdSymbolMap.inc | 1628 SYMBOL(is_const, std::, <type_traits>)
|