Searched defs:expr (Results 1 – 9 of 9) sorted by relevance
/tools/include/linux/ |
D | build_bug.h | 78 #define static_assert(expr, ...) __static_assert(expr, ##__VA_ARGS__, #expr) argument 79 #define __static_assert(expr, msg, ...) _Static_assert(expr, msg) argument
|
/tools/perf/util/ |
D | expr.c | 232 __expr__parse(double *val, struct expr_parse_ctx *ctx, const char *expr, in __expr__parse() 265 const char *expr, int runtime) in expr__parse() 270 int expr__find_other(const char *expr, const char *one, in expr__find_other()
|
D | string.c | 222 char *expr = malloc(size); in asprintf_expr_inout_ints() local
|
D | metricgroup.c | 84 struct metric_expr *expr, *tmp; in metric_event_delete() local 309 struct metric_expr *expr; in metricgroup__setup_events() local
|
D | dwarf-aux.c | 431 Dwarf_Op *expr; in die_get_data_member_location() local
|
/tools/testing/selftests/powerpc/include/ |
D | basic_asm.h | 8 #define LOAD_REG_IMMEDIATE(reg, expr) \ argument
|
/tools/testing/selftests/powerpc/pmu/ebb/ |
D | ebb_handler.S | 72 #define LOAD_REG_IMMEDIATE(reg,expr) \ argument
|
/tools/testing/selftests/openat2/ |
D | helpers.h | 89 #define E_assert(expr, msg, ...) \ argument
|
/tools/testing/selftests/bpf/progs/ |
D | map_ptr_kern.c | 24 #define VERIFY(expr) ({ \ argument
|