Searched refs:POSTFIX (Results 1 – 3 of 3) sorted by relevance
| /linux/rust/syn/ |
| H A D | scan_expr.rs | 35 (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 D | preemptirq_delay_test.c | 80 #define DECLARE_TESTFN(POSTFIX) \ argument 81 static void preemptirqtest_##POSTFIX(int idx) \
|
| /linux/arch/x86/kernel/cpu/ |
| H A D | mkcapflags.sh | 16 POSTFIX=$4
|