Home
last modified time | relevance | path

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

/linux/tools/perf/util/
H A Dexpr.y76 static bool is_const(double val)
131 if (!compute_ids || (is_const(LHS.val) && is_const(RHS.val))) { \
220 if (is_const($1.val) && is_const($3.val)) {
225 } else if (is_const($1.val)) {
234 } else if (is_const($3.val)) {
249 if (is_const($1.val) && is_const($3.val)) {
254 } else if (is_const($1.val)) {
278 if (is_const($1.val) && is_const($3.val)) {
301 } else if (!compute_ids || (is_const($1.val) && is_const($3.val))) {
316 } else if (!compute_ids || (is_const($1.val) && is_const($3.val))) {
[all …]
/linux/Documentation/translations/zh_CN/dev-tools/
H A Dkcov.rst165 uint64_t *cover, type, arg1, arg2, is_const, size;
199 /* is_const - 当操作数是一个编译时常量时为真。*/
200 is_const = type & KCOV_CMP_CONST;
204 is_const ? "const" : "non-const");
/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");
/linux/kernel/bpf/
H A Dverifier.c7659 bool is_const = tnum_is_const(reg->var_off); in process_spin_lock() local
7665 if (!is_const) { in process_spin_lock()
7735 bool is_const = tnum_is_const(reg->var_off); in process_timer_func() local
7739 if (!is_const) { in process_timer_func()