Home
last modified time | relevance | path

Searched refs:is_constant_expr (Results 1 – 25 of 46) sorted by relevance

12

/dports/devel/libfirm/libfirm-1.21.0/ir/opt/
H A Dreassoc.c543 static int is_constant_expr(ir_node *irn) in is_constant_expr() function
664 if (is_constant_expr(l) || is_constant_expr(r)) in move_consts_up()
674 if (is_constant_expr(a)) { in move_consts_up()
681 } else if (is_constant_expr(b)) { in move_consts_up()
695 if (is_constant_expr(a)) { in move_consts_up()
702 } else if (is_constant_expr(b)) { in move_consts_up()
/dports/games/renpy/renpy-7.4.11-sdk/renpy/
H A Datl.py609 is_constant_expr = renpy.pyanalysis.Analysis().is_constant_expr variable
995 constant = min(constant, is_constant_expr(self.duration))
996 constant = min(constant, is_constant_expr(self.circles))
999 constant = min(constant, is_constant_expr(expr))
1003 constant = min(constant, is_constant_expr(expr))
1006 constant = min(constant, is_constant_expr(expr))
1007 constant = min(constant, is_constant_expr(withexpr))
1046 self.constant = is_constant_expr(self.expression)
1319 self.constant = is_constant_expr(self.repeats)
1503 self.constant = is_constant_expr(self.time)
[all …]
H A Dpyanalysis.py536 def is_constant_expr(self, expr): member in Analysis
/dports/games/renpy/renpy-7.4.11-sdk/renpy/sl2/
H A Dslast.py677 const = min(const, analysis.is_constant_expr(expr))
698 const = min(self.constant, analysis.is_constant_expr(i))
701 const = min(self.constant, analysis.is_constant_expr(v))
1282 const = min(const, analysis.is_constant_expr(cond))
1522 if analysis.is_constant_expr(self.expression) == GLOBAL_CONST:
/dports/devel/pycharm-pro/pycharm-2020.2.3/plugins/python/helpers/coveragepy/coverage/
H A Dparser.py617 def is_constant_expr(self, node): member in AstArcAnalyzer
895 constant_test = self.is_constant_expr(node.test)
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/python/coverage/coverage/
H A Dparser.py766 def is_constant_expr(self, node): member in AstArcAnalyzer
1112 constant_test = self.is_constant_expr(node.test)
/dports/devel/eric6/eric6-21.11/eric/eric6/DebugClients/Python/coverage/
H A Dparser.py766 def is_constant_expr(self, node): member in AstArcAnalyzer
1112 constant_test = self.is_constant_expr(node.test)
/dports/www/firefox-esr/firefox-91.8.0/third_party/python/coverage/coverage/
H A Dparser.py766 def is_constant_expr(self, node): member in AstArcAnalyzer
1112 constant_test = self.is_constant_expr(node.test)
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/python/coverage/coverage/
H A Dparser.py766 def is_constant_expr(self, node): member in AstArcAnalyzer
1112 constant_test = self.is_constant_expr(node.test)
/dports/devel/py-coverage/coverage-4.5.4/coverage/
H A Dparser.py760 def is_constant_expr(self, node): member in AstArcAnalyzer
1106 constant_test = self.is_constant_expr(node.test)
/dports/misc/adios2/ADIOS2-2.7.1/thirdparty/ffs/ffs/cod/pregen_source/Linux/
H A Dcod.y4840 is_constant_expr(sm_ref expr) in is_constant_expr() function
4849 return is_constant_expr(expr->node.identifier.sm_declaration); in is_constant_expr()
4852 return is_constant_expr(expr->node.declaration.init_value); in is_constant_expr()
4856 if (!is_constant_expr(expr->node.operator.left)) return 0; in is_constant_expr()
4862 if (!is_constant_expr(expr->node.operator.right)) return 0; in is_constant_expr()
4897 return is_constant_expr(expr->node.cast.expression); in is_constant_expr()
5010 if (!is_constant_expr(sub_init)) { in semanticize_decl()
5019 } else if (!is_constant_expr(const_val)) { in semanticize_decl()
5921 if (!is_constant_expr(array->node.array_type_decl.size_expr)) {
6102 if (!is_constant_expr(enums->node->node.enumerator.const_expression)) { in semanticize_enum_type_node()
H A Dcod.tab.c7117 is_constant_expr(sm_ref expr) in is_constant_expr() function
7126 return is_constant_expr(expr->node.identifier.sm_declaration); in is_constant_expr()
7129 return is_constant_expr(expr->node.declaration.init_value); in is_constant_expr()
7133 if (!is_constant_expr(expr->node.operator.left)) return 0; in is_constant_expr()
7139 if (!is_constant_expr(expr->node.operator.right)) return 0; in is_constant_expr()
7174 return is_constant_expr(expr->node.cast.expression); in is_constant_expr()
7287 if (!is_constant_expr(sub_init)) { in semanticize_decl()
7296 } else if (!is_constant_expr(const_val)) { in semanticize_decl()
8198 if (!is_constant_expr(array->node.array_type_decl.size_expr)) {
8379 if (!is_constant_expr(enums->node->node.enumerator.const_expression)) { in semanticize_enum_type_node()
/dports/misc/adios2/ADIOS2-2.7.1/thirdparty/ffs/ffs/cod/
H A Dcod.y4842 is_constant_expr(sm_ref expr) in is_constant_expr() function
4851 return is_constant_expr(expr->node.identifier.sm_declaration); in is_constant_expr()
4854 return is_constant_expr(expr->node.declaration.init_value); in is_constant_expr()
4858 if (!is_constant_expr(expr->node.operator.left)) return 0; in is_constant_expr()
4864 if (!is_constant_expr(expr->node.operator.right)) return 0; in is_constant_expr()
4899 return is_constant_expr(expr->node.cast.expression); in is_constant_expr()
5012 if (!is_constant_expr(sub_init)) { in semanticize_decl()
5021 } else if (!is_constant_expr(const_val)) { in semanticize_decl()
5923 if (!is_constant_expr(array->node.array_type_decl.size_expr)) {
6104 if (!is_constant_expr(enums->node->node.enumerator.const_expression)) { in semanticize_enum_type_node()
/dports/misc/adios2/ADIOS2-2.7.1/thirdparty/ffs/ffs/cod/pregen_source/Windows/
H A Dcod.y4840 is_constant_expr(sm_ref expr) in is_constant_expr() function
4849 return is_constant_expr(expr->node.identifier.sm_declaration); in is_constant_expr()
4852 return is_constant_expr(expr->node.declaration.init_value); in is_constant_expr()
4856 if (!is_constant_expr(expr->node.operator.left)) return 0; in is_constant_expr()
4862 if (!is_constant_expr(expr->node.operator.right)) return 0; in is_constant_expr()
4897 return is_constant_expr(expr->node.cast.expression); in is_constant_expr()
5010 if (!is_constant_expr(sub_init)) { in semanticize_decl()
5019 } else if (!is_constant_expr(const_val)) { in semanticize_decl()
5921 if (!is_constant_expr(array->node.array_type_decl.size_expr)) {
6102 if (!is_constant_expr(enums->node->node.enumerator.const_expression)) { in semanticize_enum_type_node()
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/stdlib/src/
H A Derl_eval.erl32 -export([is_constant_expr/1, partial_eval/1, eval_str/1]).
1537 is_constant_expr(Expr) -> function
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/stdlib/src/
H A Derl_eval.erl32 -export([is_constant_expr/1, partial_eval/1, eval_str/1]).
1527 is_constant_expr(Expr) -> function
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/stdlib/src/
H A Derl_eval.erl32 -export([is_constant_expr/1, partial_eval/1, eval_str/1]).
1527 is_constant_expr(Expr) -> function
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/stdlib/src/
H A Derl_eval.erl29 -export([is_constant_expr/1, partial_eval/1, eval_str/1]).
1553 is_constant_expr(Expr) -> function
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/stdlib/src/
H A Derl_eval.erl29 -export([is_constant_expr/1, partial_eval/1, eval_str/1]).
1553 is_constant_expr(Expr) -> function
/dports/lang/erlang/otp-OTP-24.1.7/lib/stdlib/src/
H A Derl_eval.erl29 -export([is_constant_expr/1, partial_eval/1, eval_str/1]).
1553 is_constant_expr(Expr) -> function
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/stdlib/src/
H A Derl_eval.erl29 -export([is_constant_expr/1, partial_eval/1, eval_str/1]).
1553 is_constant_expr(Expr) -> function
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/observer/test/crashdump_viewer_SUITE_data/
H A Dold_format.dump3668 is_constant_expr
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/observer/test/crashdump_viewer_SUITE_data/
H A Dold_format.dump3668 is_constant_expr
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/observer/test/crashdump_viewer_SUITE_data/
H A Dold_format.dump3667 is_constant_expr
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/observer/test/crashdump_viewer_SUITE_data/
H A Dold_format.dump3667 is_constant_expr

12