Home
last modified time | relevance | path

Searched refs:parens (Results 1 – 7 of 7) sorted by relevance

/openbmc/bmcweb/redfish-core/include/
H A Dfilter_expr_parser_grammar.hpp95 const auto parens = lit('(') >> logicalAnd >> lit(')'); variable
98 const auto booleanOp_def = comparison | parens;
/openbmc/docs/
H A Dcpp-style-and-conventions.md381 - Insert whitespace after a conditional and before parens.
405 - Do not insert whitespace inside parens or between a function call and
427 - Long lines should have continuation start at the same level as the parens or
428 all all items inside the parens should be at a 2-level indent.
/openbmc/linux/kernel/trace/
H A Dtrace_events.c415 int parens = 0; in test_event_printk() local
524 parens++; in test_event_printk()
529 parens--; in test_event_printk()
530 if (WARN_ONCE(parens < 0, in test_event_printk()
538 if (in_quote || parens) in test_event_printk()
H A Dtrace_events_filter.c1978 static int calc_stack(const char *str, int *parens, int *preds, int *err) in calc_stack() argument
2070 *parens = max_open; in calc_stack()
/openbmc/qemu/target/hexagon/imported/
H A Dmacros.def1524 /* Do the things in the parens, but don't print the parens. */
/openbmc/linux/kernel/bpf/
H A Dbtf.c933 const char *name = NULL, *prefix = "", *parens = ""; in btf_show_name() local
1005 parens = "["; in btf_show_name()
1041 parens = "{"; in btf_show_name()
1053 parens = ""; in btf_show_name()
1064 parens); in btf_show_name()
1079 array_suffix, parens); in btf_show_name()
/openbmc/linux/Documentation/scsi/
H A DChangeLog.lpfc1092 * Put a space between all ifs and their open parens '('.