Searched refs:build_asm_stmt (Results 1 – 12 of 12) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/c/ |
H A D | c-tree.h | 737 extern tree build_asm_stmt (bool, tree);
|
H A D | ChangeLog | 2523 "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 D | c-typeck.cc | 10663 build_asm_stmt (bool is_volatile, tree args) in build_asm_stmt() function
|
H A D | c-parser.cc | 7189 ret = build_asm_stmt (is_volatile, in c_parser_asm_statement()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c/ |
H A D | c-tree.h | 720 extern tree build_asm_stmt (bool, tree);
|
H A D | c-typeck.c | 10483 build_asm_stmt (bool is_volatile, tree args) in build_asm_stmt() function
|
H A D | c-parser.c | 7231 ret = build_asm_stmt (is_volatile, in c_parser_asm_statement()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | ChangeLog-2001 | 2519 * 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 D | ChangeLog-2004 | 42134 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 D | ChangeLog.tree-ssa | 15554 * c-typeck.c (build_asm_stmt): Adjust.
|
H A D | ChangeLog-2000 | 484 * c-typeck.c (build_asm_stmt): New, broken out from ...
|
H A D | ChangeLog-2002 | 24331 (build_asm_stmt): Likewise.
|