Home
last modified time | relevance | path

Searched refs:report_error (Results 1 – 19 of 19) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_text.c247 static void report_error( struct translate_ctx *ctx, const char *msg ) in report_error() function
284 report_error( ctx, "Unknown header" ); in parse_header()
364 report_error( ctx, "Writemask expected" ); in parse_opt_writemask()
385 report_error( ctx, "Unknown register file" ); in parse_register_file_bracket()
390 report_error( ctx, "Expected `['" ); in parse_register_file_bracket()
411 report_error( ctx, "Expected literal unsigned integer" ); in parse_register_file_bracket_index()
430 report_error( ctx, "Expected `]'" ); in parse_register_1d()
483 report_error(ctx, "Expected indirect register swizzle component `x', `y', `z' or `w'"); in parse_register_bracket()
497 report_error( ctx, "Expected literal unsigned integer" ); in parse_register_bracket()
506 report_error( ctx, "Expected `]'" ); in parse_register_bracket()
[all …]
Dtgsi_sanity.c150 report_error( in report_error() function
193 report_error( ctx, "(%u): Invalid register file name", file ); in check_file_name()
283 report_error( ctx, "%s: Undeclared %s register", file_names[reg->file], name ); in check_register_usage()
292 report_error( ctx, "%s[%d][%d]: Undeclared %s register", file_names[reg->file], in check_register_usage()
296 report_error( ctx, "%s[%d]: Undeclared %s register", file_names[reg->file], in check_register_usage()
319 report_error( ctx, "Too many END instructions" ); in iter_instruction()
326 report_error( ctx, "(%u): Invalid instruction opcode", inst->Instruction.Opcode ); in iter_instruction()
331report_error( ctx, "%s: Invalid number of destination operands, should be %u", info->mnemonic, inf… in iter_instruction()
334report_error( ctx, "%s: Invalid number of source operands, should be %u", info->mnemonic, info->nu… in iter_instruction()
348 report_error(ctx, "Destination register has empty writemask"); in iter_instruction()
[all …]
/external/ltrace/
Dread_config_file.c160 report_error(loc->filename, loc->line_no, "bad identifier"); in parse_ident()
209 report_error(loc->filename, loc->line_no, "bad number"); in parse_int()
223 report_error(loc->filename, loc->line_no, in check_nonnegative()
235 report_error(loc->filename, loc->line_no, in check_int()
246 report_error(loc->filename, loc->line_no, in parse_char()
376 report_error(loc->filename, loc->line_no, in parse_argnum()
429 report_error(loc->filename, loc->line_no, in parse_typedef()
464 report_error(loc->filename, loc->line_no, in parse_typedef()
493 report_error(loc->filename, loc->line_no, in parse_struct()
545 report_error(loc->filename, loc->line_no, in unshare_type_info()
[all …]
Doutput.h55 void report_error(char const *file, unsigned line_no, const char *fmt, ...);
Doutput.c858 report_error(const char *filename, unsigned line_no, const char *fmt, ...) in report_error() function
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/template/
Dgroup-file-parser.rb230 report_error( re )
305 report_error( re )
391 report_error( re )
466 report_error( re )
520 report_error( re )
601 report_error( re )
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
Drecognizers.rb412 def report_error( e = $! )
631 report_error( err )
638 report_error( MissingToken( type, inserted ) )
647 report_error( e )
660 report_error( e )
1042 report_error( re )
1045 report_error( re )
1137 def report_error( e )
Dmain.rb230 report_error( error )
235 report_error( error )
239 def report_error( error ) method in ANTLR3.Main.Main
334 report_error( error )
Ddebug.rb233 def report_error( exc ) method
/external/fio/
Dgerror.c22 static void report_error(struct gui_entry *ge, GError *error) in report_error() function
57 report_error(ge, error); in gfio_report_error()
/external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/
DBaseRecognizer.pm146 sub report_error { subroutine
335 $self->report_error($ex);
353 $self->report_error($ex);
369 $self->report_error($e);
395 $self->report_error($e);
DLexer.pm83 $self->report_error($exception);
242 sub report_error { subroutine
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/modes/
Dfilter.rb44 report_error( re )
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/test/
Dfunctional.rb214 def report_error( error ) method
/external/google-breakpad/src/third_party/libdisasm/swig/
Dlibdisasm.i18 %rename(report_error) x86_report_error;
Dlibdisasm_oop.i935 void report_error( enum x86_report_codes code ) { in report_error() function
/external/wpa_supplicant_8/src/eap_server/
Deap_server.c871 goto report_error; in SM_STATE()
971 report_error: in SM_STATE()
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Perl5/
DPerl5.stg365 $self->report_error($exception);
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Ruby/
DRuby.stg447 report_error(re)