Home
last modified time | relevance | path

Searched refs:finish_asm_stmt (Results 1 – 18 of 18) sorted by relevance

/openbsd/gnu/usr.bin/gcc/gcc/cp/
H A Dparse.y3512 { $$ = finish_asm_stmt ($2, $4, NULL_TREE, NULL_TREE,
3517 { $$ = finish_asm_stmt ($2, $4, $6, NULL_TREE, NULL_TREE); }
3521 { $$ = finish_asm_stmt ($2, $4, $6, $8, NULL_TREE); }
3523 { $$ = finish_asm_stmt ($2, $4, NULL_TREE, $6, NULL_TREE); }
3527 { $$ = finish_asm_stmt ($2, $4, $6, $8, $10); }
3530 { $$ = finish_asm_stmt ($2, $4, NULL_TREE, $6, $8); }
3533 { $$ = finish_asm_stmt ($2, $4, $6, NULL_TREE, $8); }
H A Dsemantics.c883 finish_asm_stmt (cv_qualifier, string, output_operands, in finish_asm_stmt() function
H A DChangeLog3009 * semantic.c (finish_asm_stmt): Fix operand/output_operands
4485 * semantics.c (finish_asm_stmt): Don't call combine_strings.
6208 * semantics.c (finish_asm_stmt): Don't concatenate strings here.
6724 * semantics.c (finish_asm_stmt): Tweek for changed location
7484 * semantics.c (finish_asm_stmt): Mark the output operands
9075 * semantics.c (finish_asm_stmt): Robustify.
9959 (finish_asm_stmt): Likewise.
11118 (finish_asm_stmt): Likewise.
12044 (finish_asm_stmt): Likewise.
12314 (finish_asm_stmt): Do it here, instead.
[all …]
H A Dcp-tree.h4236 extern tree finish_asm_stmt PARAMS ((tree, tree, tree, tree, tree));
H A DChangeLog.2770 * semantics.c (finish_asm_stmt): Likewise.
1229 * class.c (build_vtable_entry_ref): Use finish_asm_stmt.
3465 (finish_asm_stmt): Likewise.
3573 * semantics.c (finish_asm_stmt): Use push_permanent_obstack.
3996 * semantics.c (finish_asm_stmt): Eliminate duplicate code. Check
4509 * semantics.c (finish_asm_stmt): Apply decay conversions to
4698 * semantics.c (finish_asm_stmt): Make strings permanent if they're
6731 * semantics.c (finish_asm_stmt): Don't warn about redundant volatile.
8273 * semantics.c (finish_asm_stmt): Revert my 1998-09-28
8566 * semantics.c (finish_asm_stmt): Always permit volatile asms.
[all …]
H A Dpt.c7874 tmp = finish_asm_stmt
/openbsd/gnu/gcc/gcc/cp/
H A DChangeLog.tree-ssa398 * parser.c (cp_parser_asm_definition): Call finish_asm_stmt with
521 * semantics.c (finish_asm_stmt): Change cv_qualifier parm to
H A DChangeLog-1999770 * semantics.c (finish_asm_stmt): Likewise.
1229 * class.c (build_vtable_entry_ref): Use finish_asm_stmt.
3465 (finish_asm_stmt): Likewise.
3573 * semantics.c (finish_asm_stmt): Use push_permanent_obstack.
3996 * semantics.c (finish_asm_stmt): Eliminate duplicate code. Check
4509 * semantics.c (finish_asm_stmt): Apply decay conversions to
4698 * semantics.c (finish_asm_stmt): Make strings permanent if they're
6731 * semantics.c (finish_asm_stmt): Don't warn about redundant volatile.
H A DChangeLog-2001231 * semantics.c (finish_asm_stmt): Don't concatenate strings here.
747 * semantics.c (finish_asm_stmt): Tweek for changed location
1507 * semantics.c (finish_asm_stmt): Mark the output operands
3098 * semantics.c (finish_asm_stmt): Robustify.
H A DChangeLog-2002413 * semantics.c (finish_asm_stmt): Adjust error handling.
1598 * semantic.c (finish_asm_stmt): Fix operand/output_operands
3082 * semantics.c (finish_asm_stmt): Don't call combine_strings.
3387 * semantics.c (finish_asm_stmt, simplify_affr_init_exprs_r): Update.
H A Dsemantics.c1192 finish_asm_stmt (int volatile_p, tree string, tree output_operands, in finish_asm_stmt() function
H A DChangeLog-200444 * semantics.c (finish_asm_stmt): Resolve asm names. Validate input
1301 (finish_asm_stmt): Likewise.
1344 * semantics.c (finish_asm_stmt, finish_non_static_data_member,
1483 * semantics.c (finish_asm_stmt): Asm expressions need cleanup
4768 * semantics.c (finish_asm_stmt): Likewise.
H A DChangeLog-200087 (finish_asm_stmt): Likewise.
1246 (finish_asm_stmt): Likewise.
2172 (finish_asm_stmt): Likewise.
2442 (finish_asm_stmt): Do it here, instead.
2874 (finish_asm_stmt): Likewise.
H A Dcp-tree.h4300 extern tree finish_asm_stmt (int, tree, tree, tree, tree);
H A DChangeLog-19981485 * semantics.c (finish_asm_stmt): Revert my 1998-09-28
1778 * semantics.c (finish_asm_stmt): Always permit volatile asms.
5539 * semantics.c (finish_asm_stmt): Fix combine strings. Call
H A DChangeLog4353 * semantics.c (finish_asm_stmt): Call readonly_error if outputs are
6935 * semantics.c (finish_asm_stmt): Strip nops off
H A Dpt.c8684 tmp = finish_asm_stmt in tsubst_expr()
H A Dparser.c11020 asm_stmt = finish_asm_stmt (volatile_p, string, outputs, in cp_parser_asm_definition()