Home
last modified time | relevance | path

Searched defs:parens (Results 1 – 4 of 4) sorted by relevance

/openbmc/bmcweb/redfish-core/include/
H A Dfilter_expr_parser_grammar.hpp95 const auto parens = lit('(') >> logicalAnd >> lit(')'); variable
/openbmc/linux/kernel/trace/
H A Dtrace_events_filter.c1978 static int calc_stack(const char *str, int *parens, int *preds, int *err) in calc_stack()
H A Dtrace_events.c415 int parens = 0; in test_event_printk() local
/openbmc/linux/kernel/bpf/
H A Dbtf.c933 const char *name = NULL, *prefix = "", *parens = ""; in btf_show_name() local