HomeSort by: relevance | last modified time | path
    Searched refs:target_char (Results 1 - 6 of 6) sorted by relevancy

  /src/external/gpl3/gdb.old/dist/gdb/
cp-name-parser.y 1447 c_parse_backslash (int host_char, int *target_char)
1454 *target_char = represented[ix - backslashable];
1476 int target_char;
1478 if (c_parse_backslash (c, &target_char))
1479 return target_char;
1495 target_char = cp_parse_escape (string_ptr);
1497 target_char = c;
1499 /* Now target_char is something like `c', and we want to find
1501 target_char = target_char & 037
    [all...]
utils.c 990 int target_char = -2; /* Initialize to avoid GCC warnings. */
1055 if (!host_char_to_target (gdbarch, c, &target_char))
1059 return target_char;
986 int target_char = -2; \/* Initialize to avoid GCC warnings. *\/ local
  /src/external/gpl3/gdb/dist/gdb/
cp-name-parser.y 1489 c_parse_backslash (int host_char, int *target_char)
1496 *target_char = represented[ix - backslashable];
1518 int target_char;
1520 if (c_parse_backslash (c, &target_char))
1521 return target_char;
1537 target_char = cp_parse_escape (string_ptr);
1539 target_char = c;
1541 /* Now target_char is something like `c', and we want to find
1543 target_char = target_char & 037
    [all...]
utils.c 990 int target_char = -2; /* Initialize to avoid GCC warnings. */
1055 if (!host_char_to_target (gdbarch, c, &target_char))
1059 return target_char;
986 int target_char = -2; \/* Initialize to avoid GCC warnings. *\/ local
  /src/external/gpl3/gcc/dist/gcc/config/nds32/
nds32-memory-manipulation.cc 1008 rtx target_char, rtx align ATTRIBUTE_UNUSED)
1019 gcc_assert (CONST_INT_P (target_char) || REG_P (target_char));
1032 ffb $ffb_result, $tmp, $target_char ! is there $target_char?
1045 /* ffb $ffb_result, $tmp, $target_char ! is there $target_char? */
1046 emit_insn (gen_unspec_ffb (ffb_result, tmp, target_char));
  /src/external/gpl3/gcc.old/dist/gcc/config/nds32/
nds32-memory-manipulation.cc 1008 rtx target_char, rtx align ATTRIBUTE_UNUSED)
1019 gcc_assert (CONST_INT_P (target_char) || REG_P (target_char));
1032 ffb $ffb_result, $tmp, $target_char ! is there $target_char?
1045 /* ffb $ffb_result, $tmp, $target_char ! is there $target_char? */
1046 emit_insn (gen_unspec_ffb (ffb_result, tmp, target_char));

Completed in 21 milliseconds