OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cmptype
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/gpl3/gcc.old/dist/gcc/c-family/
c-omp.cc
383
tree
cmptype
= TREE_TYPE (TREE_OPERAND (rhs1, 0));
local
384
if (SCALAR_FLOAT_TYPE_P (
cmptype
) && !test)
391
&& clear_padding_type_may_have_padding_p (
cmptype
))
393
HOST_WIDE_INT sz = int_size_in_bytes (
cmptype
), i;
397
clear_type_padding_in_mask (
cmptype
, buf);
440
if (!clear_padding && tree_fits_uhwi_p (TYPE_SIZE (
cmptype
)))
442
HOST_WIDE_INT prec = tree_to_uhwi (TYPE_SIZE (
cmptype
));
445
&& (!tree_int_cst_equal (TYPE_SIZE (
cmptype
),
461
tree pcmptype = build_pointer_type (
cmptype
);
462
tree tmp1 = create_tmp_var_raw (
cmptype
);
[
all
...]
/src/external/gpl3/gcc/dist/gcc/c-family/
c-omp.cc
383
tree
cmptype
= TREE_TYPE (TREE_OPERAND (rhs1, 0));
local
384
if (SCALAR_FLOAT_TYPE_P (
cmptype
) && !test)
391
&& clear_padding_type_may_have_padding_p (
cmptype
))
393
HOST_WIDE_INT sz = int_size_in_bytes (
cmptype
), i;
397
clear_type_padding_in_mask (
cmptype
, buf);
440
if (!clear_padding && tree_fits_uhwi_p (TYPE_SIZE (
cmptype
)))
442
HOST_WIDE_INT prec = tree_to_uhwi (TYPE_SIZE (
cmptype
));
445
&& (!tree_int_cst_equal (TYPE_SIZE (
cmptype
),
461
tree pcmptype = build_pointer_type (
cmptype
);
462
tree tmp1 = create_tmp_var_raw (
cmptype
);
[
all
...]
/src/external/gpl3/gcc.old/dist/gcc/d/
d-codegen.cc
1448
tree
cmptype
= truth_type_for (type);
local
1449
tree cmp = fold_build2_loc (input_location, code,
cmptype
, arg0, arg1);
Completed in 40 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026