Home
last modified time | relevance | path

Searched refs:Reject (Results 1 – 6 of 6) sorted by relevance

/linux/rust/proc-macro2/
H A Dparse.rs67 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 Dirqf_oneshot.cocci2 /// Since commit 1c6c69525b40 ("genirq: Reject bogus threaded irq requests")
/linux/drivers/isdn/capi/
H A Dkcapi.h147 __u16 Reject; member
H A Dcapiutil.c134 {_CWORD, offsetof(_cmsg, Reject)},
/linux/kernel/module/
H A DKconfig277 Reject unsigned modules or signed modules for which we don't have a
/linux/tools/memory-model/Documentation/
H A Dlitmus-tests.txt854 35 filter (2:r0=1) (* Reject too-early starts. *)