Searched refs:parens (Results 1 – 5 of 5) sorted by relevance
151 $crate::__private::Ok(parens) => {152 $content = parens.content;153 parens.token
429 int parens = 0; in test_event_printk() local545 parens++; in test_event_printk()550 parens--; in test_event_printk()551 if (WARN_ONCE(parens < 0, in test_event_printk()559 if (in_quote || parens) in test_event_printk()
2107 static int calc_stack(const char *str, int *parens, int *preds, int *err) in calc_stack() argument2199 *parens = max_open; in calc_stack()
1084 const char *name = NULL, *prefix = "", *parens = ""; in btf_show_name() local1156 parens = "["; in btf_show_name()1192 parens = "{"; in btf_show_name()1204 parens = ""; in btf_show_name()1215 parens); in btf_show_name()1230 array_suffix, parens); in btf_show_name()
1092 * Put a space between all ifs and their open parens '('.