Home
last modified time | relevance | path

Searched refs:lvalue_use (Results 1 – 15 of 15) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/
H A Dc-common.h1325 enum lvalue_use { enum
1333 extern void lvalue_error (location_t, enum lvalue_use);
1335 extern void readonly_error (location_t, tree, enum lvalue_use);
H A Dc-warn.c1822 readonly_error (location_t loc, tree arg, enum lvalue_use use) in readonly_error()
1896 lvalue_error (location_t loc, enum lvalue_use use) in lvalue_error()
/netbsd-src/external/gpl3/gcc/dist/gcc/c-family/
H A Dc-common.h1432 enum lvalue_use { enum
1440 extern void lvalue_error (location_t, enum lvalue_use);
1442 extern void readonly_error (location_t, tree, enum lvalue_use);
H A Dc-warn.cc1824 readonly_error (location_t loc, tree arg, enum lvalue_use use) in readonly_error()
1898 lvalue_error (location_t loc, enum lvalue_use use) in lvalue_error()
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A DChangeLog-2010140 enum lvalue_use.
3180 * cp-tree.h (mark_exp_read, rvalue_use, lvalue_use, type_use):
3182 * expr.c (mark_exp_read, rvalue_use, lvalue_use, type_use): ... new fns.
3185 (cp_build_unary_op): Call lvalue_use.
3196 (build_x_va_arg, build_new_method_call, build_over_call): Call lvalue_use
H A Dtypeck2.cc72 cxx_readonly_error (location_t loc, tree arg, enum lvalue_use errstring) in cxx_readonly_error()
H A Dcp-tree.h8106 extern int lvalue_or_else (tree, enum lvalue_use,
8166 enum lvalue_use);
H A Dtypeck.cc11254 lvalue_or_else (tree ref, enum lvalue_use use, tsubst_flags_t complain) in lvalue_or_else()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dtypeck2.c72 cxx_readonly_error (location_t loc, tree arg, enum lvalue_use errstring) in cxx_readonly_error()
H A Dcp-tree.h7692 extern int lvalue_or_else (tree, enum lvalue_use,
7747 enum lvalue_use);
H A Dtypeck.c10647 lvalue_or_else (tree ref, enum lvalue_use use, tsubst_flags_t complain) in lvalue_or_else()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c/
H A Dc-typeck.c119 static void readonly_warning (tree, enum lvalue_use);
120 static int lvalue_or_else (location_t, const_tree, enum lvalue_use);
4963 readonly_warning (tree arg, enum lvalue_use use) in readonly_warning()
4989 lvalue_or_else (location_t loc, const_tree ref, enum lvalue_use use) in lvalue_or_else()
/netbsd-src/external/gpl3/gcc/dist/gcc/c/
H A Dc-typeck.cc123 static void readonly_warning (tree, enum lvalue_use);
124 static int lvalue_or_else (location_t, const_tree, enum lvalue_use);
5001 readonly_warning (tree arg, enum lvalue_use use) in readonly_warning()
5027 lvalue_or_else (location_t loc, const_tree ref, enum lvalue_use use) in lvalue_or_else()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-20043238 * c-common.h (lvalue_use): Move here from c-ctypeck.c.
3241 * c-typeck.c (lvalue_use): Remove.
10251 * c-typeck (enum lvalue_use): New.
H A DChangeLog-200527943 (enum lvalue_use): Update comment.