Lines Matching refs:hash_table_find
240 macro_t *macro = hash_table_find (parser->defines, $2);
286 macro_t *macro = hash_table_find (parser->defines, $2);
291 macro_t *macro = hash_table_find (parser->defines, $2);
337 macro_t *macro = hash_table_find (parser->defines, "__VERSION__");
499 int v = hash_table_find (parser->defines, $2) ? 1 : 0;
503 int v = hash_table_find (parser->defines, $3) ? 1 : 0;
1404 macro = hash_table_find (parser->defines, identifier); in _glcpp_parser_expand_function()
1527 macro = hash_table_find (parser->defines, identifier); in _glcpp_parser_expand_node()
1760 previous = hash_table_find (parser->defines, identifier); in _define_object_macro()
1792 previous = hash_table_find (parser->defines, identifier); in _define_function_macro()
1857 macro = hash_table_find (parser->defines, in glcpp_parser_lex()