HomeSort by: relevance | last modified time | path
    Searched defs:do_error (Results 1 - 8 of 8) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/config/i386/
i386-builtin-types.awk 19 function do_error(string) { function
26 do_error("undefined type code " string)
67 do_error("DEF_PRIMITIVE_TYPE expected 2 arguments")
80 do_error("DEF_VECTOR_TYPE expected 2 arguments")
99 do_error("invalid qualifier \"" $4 "\"")
102 do_error("DEF_POINTER_TYPE expected 2 or 3 arguments")
114 do_error("DEF_FUNCTION_TYPE expected at least 1 argument")
134 do_error("undefined function code " $2)
136 do_error("DEF_FUNCTION_TYPE_ALIAS expected 2 arguments")
141 do_error("unknown directive \"" $1 "\"")
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/config/i386/
i386-builtin-types.awk 19 function do_error(string) { function
26 do_error("undefined type code " string)
67 do_error("DEF_PRIMITIVE_TYPE expected 2 arguments")
80 do_error("DEF_VECTOR_TYPE expected 2 arguments")
99 do_error("invalid qualifier \"" $4 "\"")
102 do_error("DEF_POINTER_TYPE expected 2 or 3 arguments")
114 do_error("DEF_FUNCTION_TYPE expected at least 1 argument")
134 do_error("undefined function code " $2)
136 do_error("DEF_FUNCTION_TYPE_ALIAS expected 2 arguments")
141 do_error("unknown directive \"" $1 "\"")
    [all...]
  /src/external/gpl2/groff/dist/src/libs/libgroff/
error.cpp 78 static void do_error(error_type type, function
94 do_error(ERROR, format, arg1, arg2, arg3);
102 do_error(WARNING, format, arg1, arg2, arg3);
110 do_error(FATAL, format, arg1, arg2, arg3);
  /src/external/gpl3/gcc/dist/libcpp/
directives.cc 1230 do_error (cpp_reader *pfile) function
  /src/external/gpl3/gcc.old/dist/libcpp/
directives.cc 1212 do_error (cpp_reader *pfile) function
  /src/external/gpl3/gcc.old/dist/gcc/
internal-fn.cc 826 rtx_code_label *do_error = gen_label_rtx (); local
928 create_fixed_operand (&ops[3], do_error);
1017 emit_jump (do_error);
1021 NULL, do_error, profile_probability::very_unlikely ());
1049 NULL, do_error, profile_probability::very_unlikely ());
1104 emit_jump (do_error);
1126 emit_jump (do_error);
1149 create_fixed_operand (&ops[3], do_error);
1233 emit_label (do_error);
1273 rtx_code_label *done_label, *do_error; local
1394 rtx_code_label *done_label, *do_error; local
    [all...]
  /src/external/gpl2/groff/dist/src/roff/troff/
input.cpp 7975 static void do_error(error_type type, function
8029 do_error(WARNING, format, arg1, arg2, arg3);
8043 do_error(OUTPUT_WARNING, format, arg1, arg2, arg3);
8055 do_error(ERROR, format, arg1, arg2, arg3);
8063 do_error(FATAL, format, arg1, arg2, arg3);
  /src/external/gpl3/gcc/dist/gcc/
internal-fn.cc 1012 rtx res, rtx_code_label *do_error)
1040 NE, true, mode, NULL_RTX, NULL, do_error,
1064 rtx_code_label *do_error = gen_label_rtx (); local
1166 create_fixed_operand (&ops[3], do_error);
1255 emit_jump (do_error);
1259 NULL, do_error, profile_probability::very_unlikely ());
1287 NULL, do_error, profile_probability::very_unlikely ());
1342 emit_jump (do_error);
1364 emit_jump (do_error);
1387 create_fixed_operand (&ops[3], do_error);
1511 rtx_code_label *done_label, *do_error; local
1632 rtx_code_label *done_label, *do_error; local
    [all...]

Completed in 36 milliseconds