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

/haiku-buildtools/legacy/gcc/gcc/objc/
H A Dobjc-act.c1884 tree decls = NULL_TREE, ident, decl_spec, expr_decl, expr = NULL_TREE;
1903 decl_spec = tree_cons (NULL_TREE, build_pointer_type (void_type_node),
1906 decl = start_decl (expr_decl, decl_spec, 1, NULL_TREE, NULL_TREE);
1942 decl_spec = tree_cons (NULL_TREE, build_pointer_type (void_type_node),
1946 = start_decl (expr_decl, decl_spec, 1, NULL_TREE, NULL_TREE);
1878 tree decls = NULL_TREE, ident, decl_spec, expr_decl, expr = NULL_TREE; local

Completed in 86 milliseconds