Home
last modified time | relevance | path

Searched refs:is_array (Results 1 – 19 of 19) sorted by relevance

/freebsd-12.1/contrib/libucl/src/
H A Ducl_emitter_streamline.c33 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 Ducl_emitter.c166 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 Ducl_parser.c631 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 Dlua_ucl.c297 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 Dtype_traits137 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 Dtype_traits_fwd.h62 struct is_array;
/freebsd-12.1/sys/dev/hptmv/
H A Dhptproc.c549 is_array: in hpt_get_info()
561 goto is_array; in hpt_get_info()
/freebsd-12.1/contrib/libc++/include/
H A Dmemory2443 !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 Dtype_traits39 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 Dstring_view212 …static_assert((!is_array<value_type>::value), "Character type of basic_string_view must not be an …
H A Dstring684 …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 Dr600_cs.c1567 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 Djv-lang.c258 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 DMachOLinkingContext.h100 typename std::enable_if<!std::is_array<T>::value, T *>::type
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DFormatEntity.cpp867 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 DValueObject.cpp969 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 DSTLExtras.h1348 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 Dpropagate_const141 static_assert(!is_array<_Tp>::value,
/freebsd-12.1/contrib/libstdc++/
H A DChangeLog-2004408 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.