Lines Matching refs:macro_t
460 macro_t *macro = entry ? entry->data : NULL;
466 macro_t *macro = entry ? entry->data : NULL;
1851 macro_t *macro; in _glcpp_parser_expand_function()
1959 macro_t *macro; in _glcpp_parser_expand_node()
2215 _macro_equal(macro_t *a, macro_t *b) in _macro_equal()
2232 macro_t *macro, *previous; in _define_object_macro()
2241 macro = linear_alloc_child(parser->linalloc, sizeof(macro_t)); in _define_object_macro()
2265 macro_t *macro, *previous; in _define_function_macro()
2276 macro = linear_alloc_child(parser->linalloc, sizeof(macro_t)); in _define_function_macro()
2340 macro_t *macro = entry ? entry->data : NULL; in glcpp_parser_lex()
2529 macro_t *macro = (macro_t *) data; in glcpp_parser_copy_defines()
2539 macro_t *previous = entry ? entry->data : NULL; in glcpp_parser_copy_defines()