Home
last modified time | relevance | path

Searched refs:compileError (Results 1 – 25 of 489) sorted by relevance

12345678910>>...20

/dports/devel/liblouis/liblouis-3.20.0/liblouis/
H A DcompileTranslationTable.c307 compileError(file, in getAChar()
1504 compileError( in parseDots()
1939 compileError( in compilePassOpcode()
1946 compileError( in compilePassOpcode()
2113 compileError( in compilePassOpcode()
2270 compileError(file, in compileGrouping()
2694 compileError(file, in compileMacro()
3179 compileError( in compileRule()
3197 compileError( in compileRule()
3777 compileError( in compileRule()
[all …]
/dports/misc/usd/USD-21.11/cmake/macros/
H A DcompilePython.py46 except py_compile.PyCompileError as compileError:
47 exc_value = compileError.exc_value
48 if compileError.exc_type_name == SyntaxError.__name__:
63 sys.argv[1], compileError.exc_type_name, exc_value))
/dports/lang/smalltalk/smalltalk-3.2.5/packages/visualgst/Undo/
H A DAddMethodUndoCommand.st21 compileError: aString line: anInteger [
24 browserWidget isNil ifFalse: [ GtkLauncher compileError: aString line: anInteger ].
28 compileError: aString pos: pos [
31 ^ self compileError: aString line: nil
62 errorBlock: [ :string :pos | self compileError: string pos: pos. ^false ];
72 self compileError: errorString line: lineNo.
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/liblouis/src/liblouis/
H A DcompileTranslationTable.c271 compileError(nested, in getAChar()
1173 compileError(nested, in parseChars()
1343 compileError( in parseDots()
2109 compileError( in compileGrouping()
2116 compileError(nested, in compileGrouping()
2202 compileError(nested, in compileUplow()
2602 compileError( in compileRule()
2658 compileError( in compileRule()
2847 compileError( in compileRule()
3324 compileError( in compileRule()
[all …]
/dports/editors/helix/helix-0.5.0/helix-syntax/languages/tree-sitter-svelte/bindings/zig/
H A Dparser.zig565 pub const __INTMAX_TYPE__ = @compileError("unable to translate C expr: unexpected token .Keyword_in…
566 pub const __UINTMAX_TYPE__ = @compileError("unable to translate C expr: unexpected token .Keyword_u…
567 pub const __PTRDIFF_TYPE__ = @compileError("unable to translate C expr: unexpected token .Keyword_i…
568 pub const __INTPTR_TYPE__ = @compileError("unable to translate C expr: unexpected token .Keyword_in…
569 pub const __SIZE_TYPE__ = @compileError("unable to translate C expr: unexpected token .Keyword_unsi…
571 pub const __INT64_TYPE__ = @compileError("unable to translate C expr: unexpected token .Keyword_int…
575 pub const __INT_FAST64_TYPE__ = @compileError("unable to translate C expr: unexpected token .Keywor…
648 pub const ADVANCE = @compileError("unable to translate C expr: unexpected token .LBrace"); // ./src…
649 pub const SKIP = @compileError("unable to translate C expr: unexpected token .LBrace"); // ./src/tr…
652 pub const SHIFT = @compileError("unable to translate C expr: unexpected token .LBrace"); // ./src/t…
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Activities/Microsoft/VisualBasic/Activities/
H A DVisualBasicDesignerHelper.cs40 out SourceExpressionException compileError, in RecompileVisualBasicValue() argument
63 out compileError, in RecompileVisualBasicValue()
73 out SourceExpressionException compileError, in RecompileVisualBasicReference() argument
96 out compileError, in RecompileVisualBasicReference()
112 compileError = null; in CreatePrecompiledVisualBasicValue()
150 compileError = e; in CreatePrecompiledVisualBasicValue()
169 compileError = se; in CreatePrecompiledVisualBasicValue()
215 compileError = null; in CreatePrecompiledVisualBasicReference()
265 compileError = e; in CreatePrecompiledVisualBasicReference()
293 compileError = e; in CreatePrecompiledVisualBasicReference()
[all …]
/dports/shells/elvish/elvish-0.17.0/pkg/edit/filter/
H A Dcompile_test.go144 t.errorType = compileError
164 compileError const
174 return compileError
184 case compileError:
/dports/lang/zig-devel/zig-0.9.0/lib/std/math/
H A Dsqrt.zig21 @compileError("sqrt not implemented for comptime_int greater than 128 bits");
24 @compileError("sqrt on negative number");
29 .signed => @compileError("sqrt not implemented for signed integers"),
32 else => @compileError("sqrt not implemented for " ++ @typeName(T)),
H A Dnan.zig10 else => @compileError("nan not implemented for " ++ @typeName(T)),
22 else => @compileError("snan not implemented for " ++ @typeName(T)),
/dports/lang/zig/zig-0.9.0/lib/std/math/
H A Dsqrt.zig21 @compileError("sqrt not implemented for comptime_int greater than 128 bits");
24 @compileError("sqrt on negative number");
29 .signed => @compileError("sqrt not implemented for signed integers"),
32 else => @compileError("sqrt not implemented for " ++ @typeName(T)),
H A Dnan.zig10 else => @compileError("nan not implemented for " ++ @typeName(T)),
22 else => @compileError("snan not implemented for " ++ @typeName(T)),
/dports/lang/zig-devel/zig-0.9.0/lib/std/
H A Dlog.zig143 @compileError("Expected root.log to be a function");
177 pub const emerg = @compileError("deprecated; use err instead of emerg");
178 pub const alert = @compileError("deprecated; use err instead of alert");
179 pub const crit = @compileError("deprecated; use err instead of crit");
202 pub const notice = @compileError("deprecated; use info instead of notice");
227 pub const emerg = @compileError("deprecated; use err instead of emerg");
228 pub const alert = @compileError("deprecated; use err instead of alert");
229 pub const crit = @compileError("deprecated; use err instead of crit");
241 pub const notice = @compileError("deprecated; use info instead of notice");
H A Dmeta.zig206 @compileError("type '" ++ @typeName(T) ++ "' cannot possibly have a sentinel");
289 @compileError("Unable to derive a sentinel pointer type from " ++ @typeName(T));
597 pub const TagType = @compileError("deprecated; use Tag");
707 @compileError("cannot compare untagged union type " ++ @typeName(T));
857 pub const IntType = @compileError("replaced by std.meta.Int");
900 @compileError("ArgsTuple expects a function type");
904 @compileError("Cannot create ArgsTuple for generic function");
906 @compileError("Cannot create ArgsTuple for variadic function");
972 @compileError("Expected struct type");
974 @compileError("Struct type must be a tuple type");
[all …]
H A Dbuiltin.zig5 pub const zig_version = @compileError("get this from @import(\"builtin\") instead of std.builtin");
6 pub const zig_is_stage2 = @compileError("get this from @import(\"builtin\") instead of std.builtin"…
7 pub const output_mode = @compileError("get this from @import(\"builtin\") instead of std.builtin");
8 pub const link_mode = @compileError("get this from @import(\"builtin\") instead of std.builtin");
9 pub const is_test = @compileError("get this from @import(\"builtin\") instead of std.builtin");
11 pub const abi = @compileError("get this from @import(\"builtin\") instead of std.builtin");
12 pub const cpu = @compileError("get this from @import(\"builtin\") instead of std.builtin");
13 pub const os = @compileError("get this from @import(\"builtin\") instead of std.builtin");
14 pub const target = @compileError("get this from @import(\"builtin\") instead of std.builtin");
16 pub const mode = @compileError("get this from @import(\"builtin\") instead of std.builtin");
[all …]
H A Dstart.zig61 @compileError("WinMain not supported; declare wWinMain or main instead");
111 @compileError(bad_main_ret);
115 else => @compileError("Bad return type main"),
159 else => @compileError("TODO"),
182 else => @compileError("TODO"),
187 else => @compileError("TODO"),
318 else => @compileError("unsupported arch"),
548 @compileError(bad_main_ret);
564 @compileError(bad_main_ret);
568 else => @compileError(bad_main_ret),
[all …]
/dports/lang/zig/zig-0.9.0/lib/std/
H A Dlog.zig143 @compileError("Expected root.log to be a function");
177 pub const emerg = @compileError("deprecated; use err instead of emerg");
178 pub const alert = @compileError("deprecated; use err instead of alert");
179 pub const crit = @compileError("deprecated; use err instead of crit");
202 pub const notice = @compileError("deprecated; use info instead of notice");
227 pub const emerg = @compileError("deprecated; use err instead of emerg");
228 pub const alert = @compileError("deprecated; use err instead of alert");
229 pub const crit = @compileError("deprecated; use err instead of crit");
241 pub const notice = @compileError("deprecated; use info instead of notice");
H A Dmeta.zig206 @compileError("type '" ++ @typeName(T) ++ "' cannot possibly have a sentinel");
289 @compileError("Unable to derive a sentinel pointer type from " ++ @typeName(T));
597 pub const TagType = @compileError("deprecated; use Tag");
707 @compileError("cannot compare untagged union type " ++ @typeName(T));
857 pub const IntType = @compileError("replaced by std.meta.Int");
900 @compileError("ArgsTuple expects a function type");
904 @compileError("Cannot create ArgsTuple for generic function");
906 @compileError("Cannot create ArgsTuple for variadic function");
972 @compileError("Expected struct type");
974 @compileError("Struct type must be a tuple type");
[all …]
H A Dbuiltin.zig5 pub const zig_version = @compileError("get this from @import(\"builtin\") instead of std.builtin");
6 pub const zig_is_stage2 = @compileError("get this from @import(\"builtin\") instead of std.builtin"…
7 pub const output_mode = @compileError("get this from @import(\"builtin\") instead of std.builtin");
8 pub const link_mode = @compileError("get this from @import(\"builtin\") instead of std.builtin");
9 pub const is_test = @compileError("get this from @import(\"builtin\") instead of std.builtin");
11 pub const abi = @compileError("get this from @import(\"builtin\") instead of std.builtin");
12 pub const cpu = @compileError("get this from @import(\"builtin\") instead of std.builtin");
13 pub const os = @compileError("get this from @import(\"builtin\") instead of std.builtin");
14 pub const target = @compileError("get this from @import(\"builtin\") instead of std.builtin");
16 pub const mode = @compileError("get this from @import(\"builtin\") instead of std.builtin");
[all …]
H A Dstart.zig61 @compileError("WinMain not supported; declare wWinMain or main instead");
111 @compileError(bad_main_ret);
115 else => @compileError("Bad return type main"),
159 else => @compileError("TODO"),
182 else => @compileError("TODO"),
187 else => @compileError("TODO"),
318 else => @compileError("unsupported arch"),
548 @compileError(bad_main_ret);
564 @compileError(bad_main_ret);
568 else => @compileError(bad_main_ret),
[all …]
/dports/graphics/p5-ming/libming-ming-0_4_8/util/
H A Dmakeswf_utils.c62 static void compileError(const char *fmt, ...);
127 old_error_func = Ming_setErrorFunction(compileError);
172 compileError(const char *fmt, ...)
/dports/graphics/ming/libming-ming-0_4_8/util/
H A Dmakeswf_utils.c62 static void compileError(const char *fmt, ...);
127 old_error_func = Ming_setErrorFunction(compileError); in makeswf_compile_source()
172 compileError(const char *fmt, ...) in compileError() function
/dports/graphics/py-ming/libming-ming-0_4_8/util/
H A Dmakeswf_utils.c62 static void compileError(const char *fmt, ...);
127 old_error_func = Ming_setErrorFunction(compileError); in makeswf_compile_source()
172 compileError(const char *fmt, ...) in compileError() function
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/pcbnew/tools/
H A Dboard_inspection_tool.cpp343 compileError = true; in InspectClearance()
430 if( compileError ) in InspectClearance()
439 if( compileError ) in InspectClearance()
477 if( compileError ) in InspectClearance()
508 if( compileError ) in InspectClearance()
706 compileError = true; in InspectConstraints()
735 if( compileError ) in InspectConstraints()
758 if( compileError ) in InspectConstraints()
778 if( compileError ) in InspectConstraints()
802 if( compileError ) in InspectConstraints()
[all …]
/dports/lang/zig-devel/zig-0.9.0/lib/std/c/
H A Dwindows.zig45 pub const Stat = @compileError("TODO windows Stat definition");
49 pub const sigset_t = @compileError("TODO windows sigset_t definition");
50 pub const Sigaction = @compileError("TODO windows Sigaction definition");
51 pub const timezone = @compileError("TODO windows timezone definition");
52 pub const rusage = @compileError("TODO windows rusage definition");
/dports/lang/zig/zig-0.9.0/lib/std/c/
H A Dwindows.zig45 pub const Stat = @compileError("TODO windows Stat definition");
49 pub const sigset_t = @compileError("TODO windows sigset_t definition");
50 pub const Sigaction = @compileError("TODO windows Sigaction definition");
51 pub const timezone = @compileError("TODO windows timezone definition");
52 pub const rusage = @compileError("TODO windows rusage definition");

12345678910>>...20