Searched refs:lv_asm (Results 1 – 11 of 11) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/ |
H A D | c-common.h | 1330 lv_asm enumerator
|
H A D | c-warn.c | 1825 || use == lv_asm); in readonly_error() 1912 case lv_asm: in lvalue_error()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/c-family/ |
H A D | c-common.h | 1437 lv_asm enumerator
|
H A D | c-warn.cc | 1827 || use == lv_asm); in readonly_error() 1914 case lv_asm: in lvalue_error()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
H A D | typeck2.c | 86 case lv_asm: \ in cxx_readonly_error()
|
H A D | semantics.c | 1592 if (!lvalue_or_else (operand, lv_asm, tf_warning_or_error)) in finish_asm_stmt() 1605 cxx_readonly_error (loc, operand, lv_asm); in finish_asm_stmt()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
H A D | typeck2.cc | 86 case lv_asm: \ in cxx_readonly_error()
|
H A D | semantics.cc | 1863 if (!lvalue_or_else (operand, lv_asm, tf_warning_or_error)) in finish_asm_stmt() 1876 cxx_readonly_error (loc, operand, lv_asm); in finish_asm_stmt()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c/ |
H A D | c-typeck.c | 10530 if (!lvalue_or_else (loc, output, lv_asm)) in build_asm_expr() 10538 readonly_error (loc, output, lv_asm); in build_asm_expr()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/c/ |
H A D | c-typeck.cc | 10710 if (!lvalue_or_else (loc, output, lv_asm)) in build_asm_expr() 10718 readonly_error (loc, output, lv_asm); in build_asm_expr()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | ChangeLog-2005 | 6232 * c-typeck.c (readonly_error): Handle USE being lv_asm.
|