Home
last modified time | relevance | path

Searched defs:is_array (Results 1 – 15 of 15) sorted by relevance

/openbsd-src/gnu/llvm/libcxx/include/__type_traits/
H A Dis_array.h27 struct _LIBCPP_TEMPLATE_VIS is_array : _BoolConstant<__is_array(_Tp)> { }; struct
/netbsd-src/external/gpl3/gcc.old/dist/gcc/jit/
H A Djit-recording.h589 type *is_array () FINAL OVERRIDE { return NULL; } in is_array() function
621 type *is_array () FINAL OVERRIDE { return NULL; } in is_array() function
647 type *is_array () FINAL OVERRIDE { return m_other_type->is_array (); } in is_array() function
757 type *is_array () FINAL OVERRIDE { return m_element_type; } in is_array() function
790 type *is_array () FINAL OVERRIDE { return NULL; } in is_array() function
903 type *is_array () FINAL OVERRIDE { return NULL; } in is_array() function
/netbsd-src/external/gpl3/gcc/dist/gcc/jit/
H A Djit-recording.h636 type *is_array () FINAL OVERRIDE { return NULL; } in is_array() function
671 type *is_array () FINAL OVERRIDE { return NULL; } in is_array() function
700 type *is_array () FINAL OVERRIDE { return m_other_type->is_array (); } in is_array() function
832 type *is_array () FINAL OVERRIDE { return m_element_type; } in is_array() function
867 type *is_array () FINAL OVERRIDE { return NULL; } in is_array() function
981 type *is_array () FINAL OVERRIDE { return NULL; } in is_array() function
/openbsd-src/gnu/usr.bin/binutils/gdb/
H A Djv-lang.c260 int is_array = 0; in type_from_class() local
/netbsd-src/external/mpl/dhcp/dist/keama/
H A Dconfparse.c4029 isc_boolean_t is_array = ISC_FALSE; in parse_directive() local
4169 isc_boolean_t is_array = ISC_FALSE; in parse_option_code_dir() local
4327 isc_boolean_t is_array = ISC_FALSE; in parse_option_define_dir() local
H A Dparse.c947 isc_boolean_t is_array = ISC_FALSE; in parse_option_code_definition() local
1343 convert_format(const char *fmt, isc_boolean_t *is_array, in convert_format()
/openbsd-src/gnu/llvm/lldb/tools/lldb-vscode/
H A DJSONUtils.cpp1061 const bool is_array = type_obj.IsArrayType(); in CreateVariable() local
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dprotector.c76 static int is_array; variable
/netbsd-src/sys/external/bsd/drm2/dist/drm/radeon/
H A Dradeon_r600_cs.c1487 bool is_array; in r600_check_texture_resource() local
/openbsd-src/sys/dev/pci/drm/radeon/
H A Dr600_cs.c1484 bool is_array; in r600_check_texture_resource() local
/openbsd-src/gnu/llvm/lldb/source/Core/
H A DFormatEntity.cpp834 bool is_array = (type_info_flags & eTypeIsArray) != 0; in DumpValue() local
H A DValueObject.cpp900 const bool is_array = type_flags.Test(eTypeIsArray); in ReadPointedString() local
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dtrans-expr.c8622 bool is_array = cm->ts.type == BT_CLASS in gfc_trans_structure_assign() local
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Dtrans-expr.cc9165 bool is_array = cm->ts.type == BT_CLASS in gfc_trans_structure_assign() local
/openbsd-src/gnu/usr.bin/perl/
H A Dsv.c6317 bool is_array; global() local