OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:alias_align
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl3/gcc.old/dist/gcc/
gimple-fold.cc
5390
tree
alias_align
= gimple_call_arg (call, 1);
local
5392
if (!tree_fits_uhwi_p (
alias_align
) || !integer_all_onesp (mask))
5395
unsigned HOST_WIDE_INT align = tree_to_uhwi (
alias_align
);
5398
tree offset = build_zero_cst (TREE_TYPE (
alias_align
));
gimple-fold.cc
5390
tree
alias_align
= gimple_call_arg (call, 1);
local
5392
if (!tree_fits_uhwi_p (
alias_align
) || !integer_all_onesp (mask))
5395
unsigned HOST_WIDE_INT align = tree_to_uhwi (
alias_align
);
5398
tree offset = build_zero_cst (TREE_TYPE (
alias_align
));
/src/external/gpl3/gcc/dist/gcc/
gimple-fold.cc
5511
tree
alias_align
= gimple_call_arg (call, 1);
local
5512
if (!tree_fits_uhwi_p (
alias_align
))
5546
unsigned HOST_WIDE_INT align = tree_to_uhwi (
alias_align
);
5549
tree offset = build_zero_cst (TREE_TYPE (
alias_align
));
gimple-fold.cc
5511
tree
alias_align
= gimple_call_arg (call, 1);
local
5512
if (!tree_fits_uhwi_p (
alias_align
))
5546
unsigned HOST_WIDE_INT align = tree_to_uhwi (
alias_align
);
5549
tree offset = build_zero_cst (TREE_TYPE (
alias_align
));
Completed in 106 milliseconds
Indexes created Sun Sep 27 00:26:35 UTC 2026