Searched defs:errorMessage (Results 1 – 8 of 8) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/internal/array/ |
H A D | appending.d | 22 …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 D | capacity.d | 27 …private enum errorMessage = "Cannot resize arrays if compiling without support for runtime type in… variable
|
H A D | concatenation.d | 19 …private enum errorMessage = "Cannot concatenate arrays if compiling without support for runtime ty… variable
|
H A D | utils.d | 52 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 D | array.d | 19 private char[] errorMessage(Args...)(scope const(char*) format, in errorMessage() function
|
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/ |
H A D | objc.d | 801 enum errorMessage = "no property `offsetof` for member `%s` of type " ~ in checkOffsetof() local
|
/netbsd-src/external/mit/expat/dist/xmlwf/ |
H A D | xmlwf.c | 450 const char *errorMessage = "Unable to store NOTATION for output\n"; in notationDecl() local
|
/netbsd-src/external/mit/expat/dist/tests/ |
H A D | runtests.c | 168 const char *errorMessage, const char *file, int lineno) { in _expect_failure() 178 #define expect_failure(text, errorCode, errorMessage) \ argument
|