Home
last modified time | relevance | path

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

/Linux-v6.6/tools/perf/util/
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 …]
/Linux-v6.6/Documentation/dev-tools/
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");
/Linux-v6.6/kernel/bpf/
Dverifier.c7181 bool is_const = tnum_is_const(reg->var_off); in process_spin_lock() local
7187 if (!is_const) { in process_spin_lock()
7257 bool is_const = tnum_is_const(reg->var_off); in process_timer_func() local
7261 if (!is_const) { in process_timer_func()