Searched refs:Reject (Results 1 – 6 of 6) sorted by relevance
| /linux/rust/proc-macro2/ |
| H A D | parse.rs | 67 fn parse(&self, tag: &str) -> Result<Cursor<'a>, Reject> { in parse() argument 71 Err(Reject) in parse() 76 pub(crate) struct Reject; struct 77 type PResult<'a, O> = Result<(Cursor<'a>, O), Reject>; 104 Err(Reject) => return s, in skip_whitespace() 129 return Err(Reject); in block_comment() 151 Err(Reject) in block_comment() 159 fn word_break(input: Cursor) -> Result<Cursor, Reject> { in word_break() argument 161 Some(ch) if is_ident_continue(ch) => Err(Reject), in word_break() 241 Err(Reject) => return Err(lex_error(input)), in token_stream() [all …]
|
| /linux/scripts/coccinelle/misc/ |
| H A D | irqf_oneshot.cocci | 2 /// Since commit 1c6c69525b40 ("genirq: Reject bogus threaded irq requests")
|
| /linux/drivers/isdn/capi/ |
| H A D | kcapi.h | 147 __u16 Reject; member
|
| H A D | capiutil.c | 134 {_CWORD, offsetof(_cmsg, Reject)},
|
| /linux/kernel/module/ |
| H A D | Kconfig | 277 Reject unsigned modules or signed modules for which we don't have a
|
| /linux/tools/memory-model/Documentation/ |
| H A D | litmus-tests.txt | 854 35 filter (2:r0=1) (* Reject too-early starts. *)
|