OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:offset_stmt
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/config/alpha/
alpha.cc
6020
gimple *
offset_stmt
= va_list_skip_additions (offset);
6022
if (
offset_stmt
6023
&& gimple_code (
offset_stmt
) == GIMPLE_PHI)
6030
if (gimple_phi_num_args (
offset_stmt
) != 2)
6034
= va_list_skip_additions (gimple_phi_arg_def (
offset_stmt
, 0));
6036
= va_list_skip_additions (gimple_phi_arg_def (
offset_stmt
, 1));
6089
if (
offset_stmt
6090
&& is_gimple_assign (
offset_stmt
)
6091
&& gimple_assign_rhs_code (
offset_stmt
) == COMPONENT_REF)
6092
offset = gimple_assign_rhs1 (
offset_stmt
);
6006
gimple *
offset_stmt
= va_list_skip_additions (offset);
local
[
all
...]
/src/external/gpl3/gcc.old/dist/gcc/config/alpha/
alpha.cc
6007
gimple *
offset_stmt
= va_list_skip_additions (offset);
6009
if (
offset_stmt
6010
&& gimple_code (
offset_stmt
) == GIMPLE_PHI)
6017
if (gimple_phi_num_args (
offset_stmt
) != 2)
6021
= va_list_skip_additions (gimple_phi_arg_def (
offset_stmt
, 0));
6023
= va_list_skip_additions (gimple_phi_arg_def (
offset_stmt
, 1));
6076
if (
offset_stmt
6077
&& is_gimple_assign (
offset_stmt
)
6078
&& gimple_assign_rhs_code (
offset_stmt
) == COMPONENT_REF)
6079
offset = gimple_assign_rhs1 (
offset_stmt
);
5993
gimple *
offset_stmt
= va_list_skip_additions (offset);
local
[
all
...]
Completed in 67 milliseconds
Indexes created Sat Mar 21 00:23:06 UTC 2026