Home
last modified time | relevance | path

Searched refs:SourceError (Results 1 – 25 of 151) sorted by relevance

1234567

/dports/devel/hs-ormolu/ormolu-0.4.0.0/_cabal_deps/ghc-lib-parser-9.2.1.20211101/compiler/GHC/Types/
H A DSourceError.hs2 module GHC.Types.SourceError
3 ( SourceError (..)
21 mkSrcErr :: ErrorMessages -> SourceError
22 mkSrcErr = SourceError
24 srcErrorMessages :: SourceError -> ErrorMessages
25 srcErrorMessages (SourceError msgs) = msgs
49 newtype SourceError = SourceError ErrorMessages constructor
51 instance Show SourceError where
54 instance Exception SourceError
59 (SourceError -> m a) -- ^ exception handler
[all …]
/dports/lang/kawa/kawa-3.1.1/gnu/text/
H A DSourceMessages.java19 SourceError firstError;
21 SourceError lastError;
66 SourceError lastPrevFilename = null;
72 public void error(SourceError error) { in error()
94 SourceError next; in error()
147 SourceError err = new SourceError(severity, filename, line, column, in error()
155 SourceError err = new SourceError(severity, location, message); in error()
170 SourceError err = new SourceError(severity, this, message); in error()
176 SourceError err = new SourceError(severity, this, message); in error()
202 SourceError err = in printAll()
[all …]
/dports/misc/xd-rust/delan-xd-4bdbb191ed6d/cargo-crates/color-eyre-0.5.7/examples/
H A Dmultiple_errors.rs10 fn join_errors(results: Vec<Result<(), SourceError>>) -> Result<(), Report> { in join_errors()
25 fn get_errors() -> Vec<Result<(), SourceError>> { in get_errors()
27 Err(SourceError { in get_errors()
31 Err(SourceError { in get_errors()
35 Err(SourceError { in get_errors()
50 struct SourceError { struct
/dports/games/meqcc/meqcc-1.4/
H A Dl_precomp.c1030 SourceError(source, "file %s not found", path); in PC_Directive_include()
1101 SourceError(source, "undef without name"); in PC_Directive_undef()
1168 SourceError(source, "#define without name"); in PC_Directive_define()
1505 SourceError(source, "#ifdef without name"); in PC_Directive_if_def()
1556 SourceError(source, "misplaced #else"); in PC_Directive_else()
1561 SourceError(source, "#else after #else"); in PC_Directive_else()
1580 SourceError(source, "misplaced #endif"); in PC_Directive_endif()
2234 SourceError(source, "nothing to evaluate"); in PC_DollarEvaluate()
2332 SourceError(source, "misplaced #elif"); in PC_Directive_elif()
2495 SourceError(source, "found # without name"); in PC_ReadDirective()
[all …]
/dports/games/iortcw/iortcw-1.51c/SP/code/botlib/
H A Dl_precomp.c1097 SourceError( source, "undef without name" ); in PC_Directive_undef()
1161 SourceError( source, "#define without name" ); in PC_Directive_define()
1488 SourceError( source, "#ifdef without name" ); in PC_Directive_if_def()
1534 SourceError( source, "misplaced #else" ); in PC_Directive_else()
1538 SourceError( source, "#else after #else" ); in PC_Directive_else()
1555 SourceError( source, "misplaced #endif" ); in PC_Directive_endif()
1625 SourceError( source, "out of value space" ); \
2230 SourceError( source, "nothing to evaluate" ); in PC_DollarEvaluate()
2334 SourceError( source, "misplaced #elif" ); in PC_Directive_elif()
2500 SourceError( source, "found # without name" ); in PC_ReadDirective()
[all …]
H A Dl_struct.c96 SourceError( source, "expected unsigned value, found %s", token.string ); in ReadNumber()
101 SourceError( source, "unexpected punctuation %s", token.string ); in ReadNumber()
112 SourceError( source, "expected number, found %s", token.string ); in ReadNumber()
118 SourceError( source, "unexpected float" ); in ReadNumber()
127 SourceError( source, "float out of range [%f, %f]", fd->floatmin, fd->floatmax ); in ReadNumber()
156 SourceError( source, "value %ld out of range [%ld, %ld]", intval, intmin, intmax ); in ReadNumber()
163 SourceError( source, "value %ld out of range [%f, %f]", intval, fd->floatmin, fd->floatmax ); in ReadNumber()
259 SourceError( source, "unknown structure field %s", token.string ); in ReadStructure()
317 SourceError( source, "BUG: no sub structure defined" ); in ReadStructure()
333 SourceError( source, "expected a comma, found %s", token.string ); in ReadStructure()
/dports/games/ioquake3/ioquake3-1.36/code/botlib/
H A Dl_precomp.c1048 SourceError(source, "file %s not found", path); in PC_Directive_include()
1119 SourceError(source, "undef without name"); in PC_Directive_undef()
1186 SourceError(source, "#define without name"); in PC_Directive_define()
1523 SourceError(source, "#ifdef without name"); in PC_Directive_if_def()
1574 SourceError(source, "misplaced #else"); in PC_Directive_else()
1579 SourceError(source, "#else after #else"); in PC_Directive_else()
1598 SourceError(source, "misplaced #endif"); in PC_Directive_endif()
2258 SourceError(source, "nothing to evaluate"); in PC_DollarEvaluate()
2356 SourceError(source, "misplaced #elif"); in PC_Directive_elif()
2519 SourceError(source, "found # without name"); in PC_ReadDirective()
[all …]
H A Dl_struct.c90 SourceError(source, "expected unsigned value, found %s", token.string); in ReadNumber()
96 SourceError(source, "unexpected punctuation %s", token.string); in ReadNumber()
106 SourceError(source, "expected number, found %s", token.string); in ReadNumber()
114 SourceError(source, "unexpected float"); in ReadNumber()
123 SourceError(source, "float out of range [%f, %f]", fd->floatmin, fd->floatmax); in ReadNumber()
153 SourceError(source, "value %d out of range [%d, %d]", intval, intmin, intmax); in ReadNumber()
163 SourceError(source, "value %d out of range [%f, %f]", intval, fd->floatmin, fd->floatmax); in ReadNumber()
253 SourceError(source, "unknown structure field %s", token.string); in ReadStructure()
302 SourceError(source, "BUG: no sub structure defined"); in ReadStructure()
316 SourceError(source, "expected a comma, found %s", token.string); in ReadStructure()
/dports/games/ioquake3-server/ioquake3-1.36/code/botlib/
H A Dl_precomp.c1048 SourceError(source, "file %s not found", path); in PC_Directive_include()
1119 SourceError(source, "undef without name"); in PC_Directive_undef()
1186 SourceError(source, "#define without name"); in PC_Directive_define()
1523 SourceError(source, "#ifdef without name"); in PC_Directive_if_def()
1574 SourceError(source, "misplaced #else"); in PC_Directive_else()
1579 SourceError(source, "#else after #else"); in PC_Directive_else()
1598 SourceError(source, "misplaced #endif"); in PC_Directive_endif()
2258 SourceError(source, "nothing to evaluate"); in PC_DollarEvaluate()
2356 SourceError(source, "misplaced #elif"); in PC_Directive_elif()
2519 SourceError(source, "found # without name"); in PC_ReadDirective()
[all …]
H A Dl_struct.c90 SourceError(source, "expected unsigned value, found %s", token.string); in ReadNumber()
96 SourceError(source, "unexpected punctuation %s", token.string); in ReadNumber()
106 SourceError(source, "expected number, found %s", token.string); in ReadNumber()
114 SourceError(source, "unexpected float"); in ReadNumber()
123 SourceError(source, "float out of range [%f, %f]", fd->floatmin, fd->floatmax); in ReadNumber()
153 SourceError(source, "value %d out of range [%d, %d]", intval, intmin, intmax); in ReadNumber()
163 SourceError(source, "value %d out of range [%f, %f]", intval, fd->floatmin, fd->floatmax); in ReadNumber()
253 SourceError(source, "unknown structure field %s", token.string); in ReadStructure()
302 SourceError(source, "BUG: no sub structure defined"); in ReadStructure()
316 SourceError(source, "expected a comma, found %s", token.string); in ReadStructure()
/dports/games/iortcw/iortcw-1.51c/MP/code/botlib/
H A Dl_precomp.c1097 SourceError( source, "undef without name" ); in PC_Directive_undef()
1161 SourceError( source, "#define without name" ); in PC_Directive_define()
1488 SourceError( source, "#ifdef without name" ); in PC_Directive_if_def()
1534 SourceError( source, "misplaced #else" ); in PC_Directive_else()
1538 SourceError( source, "#else after #else" ); in PC_Directive_else()
1555 SourceError( source, "misplaced #endif" ); in PC_Directive_endif()
1625 SourceError( source, "out of value space" ); \
2230 SourceError( source, "nothing to evaluate" ); in PC_DollarEvaluate()
2334 SourceError( source, "misplaced #elif" ); in PC_Directive_elif()
2500 SourceError( source, "found # without name" ); in PC_ReadDirective()
[all …]
H A Dl_struct.c96 SourceError( source, "expected unsigned value, found %s", token.string ); in ReadNumber()
101 SourceError( source, "unexpected punctuation %s", token.string ); in ReadNumber()
112 SourceError( source, "expected number, found %s", token.string ); in ReadNumber()
118 SourceError( source, "unexpected float" ); in ReadNumber()
127 SourceError( source, "float out of range [%f, %f]", fd->floatmin, fd->floatmax ); in ReadNumber()
156 SourceError( source, "value %ld out of range [%ld, %ld]", intval, intmin, intmax ); in ReadNumber()
163 SourceError( source, "value %ld out of range [%f, %f]", intval, fd->floatmin, fd->floatmax ); in ReadNumber()
259 SourceError( source, "unknown structure field %s", token.string ); in ReadStructure()
317 SourceError( source, "BUG: no sub structure defined" ); in ReadStructure()
333 SourceError( source, "expected a comma, found %s", token.string ); in ReadStructure()
/dports/games/tremulous/tremulous/tremulous-1.1.0-src/src/botlib/
H A Dl_precomp.c1052 SourceError(source, "file %s not found", path); in PC_Directive_include()
1123 SourceError(source, "undef without name"); in PC_Directive_undef()
1190 SourceError(source, "#define without name"); in PC_Directive_define()
1527 SourceError(source, "#ifdef without name"); in PC_Directive_if_def()
1578 SourceError(source, "misplaced #else"); in PC_Directive_else()
1583 SourceError(source, "#else after #else"); in PC_Directive_else()
1602 SourceError(source, "misplaced #endif"); in PC_Directive_endif()
2262 SourceError(source, "nothing to evaluate"); in PC_DollarEvaluate()
2360 SourceError(source, "misplaced #elif"); in PC_Directive_elif()
2523 SourceError(source, "found # without name"); in PC_ReadDirective()
[all …]
H A Dl_struct.c91 SourceError(source, "expected unsigned value, found %s", token.string); in ReadNumber()
97 SourceError(source, "unexpected punctuation %s", token.string); in ReadNumber()
107 SourceError(source, "expected number, found %s", token.string); in ReadNumber()
115 SourceError(source, "unexpected float"); in ReadNumber()
124 SourceError(source, "float out of range [%f, %f]", fd->floatmin, fd->floatmax); in ReadNumber()
154 SourceError(source, "value %d out of range [%d, %d]", intval, intmin, intmax); in ReadNumber()
164 SourceError(source, "value %d out of range [%f, %f]", intval, fd->floatmin, fd->floatmax); in ReadNumber()
254 SourceError(source, "unknown structure field %s", token.string); in ReadStructure()
303 SourceError(source, "BUG: no sub structure defined"); in ReadStructure()
317 SourceError(source, "expected a comma, found %s", token.string); in ReadStructure()
/dports/games/evq3/evq3/code/botlib/
H A Dl_precomp.c1048 SourceError(source, "file %s not found", path); in PC_Directive_include()
1119 SourceError(source, "undef without name"); in PC_Directive_undef()
1186 SourceError(source, "#define without name"); in PC_Directive_define()
1523 SourceError(source, "#ifdef without name"); in PC_Directive_if_def()
1574 SourceError(source, "misplaced #else"); in PC_Directive_else()
1579 SourceError(source, "#else after #else"); in PC_Directive_else()
1598 SourceError(source, "misplaced #endif"); in PC_Directive_endif()
2258 SourceError(source, "nothing to evaluate"); in PC_DollarEvaluate()
2356 SourceError(source, "misplaced #elif"); in PC_Directive_elif()
2519 SourceError(source, "found # without name"); in PC_ReadDirective()
[all …]
H A Dl_struct.c90 SourceError(source, "expected unsigned value, found %s", token.string); in ReadNumber()
96 SourceError(source, "unexpected punctuation %s", token.string); in ReadNumber()
106 SourceError(source, "expected number, found %s", token.string); in ReadNumber()
114 SourceError(source, "unexpected float"); in ReadNumber()
123 SourceError(source, "float out of range [%f, %f]", fd->floatmin, fd->floatmax); in ReadNumber()
153 SourceError(source, "value %d out of range [%d, %d]", intval, intmin, intmax); in ReadNumber()
163 SourceError(source, "value %d out of range [%f, %f]", intval, fd->floatmin, fd->floatmax); in ReadNumber()
253 SourceError(source, "unknown structure field %s", token.string); in ReadStructure()
302 SourceError(source, "BUG: no sub structure defined"); in ReadStructure()
316 SourceError(source, "expected a comma, found %s", token.string); in ReadStructure()
/dports/games/worldofpadman/worldofpadman-1.2.20080621/code/botlib/
H A Dl_precomp.c1048 SourceError(source, "file %s not found", path); in PC_Directive_include()
1119 SourceError(source, "undef without name"); in PC_Directive_undef()
1186 SourceError(source, "#define without name"); in PC_Directive_define()
1523 SourceError(source, "#ifdef without name"); in PC_Directive_if_def()
1574 SourceError(source, "misplaced #else"); in PC_Directive_else()
1579 SourceError(source, "#else after #else"); in PC_Directive_else()
1598 SourceError(source, "misplaced #endif"); in PC_Directive_endif()
2258 SourceError(source, "nothing to evaluate"); in PC_DollarEvaluate()
2356 SourceError(source, "misplaced #elif"); in PC_Directive_elif()
2519 SourceError(source, "found # without name"); in PC_ReadDirective()
[all …]
H A Dl_struct.c90 SourceError(source, "expected unsigned value, found %s", token.string); in ReadNumber()
96 SourceError(source, "unexpected punctuation %s", token.string); in ReadNumber()
106 SourceError(source, "expected number, found %s", token.string); in ReadNumber()
114 SourceError(source, "unexpected float"); in ReadNumber()
123 SourceError(source, "float out of range [%f, %f]", fd->floatmin, fd->floatmax); in ReadNumber()
153 SourceError(source, "value %d out of range [%d, %d]", intval, intmin, intmax); in ReadNumber()
163 SourceError(source, "value %d out of range [%f, %f]", intval, fd->floatmin, fd->floatmax); in ReadNumber()
253 SourceError(source, "unknown structure field %s", token.string); in ReadStructure()
302 SourceError(source, "BUG: no sub structure defined"); in ReadStructure()
316 SourceError(source, "expected a comma, found %s", token.string); in ReadStructure()
/dports/games/openjk/OpenJK-07675e2/codemp/botlib/
H A Dl_precomp.cpp1139 SourceError(source, "undef without name"); in PC_Directive_undef()
1210 SourceError(source, "#define without name"); in PC_Directive_define()
1587 SourceError(source, "#ifdef without name"); in PC_Directive_if_def()
1638 SourceError(source, "misplaced #else"); in PC_Directive_else()
1643 SourceError(source, "#else after #else"); in PC_Directive_else()
1662 SourceError(source, "misplaced #endif"); in PC_Directive_endif()
1728 SourceError(source, "out of value space"); \
2315 SourceError(source, "nothing to evaluate"); in PC_DollarEvaluate()
2413 SourceError(source, "misplaced #elif"); in PC_Directive_elif()
2576 SourceError(source, "found # without name"); in PC_ReadDirective()
[all …]
H A Dl_struct.cpp95 SourceError(source, "expected unsigned value, found %s", token.string); in ReadNumber()
101 SourceError(source, "unexpected punctuation %s", token.string); in ReadNumber()
111 SourceError(source, "expected number, found %s", token.string); in ReadNumber()
119 SourceError(source, "unexpected float"); in ReadNumber()
128 SourceError(source, "float out of range [%f, %f]", fd->floatmin, fd->floatmax); in ReadNumber()
158 SourceError(source, "value %ld out of range [%ld, %ld]", intval, intmin, intmax); in ReadNumber()
168 SourceError(source, "value %ld out of range [%f, %f]", intval, fd->floatmin, fd->floatmax); in ReadNumber()
258 SourceError(source, "unknown structure field %s", token.string); in ReadStructure()
307 SourceError(source, "BUG: no sub structure defined"); in ReadStructure()
321 SourceError(source, "expected a comma, found %s", token.string); in ReadStructure()
/dports/games/openarena/openarena-engine-source-0.8.8/code/botlib/
H A Dl_precomp.c1048 SourceError(source, "file %s not found", path); in PC_Directive_include()
1119 SourceError(source, "undef without name"); in PC_Directive_undef()
1186 SourceError(source, "#define without name"); in PC_Directive_define()
1523 SourceError(source, "#ifdef without name"); in PC_Directive_if_def()
1574 SourceError(source, "misplaced #else"); in PC_Directive_else()
1579 SourceError(source, "#else after #else"); in PC_Directive_else()
1598 SourceError(source, "misplaced #endif"); in PC_Directive_endif()
2258 SourceError(source, "nothing to evaluate"); in PC_DollarEvaluate()
2356 SourceError(source, "misplaced #elif"); in PC_Directive_elif()
2519 SourceError(source, "found # without name"); in PC_ReadDirective()
[all …]
H A Dl_struct.c90 SourceError(source, "expected unsigned value, found %s", token.string); in ReadNumber()
96 SourceError(source, "unexpected punctuation %s", token.string); in ReadNumber()
106 SourceError(source, "expected number, found %s", token.string); in ReadNumber()
114 SourceError(source, "unexpected float"); in ReadNumber()
123 SourceError(source, "float out of range [%f, %f]", fd->floatmin, fd->floatmax); in ReadNumber()
153 SourceError(source, "value %d out of range [%d, %d]", intval, intmin, intmax); in ReadNumber()
163 SourceError(source, "value %d out of range [%f, %f]", intval, fd->floatmin, fd->floatmax); in ReadNumber()
253 SourceError(source, "unknown structure field %s", token.string); in ReadStructure()
302 SourceError(source, "BUG: no sub structure defined"); in ReadStructure()
316 SourceError(source, "expected a comma, found %s", token.string); in ReadStructure()
/dports/games/openarena-server/openarena-engine-source-0.8.8/code/botlib/
H A Dl_precomp.c1048 SourceError(source, "file %s not found", path); in PC_Directive_include()
1119 SourceError(source, "undef without name"); in PC_Directive_undef()
1186 SourceError(source, "#define without name"); in PC_Directive_define()
1523 SourceError(source, "#ifdef without name"); in PC_Directive_if_def()
1574 SourceError(source, "misplaced #else"); in PC_Directive_else()
1579 SourceError(source, "#else after #else"); in PC_Directive_else()
1598 SourceError(source, "misplaced #endif"); in PC_Directive_endif()
2258 SourceError(source, "nothing to evaluate"); in PC_DollarEvaluate()
2356 SourceError(source, "misplaced #elif"); in PC_Directive_elif()
2519 SourceError(source, "found # without name"); in PC_ReadDirective()
[all …]
H A Dl_struct.c90 SourceError(source, "expected unsigned value, found %s", token.string); in ReadNumber()
96 SourceError(source, "unexpected punctuation %s", token.string); in ReadNumber()
106 SourceError(source, "expected number, found %s", token.string); in ReadNumber()
114 SourceError(source, "unexpected float"); in ReadNumber()
123 SourceError(source, "float out of range [%f, %f]", fd->floatmin, fd->floatmax); in ReadNumber()
153 SourceError(source, "value %d out of range [%d, %d]", intval, intmin, intmax); in ReadNumber()
163 SourceError(source, "value %d out of range [%f, %f]", intval, fd->floatmin, fd->floatmax); in ReadNumber()
253 SourceError(source, "unknown structure field %s", token.string); in ReadStructure()
302 SourceError(source, "BUG: no sub structure defined"); in ReadStructure()
316 SourceError(source, "expected a comma, found %s", token.string); in ReadStructure()
/dports/devel/buildstream/BuildStream-1.2.8/buildstream/plugins/sources/
H A Dostree.py56 from buildstream import Source, SourceError, Consistency
79 raise SourceError("{}: OSTree sources require a ref and/or track".format(self),
119 raise SourceError("{}: Failed to fetch tracking ref '{}' from origin {}\n\n{}"
133 raise SourceError("{}: Failed to fetch ref '{}' from origin: {}\n\n{}"
148 raise SourceError("{}: Failed to checkout ref '{}' from origin: {}\n\n{}"
162 raise SourceError("{}: Failed to move ostree checkout {} from '{}' to '{}'\n\n{}"
196 … raise SourceError("{}: Failed to configure origin {}\n\n{}".format(self, self.url, e)) from e

1234567