OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:is_vector
(Results
1 - 14
of
14
) sorted by relevancy
/src/external/gpl3/gcc/dist/libgcc/config/rs6000/
darwin-fallback.c
330
bool is_64,
is_vector
;
local
344
is_vector
= (uctx->mcsize == UC_FLAVOR64_VEC_SIZE
353
is_vector
= (ctxstyle == UC_FLAVOR_VEC || ctxstyle == UC_FLAVOR64_VEC
362
is_vector
= (ctxstyle == UC_FLAVOR_VEC || ctxstyle == UC_FLAVOR64_VEC
397
if (
is_vector
)
426
if (
is_vector
)
459
if (
is_vector
)
/src/external/gpl3/gcc.old/dist/libgcc/config/rs6000/
darwin-fallback.c
330
bool is_64,
is_vector
;
local
344
is_vector
= (uctx->mcsize == UC_FLAVOR64_VEC_SIZE
353
is_vector
= (ctxstyle == UC_FLAVOR_VEC || ctxstyle == UC_FLAVOR64_VEC
362
is_vector
= (ctxstyle == UC_FLAVOR_VEC || ctxstyle == UC_FLAVOR64_VEC
397
if (
is_vector
)
426
if (
is_vector
)
459
if (
is_vector
)
/src/external/gpl3/gdb/dist/gdb/
c-typeprint.c
128
&& !type->
is_vector
())
737
int
is_vector
= type->
is_vector
();
742
gdb_printf (stream, (
is_vector
?
751
gdb_printf (stream, (
is_vector
? ")))" : "]"));
735
int
is_vector
= type->
is_vector
();
local
m68k-tdep.c
407
const bool
is_vector
= code == TYPE_CODE_ARRAY && type->
is_vector
();
409
if (
is_vector
421
if (!
is_vector
&& (len == 2 || len == 4 || len == 8))
403
const bool
is_vector
= code == TYPE_CODE_ARRAY && type->
is_vector
();
local
gdbtypes.h
1254
bool
is_vector
() const
function in struct:type
1259
void set_is_vector (bool
is_vector
)
1261
this->main_type->m_flag_vector =
is_vector
;
stabsread.c
3996
int
is_vector
= 0;
4389
is_vector
= 1;
4496
if (
is_vector
)
3992
int
is_vector
= 0;
local
/src/external/gpl3/gdb.old/dist/gdb/
c-typeprint.c
129
&& !type->
is_vector
())
738
int
is_vector
= type->
is_vector
();
743
gdb_printf (stream, (
is_vector
?
752
gdb_printf (stream, (
is_vector
? ")))" : "]"));
736
int
is_vector
= type->
is_vector
();
local
m68k-tdep.c
407
const bool
is_vector
= code == TYPE_CODE_ARRAY && type->
is_vector
();
409
if (
is_vector
421
if (!
is_vector
&& (len == 2 || len == 4 || len == 8))
403
const bool
is_vector
= code == TYPE_CODE_ARRAY && type->
is_vector
();
local
stabsread.c
1511
int
is_vector
= 0;
1904
is_vector
= 1;
2011
if (
is_vector
)
1507
int
is_vector
= 0;
local
gdbtypes.h
1260
bool
is_vector
() const
function in struct:type
1265
void set_is_vector (bool
is_vector
)
1267
this->main_type->m_flag_vector =
is_vector
;
/src/external/gpl3/gcc/dist/gcc/jit/
jit-recording.h
586
virtual vector_type *
is_vector
() { return NULL; }
function in class:gcc::jit::recording::type
865
vector_type *
is_vector
() final override { return this; }
/src/external/gpl3/gcc.old/dist/gcc/jit/
jit-recording.h
570
virtual vector_type *
is_vector
() { return NULL; }
function in class:gcc::jit::recording::type
803
vector_type *
is_vector
() FINAL OVERRIDE { return this; }
/src/external/gpl3/gcc/dist/gcc/
tree-ssa-reassoc.cc
7073
bool
is_vector
= VECTOR_TYPE_P (TREE_TYPE (lhs));
local
7103
if (
is_vector
)
7109
if (rhs_code == MULT_EXPR && !
is_vector
)
/src/external/gpl3/gcc.old/dist/gcc/
tree-ssa-reassoc.cc
6746
bool
is_vector
= VECTOR_TYPE_P (TREE_TYPE (lhs));
local
6776
if (
is_vector
)
6782
if (rhs_code == MULT_EXPR && !
is_vector
)
Completed in 56 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026