| /openbsd-src/gnu/llvm/libcxx/include/__type_traits/ |
| H A D | is_array.h | 27 struct _LIBCPP_TEMPLATE_VIS is_array : _BoolConstant<__is_array(_Tp)> { }; struct
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/jit/ |
| H A D | jit-recording.h | 589 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 D | jit-recording.h | 636 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 D | jv-lang.c | 260 int is_array = 0; in type_from_class() local
|
| /netbsd-src/external/mpl/dhcp/dist/keama/ |
| H A D | confparse.c | 4029 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 D | parse.c | 947 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 D | JSONUtils.cpp | 1061 const bool is_array = type_obj.IsArrayType(); in CreateVariable() local
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/ |
| H A D | protector.c | 76 static int is_array; variable
|
| /netbsd-src/sys/external/bsd/drm2/dist/drm/radeon/ |
| H A D | radeon_r600_cs.c | 1487 bool is_array; in r600_check_texture_resource() local
|
| /openbsd-src/sys/dev/pci/drm/radeon/ |
| H A D | r600_cs.c | 1484 bool is_array; in r600_check_texture_resource() local
|
| /openbsd-src/gnu/llvm/lldb/source/Core/ |
| H A D | FormatEntity.cpp | 834 bool is_array = (type_info_flags & eTypeIsArray) != 0; in DumpValue() local
|
| H A D | ValueObject.cpp | 900 const bool is_array = type_flags.Test(eTypeIsArray); in ReadPointedString() local
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/ |
| H A D | trans-expr.c | 8622 bool is_array = cm->ts.type == BT_CLASS in gfc_trans_structure_assign() local
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/fortran/ |
| H A D | trans-expr.cc | 9165 bool is_array = cm->ts.type == BT_CLASS in gfc_trans_structure_assign() local
|
| /openbsd-src/gnu/usr.bin/perl/ |
| H A D | sv.c | 6317 bool is_array; global() local
|