Home
last modified time | relevance | path

Searched refs:quote_token (Results 1 - 4 of 4) sorted by relevance

/third_party/rust/crates/quote/src/
H A Dlib.rs499 $crate::quote_token!{$tt _s}
511 $crate::quote_token!{$tt1 _s}
512 $crate::quote_token!{$tt2 _s}
910 $crate::quote_token!{$sep $tokens}
924 $crate::quote_token!{* $tokens}
938 $crate::quote_token!{$curr $tokens}
1004 macro_rules! quote_token { macros
1222 // See the comment above `quote_token!` about the rule ordering.
/third_party/ltp/tools/sparse/sparse-src/
H A Dtoken.h228 extern const char *quote_token(const struct token *);
H A Dtokenize.c253 const char *quote_token(const struct token *token) in quote_token() function
H A Dpre-process.c418 const char *val = quote ? quote_token(token) : show_token(token); in show_token_sequence()

Completed in 7 milliseconds