Home
last modified time | relevance | path

Searched refs:POSTFIX (Results 1 – 3 of 3) sorted by relevance

/linux/rust/syn/
H A Dscan_expr.rs35 (ConsumeDelimiter, SetState(&POSTFIX)),
51 (Keyword("_"), SetState(&POSTFIX)),
61 (ConsumeLiteral, SetState(&POSTFIX)),
65 static POSTFIX: [(Input, Action); 10] = [ constant
66 (Keyword("as"), SetState(&[(ExpectType, SetState(&POSTFIX))])),
70 (Punct("?"), SetState(&POSTFIX)),
74 (ConsumeDelimiter, SetState(&POSTFIX)),
81 (ConsumeBrace, SetState(&POSTFIX)),
84 static BLOCK: [(Input, Action); 1] = [(ConsumeBrace, SetState(&POSTFIX))];
94 (Otherwise, SetState(&POSTFIX)),
[all …]
/linux/kernel/trace/
H A Dpreemptirq_delay_test.c80 #define DECLARE_TESTFN(POSTFIX) \ argument
81 static void preemptirqtest_##POSTFIX(int idx) \
/linux/arch/x86/kernel/cpu/
H A Dmkcapflags.sh16 POSTFIX=$4