Searched refs:reason (Results 1 - 25 of 90) sorted by relevance

1234

/haiku-buildtools/gcc/gcc/testsuite/gcc.c-torture/compile/
H A Dvolatile-1.c2 loaded from exception.reason where not being
9 int reason; member in struct:gdb_exception
15 if (exception.reason != 0)
17 return exception.reason;
/haiku-buildtools/gcc/libcpp/
H A Derrors.c34 cpp_diagnostic (cpp_reader * pfile, int level, int reason, argument
60 ret = pfile->cb.error (pfile, level, reason, src_loc, 0, _(msgid), ap);
81 /* Print a warning. The warning reason may be given in REASON. */
84 cpp_warning (cpp_reader * pfile, int reason, const char *msgid, ...) argument
91 ret = cpp_diagnostic (pfile, CPP_DL_WARNING, reason, msgid, &ap);
97 /* Print a pedantic warning. The warning reason may be given in REASON. */
100 cpp_pedwarning (cpp_reader * pfile, int reason, const char *msgid, ...) argument
107 ret = cpp_diagnostic (pfile, CPP_DL_PEDWARN, reason, msgid, &ap);
113 /* Print a warning, including system headers. The warning reason may be
117 cpp_warning_syshdr (cpp_reader * pfile, int reason, cons argument
134 cpp_diagnostic_with_line(cpp_reader * pfile, int level, int reason, source_location src_loc, unsigned int column, const char *msgid, va_list *ap) argument
169 cpp_warning_with_line(cpp_reader *pfile, int reason, source_location src_loc, unsigned int column, const char *msgid, ...) argument
188 cpp_pedwarning_with_line(cpp_reader *pfile, int reason, source_location src_loc, unsigned int column, const char *msgid, ...) argument
208 cpp_warning_with_line_syshdr(cpp_reader *pfile, int reason, source_location src_loc, unsigned int column, const char *msgid, ...) argument
[all...]
H A Dline-map.c205 REASON is the reason of creating the map. It determines the type
211 enum lc_reason reason)
215 bool macro_map_p = (reason == LC_ENTER_MACRO);
273 result->reason = reason;
282 TO_FILE means standard input. If reason is LC_LEAVE, and
291 linemap_add (struct line_maps *set, enum lc_reason reason, argument
301 /* When we enter the file for the first time reason cannot be
303 linemap_assert (!(set->depth == 0 && reason == LC_RENAME));
306 if (reason
210 new_linemap(struct line_maps *set, enum lc_reason reason) argument
1476 const char *reason; local
[all...]
/haiku-buildtools/gcc/gcc/jit/
H A Djit-logging.c63 logger::incref (const char *reason) argument
67 log ("%s: reason: %s refcount now %i ",
68 __PRETTY_FUNCTION__, reason, m_refcount);
75 logger::decref (const char *reason) argument
80 log ("%s: reason: %s refcount now %i",
81 __PRETTY_FUNCTION__, reason, m_refcount);
H A Djit-logging.h39 void incref (const char *reason);
40 void decref (const char *reason);
/haiku-buildtools/binutils/gold/
H A Dreduced_debug_output.h65 failed(std::string reason) argument
67 gold_warning("%s", reason.c_str());
84 // Whether or not the debug reduction has failed for any reason
111 failed(std::string reason) argument
113 gold_warning("%s", reason.c_str());
134 // Whether or not the debug reduction has failed for any reason
/haiku-buildtools/gcc/gcc/testsuite/go.test/test/fixedbugs/
H A Dbug068.go15 There is no reason why the escapes need to be different inside strings and chars.
H A Dbug450.go11 // The reason is a miscalculation of variable width.
/haiku-buildtools/binutils/gas/testsuite/gas/mips/
H A Djalr2.d35 # No R_MIPS_JALR here either, for the same reason.
/haiku-buildtools/gcc/gcc/
H A Dincpath.c66 /* Free an element of the include chain, possibly giving a reason. */
68 free_path (struct cpp_dir *path, int reason) argument
70 switch (reason)
75 if (reason == REASON_DUP_SYS)
252 int reason = REASON_QUIET; local
268 reason = REASON_NOENT;
282 reason = REASON_DUP_SYS;
290 reason = REASON_DUP;
310 free_path (cur, verbose ? reason: REASON_QUIET);
H A Dtree-switch-conversion.c631 /* String reason why the case wasn't a good candidate that is written to the
633 const char *reason;
737 info->reason = "index range way too large or otherwise unusable";
744 info->reason = "the maximum range-branch ratio exceeded";
766 info->reason = "bad case - a non-final BB not empty";
804 info->reason = "non-invariant value from a case";
812 info->reason
815 info->reason
1364 Returns NULL on success, or a pointer to a string with the reason why the
1417 gcc_assert (info.reason);
630 const char *reason; member in struct:switch_conv_info
[all...]
H A Dipa-inline.c323 inline_failed reason.
327 if REPORT is true, output reason to the dump file.
439 we cannot inline in these cases for correctness reason.
745 When REPORT is true, report reason to dump file. */
871 char const *reason = NULL; local
881 reason = "recursive call is cold";
886 reason = "not executed in profile";
891 reason = "--param max-inline-recursive-depth exceeded.";
900 reason = "function is inlined and unlikely";
926 reason
2279 int64_t reason[CIF_N_REASONS][3]; local
[all...]
/haiku-buildtools/legacy/binutils/include/gdb/
H A Dremote-sim.h269 void sim_stop_reason PARAMS ((SIM_DESC sd, enum sim_stop *reason, int *sigrc));
/haiku-buildtools/legacy/gcc/libchill/
H A Drts.h156 extern int __delay_this (Delay_Reason reason, RtsTime *t, char *file, int lineno);
/haiku-buildtools/gcc/libcilkrts/runtime/
H A Dexcept-gcc.h64 /** Unwind reason code (Itanium ABI 6.1.2.1) */
80 typedef void (*_Unwind_Exception_Cleanup_Fn)(_Unwind_Reason_Code reason,
/haiku-buildtools/binutils/include/gdb/
H A Dremote-sim.h272 void sim_stop_reason (SIM_DESC sd, enum sim_stop *reason, int *sigrc);
/haiku-buildtools/binutils/gas/testsuite/gas/d30v/
H A Dbittest.s5 # generate warnings. The reason why this is not an error is that those instructions
H A Dbittest.l14 5 # generate warnings. The reason why this is not an error is that those instructions
/haiku-buildtools/legacy/binutils/gas/testsuite/gas/d30v/
H A Dbittest.s5 # generate warnings. The reason why this is not an error is that those instructions
H A Dbittest.l14 5 # generate warnings. The reason why this is not an error is that those instructions
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/tree-ssa/
H A Dcoalesce-1.c155 const char *reason;
191 info.reason = "switch has no labels\n";
/haiku-buildtools/gcc/gcc/testsuite/gfortran.dg/
H A Dfmt_fw_d.f90118 subroutine errormsg(x, str, len, w, d, reason)
122 character(len=*), intent(in) :: reason local in subroutine:errormsg
129 !print *, "print '", fmt(:fmt_len), "', ", x, " ! => ", str(:len), ": ", reason
/haiku-buildtools/gcc/libgcc/config/xtensa/
H A Dunwind-dw2-xtensa.c330 _Unwind_Reason_Code reason;
334 reason = MD_FALLBACK_FRAME_STATE_FOR (context, fs);
335 if (reason != _URC_END_OF_STACK)
336 return reason;
325 _Unwind_Reason_Code reason; local
/haiku-buildtools/gcc/gcc/go/gofrontend/
H A Dtypes.cc310 // the reason the types are not identical.
314 std::string* reason)
348 // Get a good reason for the sink type. Note that the sink type on
352 if (reason != NULL)
353 *reason = "invalid use of _";
387 reason);
391 errors_are_identical, reason);
414 if (reason != NULL)
415 *reason = "invalid use of multiple-value function call";
491 const Type *t2, std::string *reason)
313 are_identical(const Type* t1, const Type* t2, bool errors_are_identical, std::string* reason) argument
490 are_compatible_for_comparison(bool is_equality_op, const Type *t1, const Type *t2, std::string *reason) argument
601 are_assignable(const Type* lhs, const Type* rhs, std::string* reason) argument
715 are_convertible(const Type* lhs, const Type* rhs, std::string* reason) argument
[all...]
/haiku-buildtools/legacy/binutils/bfd/
H A Dcisco-core.c61 char reason[4]; /* Crash reason */
164 switch ((crashreason) bfd_get_32 (abfd, crashinfo.reason))
238 /* Unknown crash reason. */
60 char reason[4]; /* Crash reason */ member in struct:__anon2340

Completed in 317 milliseconds

1234