Home
last modified time | relevance | path

Searched refs:ERROR_FOR_ASSIGNMENT (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dtypeck2.c79 #define ERROR_FOR_ASSIGNMENT(LOC, AS, ASM, IN, DE, ARG) \ in cxx_readonly_error() macro
106 ERROR_FOR_ASSIGNMENT (loc, in cxx_readonly_error()
116 ERROR_FOR_ASSIGNMENT (loc, in cxx_readonly_error()
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dtypeck2.cc79 #define ERROR_FOR_ASSIGNMENT(LOC, AS, ASM, IN, DE, ARG) \ in cxx_readonly_error() macro
106 ERROR_FOR_ASSIGNMENT (loc, in cxx_readonly_error()
116 ERROR_FOR_ASSIGNMENT (loc, in cxx_readonly_error()
H A DChangeLog-20181730 ERROR_FOR_ASSIGNMENT macro and readonly_error. Add LOC argument
1731 to ERROR_FOR_ASSIGNMENT macro, use error_at instead of error and
H A DChangeLog-2009242 and add macro ERROR_FOR_ASSIGNMENT to emit diagnostics.