Searched refs:cxx_readonly_error (Results 1 – 8 of 8) sorted by relevance
/dflybsd-src/contrib/gcc-4.7/gcc/cp/ |
H A D | typeck2.c | 73 cxx_readonly_error (tree arg, enum lvalue_use errstring) in cxx_readonly_error() function
|
H A D | typeck.c | 5228 cxx_readonly_error (arg, ((code == PREINCREMENT_EXPR in cp_build_unary_op() 6876 cxx_readonly_error (lhs, lv_assign); in cp_build_modify_expr()
|
H A D | cp-tree.h | 5886 extern void cxx_readonly_error (tree, enum lvalue_use);
|
H A D | semantics.c | 1363 cxx_readonly_error (operand, lv_asm); in finish_asm_stmt()
|
/dflybsd-src/contrib/gcc-8.0/gcc/cp/ |
H A D | typeck2.c | 70 cxx_readonly_error (tree arg, enum lvalue_use errstring) in cxx_readonly_error() function
|
H A D | typeck.c | 6235 cxx_readonly_error (arg, ((code == PREINCREMENT_EXPR in cp_build_unary_op() 8165 cxx_readonly_error (lhs, lv_assign); in cp_build_modify_expr()
|
H A D | cp-tree.h | 7356 extern void cxx_readonly_error (tree, enum lvalue_use);
|
H A D | semantics.c | 1519 cxx_readonly_error (operand, lv_asm); in finish_asm_stmt()
|