Home
last modified time | relevance | path

Searched refs:build_asm_stmt (Results 1 – 12 of 12) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/c/
H A Dc-tree.h737 extern tree build_asm_stmt (bool, tree);
H A DChangeLog2523 "is_volatile_ flag to build_asm_stmt directly.
2524 * c-tree.h (build_asm_stmt): Make the first arg bool instead of tree.
2525 * c-typeck.c (build_asm_stmt): Ditto; adjust.
2556 * c-typeck.c (build_asm_stmt): Add is_inline parameter. Use it to
H A Dc-typeck.cc10663 build_asm_stmt (bool is_volatile, tree args) in build_asm_stmt() function
H A Dc-parser.cc7189 ret = build_asm_stmt (is_volatile, in c_parser_asm_statement()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c/
H A Dc-tree.h720 extern tree build_asm_stmt (bool, tree);
H A Dc-typeck.c10483 build_asm_stmt (bool is_volatile, tree args) in build_asm_stmt() function
H A Dc-parser.c7231 ret = build_asm_stmt (is_volatile, in c_parser_asm_statement()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-20012519 * c-typeck.c (build_asm_stmt, simple_asm_stmt): No need to
2533 (build_asm_stmt): Similarly.
6474 (build_c_cast, build_modify_expr, digest_init, build_asm_stmt):
H A DChangeLog-200442134 pulled from build_asm_stmt.
42135 (build_asm_stmt): Just handle tacking on the volatile qualifier.
42136 * c-tree.h (build_asm_expr, build_asm_stmt): Update prototypes.
H A DChangeLog.tree-ssa15554 * c-typeck.c (build_asm_stmt): Adjust.
H A DChangeLog-2000484 * c-typeck.c (build_asm_stmt): New, broken out from ...
H A DChangeLog-200224331 (build_asm_stmt): Likewise.