Home
last modified time | relevance | path

Searched refs:errorMessage (Results 1 – 14 of 14) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/internal/array/
H A Dconcatenation.d19 …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 Dcapacity.d27 …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 Dappending.d22 …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 Dutils.d52 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 Darray.d19 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 DMacroEnsureOutOfSourceBuild.cmake1 # MACRO_ENSURE_OUT_OF_SOURCE_BUILD(<errorMessage>)
/netbsd-src/external/bsd/openldap/dist/doc/drafts/
H A Ddraft-vchu-ldap-pwd-policy-xx.txt883 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 Ddraft-ietf-ldapext-ldapv3-dupent-xx.txt223 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 Dxmlwf.c450 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 Dobjc.d801 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 Drfc2649.txt162 included in the errorMessage of the LDAPResult. The SignedOperation
307 for you!") MUST be included in the errorMessage of the LDAPResult.
H A Drfc4511.txt3389 - Renamed "errorMessage" to "diagnosticMessage" as it is allowed to
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/
H A Dlifetime.d2393 …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 Druntests.c168 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__)