OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:not_call_expr
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/fortran/
trans-expr.cc
1846
bool
not_call_expr
= TREE_CODE (rse->expr) != CALL_EXPR;
local
1858
if ((
not_call_expr
&& gfc_get_class_from_expr (lse->expr) == NULL_TREE)
1871
||
not_call_expr
)
1904
if (
not_call_expr
)
/src/external/gpl3/gcc.old/dist/gcc/fortran/
trans-expr.cc
1784
bool
not_call_expr
= TREE_CODE (rse->expr) != CALL_EXPR;
local
1796
if ((
not_call_expr
&& gfc_get_class_from_expr (lse->expr) == NULL_TREE)
1809
||
not_call_expr
)
1842
if (
not_call_expr
)
Completed in 93 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026