Home
last modified time | relevance | path

Searched defs:is_array (Results 1 – 8 of 8) 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
/openbsd-src/gnu/usr.bin/binutils/gdb/
H A Djv-lang.c260 int is_array = 0; in type_from_class() local
/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
/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
/openbsd-src/gnu/usr.bin/perl/
H A Dsv.c6317 bool is_array; global() local