Home
last modified time | relevance | path

Searched refs:lv_asm (Results 1 – 11 of 11) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/
H A Dc-common.h1330 lv_asm enumerator
H A Dc-warn.c1825 || use == lv_asm); in readonly_error()
1912 case lv_asm: in lvalue_error()
/netbsd-src/external/gpl3/gcc/dist/gcc/c-family/
H A Dc-common.h1437 lv_asm enumerator
H A Dc-warn.cc1827 || use == lv_asm); in readonly_error()
1914 case lv_asm: in lvalue_error()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dtypeck2.c86 case lv_asm: \ in cxx_readonly_error()
H A Dsemantics.c1592 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 Dtypeck2.cc86 case lv_asm: \ in cxx_readonly_error()
H A Dsemantics.cc1863 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 Dc-typeck.c10530 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 Dc-typeck.cc10710 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 DChangeLog-20056232 * c-typeck.c (readonly_error): Handle USE being lv_asm.