OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ncopies_type
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc.old/dist/gcc/fortran/
trans-intrinsic.cc
9253
tree args[3], ncopies, dest, dlen, src, slen,
ncopies_type
;
local
9268
ncopies_type
= TREE_TYPE (ncopies);
9272
build_int_cst (
ncopies_type
, 0));
9280
n = gfc_create_var (
ncopies_type
, "ncopies");
9283
tmp = fold_build3_loc (input_location, COND_EXPR,
ncopies_type
, cond,
9284
build_int_cst (
ncopies_type
, 0), ncopies);
9296
largest = TYPE_PRECISION (sizetype) > TYPE_PRECISION (
ncopies_type
)
9297
? sizetype :
ncopies_type
;
/src/external/gpl3/gcc/dist/gcc/fortran/
trans-intrinsic.cc
9320
tree args[3], ncopies, dest, dlen, src, slen,
ncopies_type
;
local
9335
ncopies_type
= TREE_TYPE (ncopies);
9339
build_int_cst (
ncopies_type
, 0));
9347
n = gfc_create_var (
ncopies_type
, "ncopies");
9350
tmp = fold_build3_loc (input_location, COND_EXPR,
ncopies_type
, cond,
9351
build_int_cst (
ncopies_type
, 0), ncopies);
9363
largest = TYPE_PRECISION (sizetype) > TYPE_PRECISION (
ncopies_type
)
9364
? sizetype :
ncopies_type
;
Completed in 40 milliseconds
Indexes created Sat Feb 28 05:31:39 UTC 2026