Home
last modified time | relevance | path

Searched refs:is_vector (Results 1 – 5 of 5) sorted by relevance

/dflybsd-src/contrib/gcc-8.0/gcc/
H A Dgenextract.c90 push_pathstr_operand (int operand, bool is_vector, in push_pathstr_operand() argument
93 if (is_vector && 'a' + operand > 'z') in push_pathstr_operand()
95 else if (is_vector) in push_pathstr_operand()
H A Dtree-ssa-reassoc.c5891 bool is_vector = VECTOR_TYPE_P (TREE_TYPE (lhs)); in reassociate_bb() local
5916 if (is_vector) in reassociate_bb()
5922 if (rhs_code == MULT_EXPR && !is_vector) in reassociate_bb()
/dflybsd-src/contrib/gdb-7/gdb/
H A Dc-typeprint.c685 int is_vector = TYPE_VECTOR (type); in c_type_print_varspec_suffix() local
690 fprintf_filtered (stream, (is_vector ? in c_type_print_varspec_suffix()
695 fprintf_filtered (stream, (is_vector ? ")))" : "]")); in c_type_print_varspec_suffix()
H A Dstabsread.c1521 int is_vector = 0; in read_type() local
1915 is_vector = 1; in read_type()
2023 if (is_vector) in read_type()
/dflybsd-src/contrib/gdb-7/gdb/python/
H A Dpy-type.c474 typy_array_1 (PyObject *self, PyObject *args, int is_vector) in typy_array_1() argument
513 if (is_vector) in typy_array_1()