| /src/external/gpl3/gcc.old/dist/gcc/d/dmd/ |
| ctfe.h | 45 Fake class which holds the thrown exception. 51 ClassReferenceExp *thrown; // the thing being tossed member in class:ThrownExceptionExp
|
| ctfeexpr.d | 125 * Fake class which holds the thrown exception. 130 ClassReferenceExp thrown; // the thing being tossed 135 this.thrown = victim; 148 Expression e = resolveSlice((*thrown.value.elements)[0], &ue); 150 thrown.error("uncaught CTFE exception `%s(%s)`", thrown.type.toChars(), se ? se.toChars() : e.toChars()); 155 if (loc.isValid() && !loc.equals(thrown.loc)) 156 .errorSupplemental(loc, "thrown from here");
|
| dinterpret.d | 884 // expression from return statement, or thrown exception 1465 // An exception was thrown 1469 Type extype = ex.thrown.originalClass().type; 1482 setValue(ca.var, ex.thrown); 1518 printf("Collided exceptions %s %s\n", oldest.thrown.toChars(), newest.thrown.toChars()); 1521 ClassReferenceExp boss = oldest.thrown; 1524 ClassReferenceExp collateral = newest.thrown; 4539 e.error("comparison `%s` of pointers to unrelated memory blocks remains indeterminate at compile time because exception `%s` was thrown while evaluating `%s`", e.e1.toChars(), except.toChars(), e.e2.toChars()); 6446 * !NULL expression from return statement, or thrown exceptio [all...] |
| /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/internal/container/ |
| hashtab.d | 316 bool thrown; 325 thrown = true; 328 assert(thrown);
|
| /src/games/hack/ |
| hack.fight.c | 218 hmon(struct monst *mon, struct obj *obj, int thrown) 244 if (!thrown && obj == uwep && obj->otyp == BOOMERANG 299 /****** NOTE: perhaps obj is undefined!! (if !thrown && BOOMERANG) */ 320 if (thrown) { 323 panic("thrown non-object"); 331 if (u.umconf && !thrown) {
|
| /src/external/gpl3/gcc.old/dist/libphobos/src/std/ |
| exception.d | 76 // assertThrown can be used to assert that an exception is thrown 79 // ifThrown can be used to provide a default value if an exception is thrown 118 of `Throwable`. If a `Throwable` of the given type is thrown, 120 `AssertError` is thrown. However, any other `Throwable`s will escape. 126 If msg is empty, and the thrown exception has a 135 `AssertError` if the given `Throwable` is thrown. 155 throw new AssertError("assertNotThrown failed: " ~ T.stringof ~ " was thrown" ~ tail, file, line, t); 171 `assertNotThrown failed: StringException was thrown: Error!`); 179 `assertNotThrown failed: StringException was thrown: Error!`); 183 `assertNotThrown failed: StringException was thrown.`) [all...] |
| utf.d | 75 Exception thrown on errors in std.utf functions. 1131 well-formed, then a `UTFException` is thrown and `index` remains 1240 sequence. If an exception is thrown, then there is no guarantee as to 1353 sequence. If an exception is thrown, the `str` itself remains unchanged, 4266 * of the Unicode Standard 6.2 or result in a thrown UTFException.
|
| string.d | 194 Exception thrown on errors in std.string functions. 479 formed codepoint, then a $(REF UTFException, std,utf) may be thrown. 923 formed codepoint, then a $(REF UTFException, std,utf) may be thrown. 1173 formed codepoint, then a $(REF UTFException, std,utf) may be thrown. 1362 formed codepoint, then a $(REF UTFException, std,utf) may be thrown. 1756 may be thrown. 1923 thrown. 5537 Unicode and therefore will result in a `UTFException` being thrown from
|
| file.d | 165 Exception thrown for file I/O errors.
|
| /src/external/gpl3/gcc.old/dist/libphobos/src/std/windows/ |
| syserror.d | 38 Thrown if errors that set 51 $(D new WindowsException(GetLastError(), msg)) is thrown.
|
| /src/external/gpl3/gcc.old/dist/libphobos/src/std/algorithm/ |
| iteration.d | 2594 bool thrown = false; 2596 catch (AssertError) thrown = true; 2597 assert(thrown); 2599 thrown = false; 2601 catch (AssertError) thrown = true; 2602 assert(thrown); 2627 bool thrown = false; 2629 catch (AssertError) thrown = true; 2630 assert(thrown); 2632 thrown = false [all...] |
| /src/external/gpl3/gcc/dist/libgcc/ |
| unwind-arm-common.inc | 580 /* Perform phase1 unwinding. UCBP is the exception being thrown, and 638 being thrown and ENTRY_VRS is the register state on entry to 921 /* The thrown object immediately follows the ECB. */
|
| /src/external/gpl3/gcc.old/dist/libgcc/ |
| unwind-arm-common.inc | 580 /* Perform phase1 unwinding. UCBP is the exception being thrown, and 638 being thrown and ENTRY_VRS is the register state on entry to 921 /* The thrown object immediately follows the ECB. */
|
| /src/external/gpl3/gcc/dist/libgcc/config/s390/ |
| morestack.S | 51 # is thrown through this code. 244 # is thrown through this code.
|
| /src/external/gpl3/gcc.old/dist/libgcc/config/s390/ |
| morestack.S | 51 # is thrown through this code. 244 # is thrown through this code.
|
| /src/external/gpl3/gcc/dist/libgcc/config/i386/ |
| morestack.S | 265 # is thrown through this code. 457 # is thrown through this code.
|
| /src/external/gpl3/gcc.old/dist/libgcc/config/i386/ |
| morestack.S | 265 # is thrown through this code. 457 # is thrown through this code.
|
| /src/external/gpl3/gcc.old/dist/libphobos/src/std/net/ |
| curl.d | 4074 Exception thrown on errors in std.net.curl functions. 4096 Exception thrown on timeout errors in std.net.curl functions. 4118 Exception thrown on HTTP request failures, e.g. 404 Not Found. 4147 /// Flag to specify whether or not an exception is thrown on error.
|
| /src/external/gpl3/gcc.old/dist/libphobos/src/std/datetime/ |
| date.d | 9697 file = The file that the $(LREF DateTimeException) will list if thrown. 9699 thrown. 9759 file = The file that the $(LREF DateTimeException) will list if thrown. 9761 thrown. 10201 can't be thrown at compile time and `cmpTimeUnits` must enforce that
|
| interval.d | 1367 $(REF DateTimeException,std,datetime,date) will be thrown. The range 1461 $(REF DateTimeException,std,datetime,date) will be thrown. The range 4056 $(REF DateTimeException,std,datetime,date) will be thrown. 6281 $(REF DateTimeException,std,datetime,date) will be thrown. 8083 $(REF DateTimeException,std,datetime,date) will be thrown. So, to iterate 8086 then a $(REF DateTimeException,std,datetime,date) will be thrown. To 8622 $(REF DateTimeException,std,datetime,date) will be thrown. So, the time 8625 $(REF DateTimeException,std,datetime,date) will be thrown. 8896 $(REF DateTimeException,std,datetime,date) will be thrown. So, the time 8899 $(REF DateTimeException,std,datetime,date) will be thrown [all...] |
| /src/external/gpl2/gettext/dist/build-aux/ |
| texinfo.tex | 4481 % first pair of braces will be thrown out.
|
| /src/external/gpl3/binutils/dist/gprofng/doc/ |
| texinfo.tex | 329 % containing whatsits for writing index entries, the whatsits would be thrown
|
| /src/external/gpl3/binutils.old/dist/gprofng/doc/ |
| texinfo.tex | 329 % containing whatsits for writing index entries, the whatsits would be thrown
|
| /src/external/lgpl3/mpc/dist/build-aux/ |
| texinfo.tex | 329 % containing whatsits for writing index entries, the whatsits would be thrown
|