Home
last modified time | relevance | path

Searched defs:errorMessage (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/internal/array/
H A Dappending.d22 …private enum errorMessage = "Cannot append to array if compiling without support for runtime type … variable
84 …private enum errorMessage = "Cannot append to array if compiling without support for runtime type … variable
H A Dcapacity.d27 …private enum errorMessage = "Cannot resize arrays if compiling without support for runtime type in… variable
H A Dconcatenation.d19 …private enum errorMessage = "Cannot concatenate arrays if compiling without support for runtime ty… variable
H A Dutils.d52 auto _d_HookTraceImpl(T, alias Hook, string errorMessage)(string file, int line, string funcname, P… in _d_HookTraceImpl()
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/internal/util/
H A Darray.d19 private char[] errorMessage(Args...)(scope const(char*) format, in errorMessage() function
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dobjc.d801 enum errorMessage = "no property `offsetof` for member `%s` of type " ~ in checkOffsetof() local
/netbsd-src/external/mit/expat/dist/xmlwf/
H A Dxmlwf.c450 const char *errorMessage = "Unable to store NOTATION for output\n"; in notationDecl() local
/netbsd-src/external/mit/expat/dist/tests/
H A Druntests.c168 const char *errorMessage, const char *file, int lineno) { in _expect_failure()
178 #define expect_failure(text, errorCode, errorMessage) \ argument