Home
last modified time | relevance | path

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

/openbsd-src/gnu/gcc/gcc/config/rs6000/
H A Ddarwin-fallback.c323 bool is_64, is_vector; in handle_syscall() local
337 is_vector = (uctx->mcsize == UC_FLAVOR64_VEC_SIZE in handle_syscall()
346 is_vector = (ctxstyle == UC_FLAVOR_VEC || ctxstyle == UC_FLAVOR64_VEC in handle_syscall()
381 if (is_vector) in handle_syscall()
410 if (is_vector) in handle_syscall()
443 if (is_vector) in handle_syscall()
/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.h304 bool is_vector = false; member
H A DDWARFASTParserClang.cpp388 is_vector = form_value.Boolean(); in ParsedDWARFTypeAttributes()
1326 attrs.is_vector); in ParseArrayType()
1334 m_ast.CreateArrayType(array_element_type, 0, attrs.is_vector); in ParseArrayType()
/openbsd-src/gnu/usr.bin/binutils/gdb/
H A Dstabsread.c1393 int is_vector = 0; in read_type() local
1763 is_vector = 1; in read_type()
1868 if (is_vector) in read_type()
/openbsd-src/gnu/llvm/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h433 size_t element_count, bool is_vector);
H A DTypeSystemClang.cpp2279 bool is_vector) { in CreateArrayType() argument
2283 if (is_vector) { in CreateArrayType()