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

/openbsd-current/gnu/gcc/gcc/
H A Dtarghooks.c399 init_stack_smash_fn (tree decl, const char *asmspec) argument
422 if (asmspec)
423 set_user_assembler_name (stack_smash_fn, asmspec);
H A Dvarasm.c772 decode_reg_name (const char *asmspec)
774 if (asmspec != 0)
779 asmspec = strip_reg_name (asmspec);
782 for (i = strlen (asmspec) - 1; i >= 0; i--)
783 if (! ISDIGIT (asmspec[i]))
785 if (asmspec[0] != 0 && i < 0)
787 i = atoi (asmspec);
796 && ! strcmp (asmspec, strip_reg_name (reg_names[i])))
806 && ! strcmp (asmspec, tabl
768 decode_reg_name(const char *asmspec) argument
1066 const char *asmspec = name+1; local
[all...]
H A Dc-common.h684 extern void set_builtin_user_assembler_name (tree decl, const char *asmspec);
H A Dc-decl.c3379 const char *asmspec = 0;
3386 asmspec = TREE_STRING_POINTER (asmspec_tree);
3533 if (asmspec)
3541 set_builtin_user_assembler_name (decl, asmspec);
3544 init_stack_smash_fn (decl, asmspec);
3545 set_user_assembler_name (decl, asmspec);
3559 set_user_assembler_name (decl, asmspec);
3577 if (asmspec && C_DECL_REGISTER (decl))
3362 const char *asmspec = 0; local
H A Dc-common.c3423 set_builtin_user_assembler_name (tree decl, const char *asmspec)
3428 && asmspec != 0);
3431 set_user_assembler_name (builtin, asmspec);
3433 init_block_move_fn (decl, asmspec);
3435 init_block_clear_fn (decl, asmspec);
3409 set_builtin_user_assembler_name(tree decl, const char *asmspec) argument
H A Dexpr.c1400 init_block_move_fn (tree decl, const char *asmspec)
1425 if (asmspec)
1426 set_user_assembler_name (block_move_fn, asmspec);
2610 init_block_clear_fn (tree decl, const char *asmspec)
2635 if (asmspec)
2636 set_user_assembler_name (block_clear_fn, asmspec);
1396 init_block_move_fn(tree decl, const char *asmspec) argument
2603 init_block_clear_fn(tree decl, const char *asmspec) argument
/openbsd-current/gnu/usr.bin/gcc/gcc/
H A Dc-semantics.c230 const char *asmspec = NULL; local
255 asmspec = IDENTIFIER_POINTER (DECL_ASSEMBLER_NAME (decl));
257 rest_of_decl_compilation (decl, asmspec, /*top_level=*/0, /*at_end=*/0);
H A Dvarasm.c717 decode_reg_name (asmspec)
718 const char *asmspec;
720 if (asmspec != 0)
725 asmspec = strip_reg_name (asmspec);
728 for (i = strlen (asmspec) - 1; i >= 0; i--)
729 if (! ISDIGIT (asmspec[i]))
731 if (asmspec[0] != 0 && i < 0)
733 i = atoi (asmspec);
742 && ! strcmp (asmspec, strip_reg_nam
[all...]
H A Dtoplev.c2296 rest_of_decl_compilation (decl, asmspec, top_level, at_end)
2298 const char *asmspec;
2330 if (asmspec)
2331 make_decl_rtl (decl, asmspec);
2345 else if (DECL_REGISTER (decl) && asmspec != 0)
2347 if (decode_reg_name (asmspec) >= 0)
2350 make_decl_rtl (decl, asmspec);
2354 error ("invalid register name `%s' for register variable", asmspec);
H A Dc-decl.c3008 const char *asmspec = 0;
3014 asmspec = TREE_STRING_POINTER (asmspec_tree);
3114 if (TREE_CODE (decl) == FUNCTION_DECL && asmspec)
3118 SET_DECL_ASSEMBLER_NAME (decl, get_identifier (asmspec));
3139 rest_of_decl_compilation (decl, asmspec,
3147 if (asmspec)
3166 SET_DECL_ASSEMBLER_NAME (decl, get_identifier (asmspec));
2991 const char *asmspec = 0; local
H A Dc-typeck.c5083 const char *asmspec;
5110 const char *asmspec = 0;
5113 asmspec = TREE_STRING_POINTER (asmspec_tree);
5116 p->asmspec = constructor_asmspec;
5131 constructor_asmspec = asmspec;
5193 constructor_asmspec = p->asmspec;
5058 const char *asmspec; member in struct:initializer_stack
5084 const char *asmspec = 0; local
/openbsd-current/gnu/usr.bin/gcc/gcc/cp/
H A Dparse.y197 parse_end_decl (decl, init, asmspec)
198 tree decl, init, asmspec;
204 cp_finish_decl (decl, init, asmspec, init ? LOOKUP_ONLYCONVERTING : 0);
208 parse_field (declarator, attributes, asmspec, init)
209 tree declarator, attributes, asmspec, init;
211 tree d = grokfield (declarator, current_declspecs, init, asmspec,
218 parse_field0 (declarator, specs_attrs, lookups, attributes, asmspec, init)
219 tree declarator, specs_attrs, lookups, attributes, asmspec, init;
222 return parse_field (declarator, attributes, asmspec, init);
H A Ddecl.c8644 make_rtl_for_nonlocal_decl (decl, init, asmspec)
8647 const char *asmspec;
8655 rest_of_decl_compilation (decl, asmspec, toplev, at_eof);
8671 if (asmspec)
8673 SET_DECL_ASSEMBLER_NAME (decl, get_identifier (asmspec));
8718 if (defer_p && asmspec)
8719 make_decl_rtl (decl, asmspec);
8722 rest_of_decl_compilation (decl, asmspec, toplev, at_eof);
8862 const char *asmspec = NULL;
8879 asmspec
8847 const char *asmspec = NULL; local
[all...]
H A Ddecl2.c878 const char *asmspec = 0;
974 asmspec = TREE_STRING_POINTER (asmspec_tree);
1038 if (asmspec)
1049 if (asmspec)
1054 SET_DECL_ASSEMBLER_NAME (value, get_identifier (asmspec));
877 const char *asmspec = 0; local
/openbsd-current/gnu/gcc/gcc/cp/
H A Ddecl2.c765 const char *asmspec = 0;
832 asmspec = TREE_STRING_POINTER (asmspec_tree);
897 if (asmspec)
908 if (asmspec)
909 set_user_assembler_name (value, asmspec);
764 const char *asmspec = 0; local
H A Ddecl.c4942 make_rtl_for_nonlocal_decl (tree decl, tree init, const char* asmspec)
4949 if (asmspec)
4956 set_user_assembler_name (decl, asmspec);
4963 set_builtin_user_assembler_name (decl, asmspec);
4964 set_user_assembler_name (decl, asmspec);
5105 make_rtl_for_nonlocal_decl (decl, init, /*asmspec=*/NULL);
5155 const char *asmspec = NULL;
5185 asmspec = TREE_STRING_POINTER (asmspec_tree);
5382 make_rtl_for_nonlocal_decl (decl, init, asmspec);
4930 make_rtl_for_nonlocal_decl(tree decl, tree init, const char* asmspec) argument
5143 const char *asmspec = NULL; local

Completed in 402 milliseconds