OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:unaligned_type
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc.old/dist/gcc/d/
d-convert.cc
509
tree
unaligned_type
= build_variant_type_copy (type);
local
510
SET_TYPE_ALIGN (
unaligned_type
, 1 * BITS_PER_UNIT);
511
TYPE_USER_ALIGN (
unaligned_type
) = 1;
512
result = convert (type, build_vconvert (
unaligned_type
, exp));
d-convert.cc
509
tree
unaligned_type
= build_variant_type_copy (type);
local
510
SET_TYPE_ALIGN (
unaligned_type
, 1 * BITS_PER_UNIT);
511
TYPE_USER_ALIGN (
unaligned_type
) = 1;
512
result = convert (type, build_vconvert (
unaligned_type
, exp));
Completed in 43 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026