Home
last modified time | relevance | path

Searched refs:is_const (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/tools/perf/util/
H A Dexpr.y74 static bool is_const(double val)
129 if (!compute_ids || (is_const(LHS.val) && is_const(RHS.val))) { \
166 } else if (!compute_ids || is_const($3.val)) {
218 if (is_const($1.val) && is_const($3.val)) {
223 } else if (is_const($1.val)) {
232 } else if (is_const($3.val)) {
247 if (is_const($1.val) && is_const($3.val)) {
252 } else if (is_const($1.val)) {
261 } else if (is_const($3.val)) {
276 if (is_const($1.val) && is_const($3.val)) {
[all …]
/openbmc/linux/Documentation/dev-tools/
H A Dkcov.rst166 uint64_t *cover, type, arg1, arg2, is_const, size;
200 /* is_const - true if either operand is a compile-time constant.*/
201 is_const = type & KCOV_CMP_CONST;
205 is_const ? "const" : "non-const");
/openbmc/qemu/scripts/codeconverter/codeconverter/
H A Dqom_type_info.py109 def is_const(self) -> bool: member in TypeInfoVar
911 if var.is_static() and var.is_const():
921 if not var.is_static() or not var.is_const():
/openbmc/qemu/tcg/
H A Doptimize.c49 bool is_const; member
124 return ts_info(ts)->is_const; in ts_is_const()
130 return ti->is_const && ti->val == val; in ts_is_const_val()
174 ti->is_const = true; in init_ts_info()
179 ti->is_const = false; in init_ts_info()
266 ti->is_const = false; in reset_ts()
421 di->is_const = si->is_const; in tcg_opt_gen_mov()
/openbmc/linux/kernel/bpf/
H A Dverifier.c7424 bool is_const = tnum_is_const(reg->var_off); in process_spin_lock() local
7430 if (!is_const) { in process_spin_lock()
7500 bool is_const = tnum_is_const(reg->var_off); in process_timer_func() local
7504 if (!is_const) { in process_timer_func()