OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:cst_offset
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/fortran/
trans-array.cc
4011
/* Add T to the offset pair *OFFSET, *
CST_OFFSET
. */
4014
add_to_offset (tree *
cst_offset
, tree *offset, tree t)
4017
*
cst_offset
= int_const_binop (PLUS_EXPR, *
cst_offset
, t);
4077
tree offset,
cst_offset
;
local
4126
cst_offset
= offset = gfc_index_zero_node;
4127
add_to_offset (&
cst_offset
, &offset, gfc_conv_array_offset (decl));
4200
add_to_offset (&
cst_offset
, &offset, tmp);
4203
if (!integer_zerop (
cst_offset
))
4205
gfc_array_index_type, offset,
cst_offset
);
[
all
...]
/src/external/gpl3/gcc.old/dist/gcc/fortran/
trans-array.cc
3805
/* Add T to the offset pair *OFFSET, *
CST_OFFSET
. */
3808
add_to_offset (tree *
cst_offset
, tree *offset, tree t)
3811
*
cst_offset
= int_const_binop (PLUS_EXPR, *
cst_offset
, t);
3871
tree offset,
cst_offset
;
local
3946
cst_offset
= offset = gfc_index_zero_node;
3947
add_to_offset (&
cst_offset
, &offset, gfc_conv_array_offset (decl));
4020
add_to_offset (&
cst_offset
, &offset, tmp);
4023
if (!integer_zerop (
cst_offset
))
4025
gfc_array_index_type, offset,
cst_offset
);
[
all
...]
/src/external/gpl3/gcc.old/dist/gcc/
tree-vect-stmts.cc
9124
unsigned HOST_WIDE_INT
cst_offset
= 0;
local
9148
cst_offset
9265
group_el * elsz +
cst_offset
);
Completed in 43 milliseconds
Indexes created Tue Mar 03 05:31:39 UTC 2026