| /netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/internal/array/ |
| H A D | concatenation.d | 19 …private enum errorMessage = "Cannot concatenate arrays if compiling without support for runtime ty… variable 45 assert(0, errorMessage); in _d_arraycatnTX() 55 alias _d_arraycatnTXTrace = _d_HookTraceImpl!(ResultArrT, _d_arraycatnTX, errorMessage);
|
| H A D | capacity.d | 27 …private enum errorMessage = "Cannot resize arrays if compiling without support for runtime type in… variable 54 assert(0, errorMessage); in _d_arraysetlengthT() 64 alias _d_arraysetlengthTTrace = _d_HookTraceImpl!(Tarr, _d_arraysetlengthT, errorMessage);
|
| H A D | appending.d | 22 …private enum errorMessage = "Cannot append to array if compiling without support for runtime type … variable 76 alias _d_arrayappendcTXTrace = _d_HookTraceImpl!(Tarr, _d_arrayappendcTX, errorMessage); 84 …private enum errorMessage = "Cannot append to array if compiling without support for runtime type … variable 144 alias _d_arrayappendTTrace = _d_HookTraceImpl!(Tarr, _d_arrayappendT, errorMessage);
|
| H A D | utils.d | 52 auto _d_HookTraceImpl(T, alias Hook, string errorMessage)(string file, int line, string funcname, P… in _d_HookTraceImpl() argument 92 assert(0, errorMessage); 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 103 assert(0, errorMessage("Overlapping arrays in %s: %zu byte(s) overlap of %zu", in _enforceNoOverlapNogc() 113 assert(0, errorMessage("Array lengths don't match for %s: %zu != %zu", in _enforceSameLengthNogc()
|
| /netbsd-src/external/apache2/llvm/dist/libcxx/cmake/Modules/ |
| H A D | MacroEnsureOutOfSourceBuild.cmake | 1 # MACRO_ENSURE_OUT_OF_SOURCE_BUILD(<errorMessage>)
|
| /netbsd-src/external/bsd/openldap/dist/doc/drafts/ |
| H A D | draft-vchu-ldap-pwd-policy-xx.txt | 883 errorMessage: "exceed password retry limit" 891 errorMessage: "password expired" 918 errorMessage: "user is not allowed to change password" 927 errorMessage: "invalid password syntax" 928 errorMessage: "password in history" 929 errorMessage: "trivial password" 930 errorMessage: "within minimum password age" 942 errorMessage: "invalid password syntax" 943 errorMessage: "trivial password"
|
| H A D | draft-ietf-ldapext-ldapv3-dupent-xx.txt | 223 errorMessage [0] LDAPString OPTIONAL, 239 The errorMessage field MAY be populated with a human-readable string
|
| /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 454 fputs(errorMessage, stderr); in notationDecl() 459 fputs(errorMessage, stderr); in notationDecl() 466 fputs(errorMessage, stderr); in notationDecl() 477 fputs(errorMessage, stderr); in notationDecl()
|
| /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 807 expression.error(errorMessage, expression.toChars(), in checkOffsetof()
|
| /netbsd-src/external/bsd/openldap/dist/doc/rfc/ |
| H A D | rfc2649.txt | 162 included in the errorMessage of the LDAPResult. The SignedOperation 307 for you!") MUST be included in the errorMessage of the LDAPResult.
|
| H A D | rfc4511.txt | 3389 - Renamed "errorMessage" to "diagnosticMessage" as it is allowed to
|
| /netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/ |
| H A D | lifetime.d | 2393 …private enum errorMessage = "Cannot delete struct if compiling without support for runtime type in… 2405 alias _d_delstructTrace = _d_HookTraceImpl!(T, _d_delstruct, errorMessage);
|
| /netbsd-src/external/mit/expat/dist/tests/ |
| H A D | runtests.c | 168 const char *errorMessage, const char *file, int lineno) { in _expect_failure() argument 173 _fail_unless(0, file, lineno, errorMessage); in _expect_failure() 178 #define expect_failure(text, errorCode, errorMessage) \ argument 179 _expect_failure((text), (errorCode), (errorMessage), __FILE__, __LINE__)
|