| /freebsd-12.1/contrib/libucl/src/ |
| H A D | ucl_emitter_streamline.c | 33 bool is_array; member 106 if (top != NULL && !top->is_array) { in ucl_object_emit_streamline_start_container() 112 st->is_array = true; in ucl_object_emit_streamline_start_container() 116 st->is_array = false; in ucl_object_emit_streamline_start_container() 128 bool is_array = false, is_first = false; in ucl_object_emit_streamline_add_object() local 131 if (sctx->containers->is_array) { in ucl_object_emit_streamline_add_object() 132 is_array = true; in ucl_object_emit_streamline_add_object() 140 sctx->ops->ucl_emitter_write_elt (ctx, obj, is_first, !is_array); in ucl_object_emit_streamline_add_object() 152 if (st->is_array) { in ucl_object_emit_streamline_end_container()
|
| H A D | ucl_emitter.c | 166 const ucl_object_t *obj, bool compact, bool is_array) in ucl_emitter_finish_object() argument 172 if (!is_array) { in ucl_emitter_finish_object()
|
| H A D | ucl_parser.c | 631 bool is_array, int level) in ucl_parser_add_container() argument 635 if (!is_array) { in ucl_parser_add_container()
|
| /freebsd-12.1/contrib/libucl/lua/ |
| H A D | lua_ucl.c | 297 bool is_array = true; in ucl_object_lua_fromtable() local 317 is_array = false; in ucl_object_lua_fromtable() 324 is_array = false; in ucl_object_lua_fromtable() 331 if (is_array) { in ucl_object_lua_fromtable()
|
| /freebsd-12.1/contrib/libstdc++/include/tr1/ |
| H A D | type_traits | 137 struct is_array 141 struct is_array<_Tp[_Size]> 145 struct is_array<_Tp[]> 176 || is_array<_Tp>::value 495 || is_function<_To>::value || is_array<_To>::value
|
| H A D | type_traits_fwd.h | 62 struct is_array;
|
| /freebsd-12.1/sys/dev/hptmv/ |
| H A D | hptproc.c | 549 is_array: in hpt_get_info() 561 goto is_array; in hpt_get_info()
|
| /freebsd-12.1/contrib/libc++/include/ |
| H A D | memory | 2443 !is_array<_Up>::value 2717 is_array<_Up>::value && 4579 !is_array<_Yp>::value && 4595 !is_array<_Yp>::value && 4614 !is_array<_Yp>::value && 4630 !is_array<_Yp>::value && 4705 !is_array<_Tp>::value, 4717 !is_array<_Tp>::value, 4955 !is_array<_Tp>::value && !is_array<_Up>::value, 4967 !is_array<_Tp>::value && !is_array<_Up>::value, [all …]
|
| H A D | type_traits | 39 template <class T> struct is_array; 241 = is_array<T>::value; // C++17 757 // is_array 759 template <class _Tp> struct _LIBCPP_TEMPLATE_VIS is_array 761 template <class _Tp> struct _LIBCPP_TEMPLATE_VIS is_array<_Tp[]> 763 template <class _Tp, size_t _Np> struct _LIBCPP_TEMPLATE_VIS is_array<_Tp[_Np]> 769 = is_array<_Tp>::value; 971 !is_array<_Tp>::value && 1033 is_array<_Tp>::value || 1351 is_array<_Up>::value, [all …]
|
| H A D | string_view | 212 …static_assert((!is_array<value_type>::value), "Character type of basic_string_view must not be an …
|
| H A D | string | 684 …static_assert((!is_array<value_type>::value), "Character type of basic_string must not be an array…
|
| /freebsd-12.1/sys/dev/drm2/radeon/ |
| H A D | r600_cs.c | 1567 bool is_array; in r600_check_texture_resource() local 1605 is_array = false; in r600_check_texture_resource() 1619 is_array = true; in r600_check_texture_resource() 1622 is_array = true; in r600_check_texture_resource() 1667 if (is_array) { in r600_check_texture_resource()
|
| /freebsd-12.1/contrib/gdb/gdb/ |
| H A D | jv-lang.c | 258 int is_array = 0; in type_from_class() local 315 is_array = 1; in type_from_class()
|
| /freebsd-12.1/contrib/llvm/tools/lld/include/lld/ReaderWriter/ |
| H A D | MachOLinkingContext.h | 100 typename std::enable_if<!std::is_array<T>::value, T *>::type
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Core/ |
| H A D | FormatEntity.cpp | 867 bool is_array = (type_info_flags & eTypeIsArray) != 0; in DumpValue() local 871 if ((is_array || is_pointer) && (!is_array_range) && in DumpValue() 935 if (!is_array && !is_pointer) in DumpValue()
|
| H A D | ValueObject.cpp | 969 const bool is_array = type_flags.Test(eTypeIsArray); in ReadPointedString() local 970 if (is_array) { in ReadPointedString() 987 if (cstr_address_type == eAddressTypeHost && is_array) { in ReadPointedString()
|
| /freebsd-12.1/contrib/llvm/include/llvm/ADT/ |
| H A D | STLExtras.h | 1348 typename std::enable_if<!std::is_array<T>::value, std::unique_ptr<T>>::type 1362 typename std::enable_if<std::is_array<T>::value && std::extent<T>::value == 0,
|
| /freebsd-12.1/contrib/libc++/include/experimental/ |
| H A D | propagate_const | 141 static_assert(!is_array<_Tp>::value,
|
| /freebsd-12.1/contrib/libstdc++/ |
| H A D | ChangeLog-2004 | 408 is_array/is_array.cc: Likewise. 436 is_array/is_array.cc: Slightly tweak consistently, remove typedefs, 491 is_array/is_array.cc: Likewise. 544 is_array/is_array.cc: Likewise. 546 is_array/typedefs.cc: Likewise.
|