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

/freebsd-9.3-release/contrib/gcc/cp/
H A Ddecl2.c714 tree asmspec_tree,
750 cp_finish_decl (decl, init, init_const_expr_p, asmspec_tree, flags);
761 tree asmspec_tree,
831 if (asmspec_tree && asmspec_tree != error_mark_node)
832 asmspec = TREE_STRING_POINTER (asmspec_tree);
893 asmspec_tree, flags);
914 asmspec_tree, flags);
711 finish_static_data_member_decl(tree decl, tree init, bool init_const_expr_p, tree asmspec_tree, int flags) argument
757 grokfield(const cp_declarator *declarator, cp_decl_specifier_seq *declspecs, tree init, bool init_const_expr_p, tree asmspec_tree, tree attrlist) argument
H A Ddecl.c5188 tree asmspec_tree, int flags)
5220 asmspec_tree = maybe_apply_renaming_pragma (decl, asmspec_tree);
5221 if (asmspec_tree && asmspec_tree != error_mark_node)
5222 asmspec = TREE_STRING_POINTER (asmspec_tree);
5499 finish_decl (tree decl, tree init, tree asmspec_tree)
5501 cp_finish_decl (decl, init, /*init_const_expr_p=*/false, asmspec_tree, 0);
5175 cp_finish_decl(tree decl, tree init, bool init_const_expr_p, tree asmspec_tree, int flags) argument
5487 finish_decl(tree decl, tree init, tree asmspec_tree) argument
/freebsd-9.3-release/contrib/gcc/
H A Dc-decl.c2418 tree asmspec_tree;
2494 asmspec_tree = maybe_apply_renaming_pragma (decl, /*asmname=*/NULL);
2495 if (asmspec_tree)
2496 set_user_assembler_name (decl, TREE_STRING_POINTER (asmspec_tree));
3479 finish_decl (tree decl, tree init, tree asmspec_tree)
3488 asmspec_tree = maybe_apply_renaming_pragma (decl, asmspec_tree);
3489 if (asmspec_tree)
3490 asmspec = TREE_STRING_POINTER (asmspec_tree);
2408 tree asmspec_tree; local
3462 finish_decl(tree decl, tree init, tree asmspec_tree) argument
H A Dc-typeck.c4992 start_init (tree decl, tree asmspec_tree ATTRIBUTE_UNUSED, int top_level)

Completed in 152 milliseconds