OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:num_elts
(Results
1 - 7
of
7
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/utils/
shuffle_select_fuzz_tester.py
219
def get_random_type(ty,
num_elts
):
243
if
num_elts
== None:
244
num_elts
= random.choice(range(2, 65))
255
return Type(is_float, width,
num_elts
)
351
assert args.
num_elts
== None or args.
num_elts
> 0, "
num_elts
must be a positive integer."
354
ty = get_random_type(args.type, args.
num_elts
)
/src/external/gpl3/gcc/dist/gcc/config/rs6000/
rs6000-builtin.cc
386
rs6000_vector_type (const char *name, tree elt_type, unsigned
num_elts
)
388
tree result = build_vector_type (elt_type,
num_elts
);
/src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
rs6000-builtin.cc
389
rs6000_vector_type (const char *name, tree elt_type, unsigned
num_elts
)
391
tree result = build_vector_type (elt_type,
num_elts
);
/src/external/gpl3/gcc.old/dist/gcc/cp/
constexpr.cc
5752
unsigned
num_elts
= TREE_STRING_LENGTH (string) / chars_per_elt;
local
5755
vec_safe_reserve (CONSTRUCTOR_ELTS (ary_ctor),
num_elts
);
local
5756
for (unsigned ix = 0; ix !=
num_elts
; ix++)
/src/external/gpl3/gcc.old/dist/gcc/
expr.cc
6595
/* TYPE is initialized by a constructor with
NUM_ELTS
elements, the last
6602
complete_ctor_at_level_p (const_tree type, HOST_WIDE_INT
num_elts
,
6608
if (
num_elts
== 0)
6611
gcc_assert (
num_elts
== 1 && last_type);
6620
return count_type_elements (type, true) ==
num_elts
;
/src/external/gpl3/gcc/dist/gcc/cp/
constexpr.cc
6491
unsigned
num_elts
= TREE_STRING_LENGTH (string) / chars_per_elt;
6494
vec_safe_reserve (CONSTRUCTOR_ELTS (ary_ctor),
num_elts
);
6495
for (unsigned ix = 0; ix !=
num_elts
; ix++)
/src/external/gpl3/gcc/dist/gcc/
expr.cc
7279
/* TYPE is initialized by a constructor with
NUM_ELTS
elements, the last
7286
complete_ctor_at_level_p (const_tree type, HOST_WIDE_INT
num_elts
,
7292
if (
num_elts
== 0)
7295
gcc_assert (
num_elts
== 1 && last_type);
7304
return count_type_elements (type, true) ==
num_elts
;
Completed in 56 milliseconds
Indexes created Sun Aug 09 00:24:28 UTC 2026