| /freebsd-13.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 | 638 bool is_array, uint32_t level, bool has_obrace) in ucl_parser_add_container() argument 644 nobj = ucl_object_new_full (is_array ? UCL_ARRAY : UCL_OBJECT, parser->chunks->priority); in ucl_parser_add_container() 649 if (obj->type == (is_array ? UCL_OBJECT : UCL_ARRAY)) { in ucl_parser_add_container() 658 nobj->type = is_array ? UCL_ARRAY : UCL_OBJECT; in ucl_parser_add_container() 661 if (!is_array) { in ucl_parser_add_container()
|
| /freebsd-13.1/contrib/libucl/lua/ |
| H A D | lua_ucl.c | 331 bool is_array = true, is_implicit = false, found_mt = false; in ucl_object_lua_fromtable() local 346 is_array = false; in ucl_object_lua_fromtable() 349 is_array = true; in ucl_object_lua_fromtable() 358 is_array = true; in ucl_object_lua_fromtable() 389 is_array = false; in ucl_object_lua_fromtable() 394 is_array = false; in ucl_object_lua_fromtable() 403 if (is_array) { in ucl_object_lua_fromtable()
|
| /freebsd-13.1/contrib/llvm-project/openmp/runtime/src/ |
| H A D | kmp_safe_c_api.h | 37 template <typename T, bool B = std::is_array<T>::value>
|
| /freebsd-13.1/sys/contrib/openzfs/contrib/pyzfs/libzfs_core/ |
| H A D | _nvlist.py | 238 is_array = bool(_lib.nvpair_type_is_array(pair)) 242 if is_array:
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Bitcode/ |
| H A D | BitcodeConvenience.h | 335 template <typename T> struct is_array { 349 using has_array = is_array<typename last_type<int, Types...>::type>;
|
| /freebsd-13.1/contrib/llvm-project/libcxx/include/__memory/ |
| H A D | shared_ptr.h | 450 , _If<is_array<_Tp>::value, __is_array_deletable<_Yp*>, __is_deletable<_Yp*> > 535 !is_array<_Yp>::value && 587 static_assert(!is_array<_Tp>::value, 615 static_assert(is_array<_Tp>::value, 1014 !is_array<_Yp>::value && 1099 template<class _Tp, class _Alloc, class ..._Args, class = _EnableIf<!is_array<_Tp>::value> > 1111 template<class _Tp, class ..._Args, class = _EnableIf<!is_array<_Tp>::value> >
|
| H A D | unique_ptr.h | 162 !is_array<_Up>::value 382 is_array<_Up>::value &&
|
| /freebsd-13.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-13.1/contrib/llvm-project/lld/include/lld/ReaderWriter/ |
| H A D | MachOLinkingContext.h | 99 typename std::enable_if<!std::is_array<T>::value, T *>::type
|
| /freebsd-13.1/contrib/llvm-project/libcxx/include/ |
| H A D | type_traits | 38 template <class T> struct is_array; 253 = is_array<T>::value; // C++17 835 // is_array 840 struct _LIBCPP_TEMPLATE_VIS is_array : _BoolConstant<__is_array(_Tp)> { }; 849 template <class _Tp> struct _LIBCPP_TEMPLATE_VIS is_array 851 template <class _Tp> struct _LIBCPP_TEMPLATE_VIS is_array<_Tp[]> 859 = is_array<_Tp>::value; 1132 !is_array<_Tp>::value && 1246 is_array<_Tp>::value || 1632 is_array<_Up>::value, [all …]
|
| H A D | string_view | 248 …static_assert((!is_array<value_type>::value), "Character type of basic_string_view must not be an …
|
| H A D | string | 707 …static_assert((!is_array<value_type>::value), "Character type of basic_string must not be an array…
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Core/ |
| H A D | FormatEntity.cpp | 842 bool is_array = (type_info_flags & eTypeIsArray) != 0; in DumpValue() local 846 if ((is_array || is_pointer) && (!is_array_range) && in DumpValue() 908 if (!is_array && !is_pointer) in DumpValue()
|
| H A D | ValueObject.cpp | 889 const bool is_array = type_flags.Test(eTypeIsArray); in ReadPointedString() local 890 if (is_array) { in ReadPointedString() 907 if (cstr_address_type == eAddressTypeHost && is_array) { in ReadPointedString()
|
| /freebsd-13.1/contrib/llvm-project/libcxx/include/experimental/ |
| H A D | propagate_const | 140 static_assert(!is_array<_Tp>::value,
|