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

  /src/external/gpl3/gdb/dist/gdb/
displaced-stepping.h 101 unavailable = false;
113 return UNAVAILABLE. This is set and reset by the gdbarch in the
115 bool unavailable; member in struct:displaced_step_inferior_state
frame.c 92 /* Value is unavailable. */
417 res += "stack=<unavailable>";
507 res += "pc=<unavailable>,";
878 Likewise if either ID has an unavailable stack address. */
1007 frame_debug_printf ("this_frame=%d -> <unavailable>",
1071 frame_debug_printf ("this_frame=%d -> unavailable",
1223 int unavailable; local
1228 frame_register_unwind (next_frame, regnum, &optimized, &unavailable,
1234 if (unavailable)
1331 gdb_printf (&debug_file, " unavailable");
1488 int unavailable; local
1494 &optimized, &unavailable, &lval, &addr, &realnum, local
2159 int unavailable; local
    [all...]
valprint.c 435 fprintf_styled (stream, metadata_style.style (), _("<unavailable>"));
1370 needed to check whether VAL is optimized-out or unavailable
2089 bool unavailable = element->entirely_unavailable ();
2105 || (unavailable
2088 bool unavailable = element->entirely_unavailable (); local
stack.c 1359 uiout->field_string ("addr", "<unavailable>",
1556 fputs_styled ("<unavailable>", metadata_style.style (), gdb_stdout);
1748 int unavailable;
1754 frame_register_unwind (fi, i, &optimized, &unavailable,
1758 if (!optimized && !unavailable && lval == lval_memory)
2347 _("PC unavailable, cannot determine locals.\n"));
2511 _("PC unavailable, cannot determine args.\n"));
3541 be displayed (e.g., source is unavailable or there's no line info), GDB\n\
1746 int unavailable; local
  /src/external/gpl3/gdb.old/dist/gdb/
displaced-stepping.h 101 unavailable = false;
113 return UNAVAILABLE. This is set and reset by the gdbarch in the
115 bool unavailable; member in struct:displaced_step_inferior_state
frame.c 92 /* Value is unavailable. */
417 res += "stack=<unavailable>";
507 res += "pc=<unavailable>,";
878 Likewise if either ID has an unavailable stack address. */
1007 frame_debug_printf ("this_frame=%d -> <unavailable>",
1071 frame_debug_printf ("this_frame=%d -> unavailable",
1223 int unavailable; local
1228 frame_register_unwind (next_frame, regnum, &optimized, &unavailable,
1234 if (unavailable)
1331 gdb_printf (&debug_file, " unavailable");
1488 int unavailable; local
1494 &optimized, &unavailable, &lval, &addr, &realnum, local
2159 int unavailable; local
    [all...]
valprint.c 435 fprintf_styled (stream, metadata_style.style (), _("<unavailable>"));
1296 needed to check whether VAL is optimized-out or unavailable
2015 bool unavailable = element->entirely_unavailable ();
2031 || (unavailable
2014 bool unavailable = element->entirely_unavailable (); local
stack.c 1360 uiout->field_string ("addr", "<unavailable>",
1559 fputs_styled ("<unavailable>", metadata_style.style (), gdb_stdout);
1751 int unavailable;
1757 frame_register_unwind (fi, i, &optimized, &unavailable,
1761 if (!optimized && !unavailable && lval == lval_memory)
2350 _("PC unavailable, cannot determine locals.\n"));
2514 _("PC unavailable, cannot determine args.\n"));
3544 be displayed (e.g., source is unavailable or there's no line info), GDB\n\
1749 int unavailable; local
  /src/external/ibm-public/postfix/dist/src/postqueue/
postqueue.c 441 "Queue report unavailable - mail system is down"
537 /* unavailable - sanitize exit status from library run-time errors */
539 static void unavailable(void) function
593 msg_cleanup(unavailable);
  /src/external/gpl3/gcc/dist/gcc/config/aarch64/
falkor-tag-collision-avoidance.cc 153 /* Pair of instruction information and unavailable register set to pass to
170 /* Add all aliases of the register to the unavailable register set. REG is the
172 UNAVAILABLE is the hard register set to add the ignored register numbers to
175 ignore_all_aliases (HARD_REG_SET *unavailable, machine_mode mode, unsigned reg)
177 add_to_hard_reg_set (unavailable, mode, reg);
178 add_to_hard_reg_set (unavailable, mode, reg + 16);
179 add_to_hard_reg_set (unavailable, mode, reg + 32);
180 add_to_hard_reg_set (unavailable, mode, reg + 48);
184 /* Callback to check which destination registers are unavailable to us for
188 set UNAVAILABLE that is used to record hard register numbers that cannot b
194 HARD_REG_SET *unavailable = arg->second; local
    [all...]
cortex-a57-fma-steering.cc 243 register not in the set UNAVAILABLE. Adapted from rename_chains in
247 rename_single_chain (du_head_p head, HARD_REG_SET *unavailable)
271 *unavailable |= ~reg_class_contents[tmp->cl];
278 best_new_reg = find_rename_reg (head, super_class, unavailable, reg,
618 HARD_REG_SET unavailable; local
633 CLEAR_HARD_REG_SET (unavailable);
636 add_to_hard_reg_set (&unavailable, Pmode, FRAME_POINTER_REGNUM);
637 add_to_hard_reg_set (&unavailable, Pmode, HARD_FRAME_POINTER_REGNUM);
643 add_to_hard_reg_set (&unavailable, mode, reg);
645 if (!rename_single_chain (this->m_head, &unavailable))
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/config/aarch64/
falkor-tag-collision-avoidance.cc 153 /* Pair of instruction information and unavailable register set to pass to
170 /* Add all aliases of the register to the unavailable register set. REG is the
172 UNAVAILABLE is the hard register set to add the ignored register numbers to
175 ignore_all_aliases (HARD_REG_SET *unavailable, machine_mode mode, unsigned reg)
177 add_to_hard_reg_set (unavailable, mode, reg);
178 add_to_hard_reg_set (unavailable, mode, reg + 16);
179 add_to_hard_reg_set (unavailable, mode, reg + 32);
180 add_to_hard_reg_set (unavailable, mode, reg + 48);
184 /* Callback to check which destination registers are unavailable to us for
188 set UNAVAILABLE that is used to record hard register numbers that cannot b
194 HARD_REG_SET *unavailable = arg->second; local
    [all...]
cortex-a57-fma-steering.cc 243 register not in the set UNAVAILABLE. Adapted from rename_chains in
247 rename_single_chain (du_head_p head, HARD_REG_SET *unavailable)
271 *unavailable |= ~reg_class_contents[tmp->cl];
278 best_new_reg = find_rename_reg (head, super_class, unavailable, reg,
618 HARD_REG_SET unavailable; local
633 CLEAR_HARD_REG_SET (unavailable);
636 add_to_hard_reg_set (&unavailable, Pmode, FRAME_POINTER_REGNUM);
637 add_to_hard_reg_set (&unavailable, Pmode, HARD_FRAME_POINTER_REGNUM);
643 add_to_hard_reg_set (&unavailable, mode, reg);
645 if (!rename_single_chain (this->m_head, &unavailable))
    [all...]
  /src/external/gpl3/gcc/dist/gcc/
regrename.cc 320 REG in THIS_HEAD chain. THIS_UNAVAILABLE is a set of unavailable hard
367 the chain. UNAVAILABLE is a set of registers that cannot be used.
374 HARD_REG_SET *unavailable, int old_reg, bool best_rename)
381 /* Mark registers that overlap this chain's lifetime as unavailable. */
382 merge_overlapping_regs (unavailable, this_head);
393 this_head, *unavailable))
424 if (!check_new_reg_p (old_reg, new_reg, this_head, *unavailable))
448 unavailable registers to *PUNAVAILABLE, which must be
475 HARD_REG_SET unavailable; local
481 CLEAR_HARD_REG_SET (unavailable);
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
regrename.cc 320 REG in THIS_HEAD chain. THIS_UNAVAILABLE is a set of unavailable hard
367 the chain. UNAVAILABLE is a set of registers that cannot be used.
374 HARD_REG_SET *unavailable, int old_reg, bool best_rename)
381 /* Mark registers that overlap this chain's lifetime as unavailable. */
382 merge_overlapping_regs (unavailable, this_head);
393 this_head, *unavailable))
424 if (!check_new_reg_p (old_reg, new_reg, this_head, *unavailable))
448 unavailable registers to *PUNAVAILABLE, which must be
475 HARD_REG_SET unavailable; local
481 CLEAR_HARD_REG_SET (unavailable);
    [all...]
  /src/external/gpl3/gcc/dist/gcc/config/c6x/
c6x.cc 3425 HARD_REG_SET unavailable;
3494 unavailable = ~reg_class_contents[super_class];
3498 find_rename_reg (this_head, super_class, &unavailable, old_reg, true);
3408 HARD_REG_SET unavailable; local
  /src/external/gpl3/gcc.old/dist/gcc/config/c6x/
c6x.cc 3424 HARD_REG_SET unavailable;
3493 unavailable = ~reg_class_contents[super_class];
3497 find_rename_reg (this_head, super_class, &unavailable, old_reg, true);
3407 HARD_REG_SET unavailable; local
  /src/external/gpl3/gcc/dist/gcc/objc/
objc-act.cc 1811 error ("class %qE is unavailable", class_name);
5030 || is_attribute_p ("unavailable", name)
7117 if (is_attribute_p ("unavailable", name))
7151 error ("class %qE is unavailable", class_name);
8279 error ("protocol %qE is unavailable", PROTOCOL_NAME (chain));
8305 bool unavailable = false;
8324 else if (is_attribute_p ("unavailable", name))
8325 unavailable = true;
8350 if (unavailable)
8361 bool unavailable = false
8301 bool unavailable = false; local
8357 bool unavailable = false; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/objc/
objc-act.cc 1813 error ("class %qE is unavailable", class_name);
5032 || is_attribute_p ("unavailable", name)
7119 if (is_attribute_p ("unavailable", name))
7153 error ("class %qE is unavailable", class_name);
8281 error ("protocol %qE is unavailable", PROTOCOL_NAME (chain));
8307 bool unavailable = false;
8326 else if (is_attribute_p ("unavailable", name))
8327 unavailable = true;
8352 if (unavailable)
8363 bool unavailable = false
8303 bool unavailable = false; local
8359 bool unavailable = false; local
    [all...]

Completed in 59 milliseconds