Home
last modified time | relevance | path

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

/illumos-gate/usr/src/tools/smatch/src/
H A Dtokenize.c850 static struct ident *create_hashed_ident(const char *name, int len, unsigned long hash) in create_hashed_ident() function
897 return create_hashed_ident(name, len, hash_name(name, len)); in built_in_ident()
943 ident = create_hashed_ident(buf, len, hash); in get_one_identifier()