OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:simplify_intconv
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/fortran/
simplify.cc
3632
simplify_intconv
(gfc_expr *e, int kind, const char *name)
function
3676
return
simplify_intconv
(e, kind, "INT");
3682
return
simplify_intconv
(e, 2, "INT2");
3689
return
simplify_intconv
(e, 8, "INT8");
3696
return
simplify_intconv
(e, 4, "LONG");
/src/external/gpl3/gcc.old/dist/gcc/fortran/
simplify.cc
3580
simplify_intconv
(gfc_expr *e, int kind, const char *name)
function
3624
return
simplify_intconv
(e, kind, "INT");
3630
return
simplify_intconv
(e, 2, "INT2");
3637
return
simplify_intconv
(e, 8, "INT8");
3644
return
simplify_intconv
(e, 4, "LONG");
Completed in 32 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026