Home
last modified time | relevance | path

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

/illumos-gate/usr/src/tools/smatch/src/
H A Dtoken.h224 extern struct token *built_in_token(int, struct ident *);
H A Dsymbol.c670 struct token *token = built_in_token(stream, ident); in create_symbol()
H A Dtokenize.c900 struct token *built_in_token(int stream, struct ident *ident) in built_in_token() function