Home
last modified time | relevance | path

Searched defs:is_vector (Results 1 – 8 of 8) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dgenextract.cc91 push_pathstr_operand (int operand, bool is_vector, in push_pathstr_operand()
Dtree-ssa-reassoc.cc6745 bool is_vector = VECTOR_TYPE_P (TREE_TYPE (lhs)); in reassociate_bb() local
/netbsd/src/external/gpl3/gcc/dist/libgcc/config/rs6000/
Ddarwin-fallback.c330 bool is_64, is_vector; in handle_syscall() local
/netbsd/src/external/gpl3/gdb/dist/gdb/
Dc-typeprint.c736 int is_vector = type->is_vector (); in c_type_print_varspec_suffix() local
Dm68k-tdep.c403 const bool is_vector = code == TYPE_CODE_ARRAY && type->is_vector (); in m68k_reg_struct_return_p() local
Dstabsread.c1507 int is_vector = 0; in read_type() local
Dgdbtypes.h1260 bool is_vector () const in is_vector() function
/netbsd/src/external/gpl3/gdb/dist/gdb/python/
Dpy-type.c552 typy_array_1 (PyObject *self, PyObject *args, int is_vector) in typy_array_1()