OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:t_new_type
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc.old/dist/gcc/jit/
jit-playback.cc
1560
tree
t_new_type
= build_variant_type_copy (m_inner);
local
1562
SET_TYPE_ALIGN (
t_new_type
, alignment_in_bytes * BITS_PER_UNIT);
1563
TYPE_USER_ALIGN (
t_new_type
) = 1;
1565
return new type (
t_new_type
);
1575
tree
t_new_type
= build_vector_type (m_inner, num_units);
local
1576
return new type (
t_new_type
);
/src/external/gpl3/gcc/dist/gcc/jit/
jit-playback.cc
1725
tree
t_new_type
= build_variant_type_copy (m_inner);
local
1727
SET_TYPE_ALIGN (
t_new_type
, alignment_in_bytes * BITS_PER_UNIT);
1728
TYPE_USER_ALIGN (
t_new_type
) = 1;
1730
return new type (
t_new_type
);
1740
tree
t_new_type
= build_vector_type (m_inner, num_units);
local
1741
return new type (
t_new_type
);
Completed in 28 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026