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

  /src/external/gpl3/gcc/dist/gcc/
digraph.h 65 : m_src (src), m_dest (dest) {}
72 node_t *const m_dest; member in class:dedge
241 edge->m_dest->m_preds.safe_push (edge);
  /src/external/gpl3/gcc.old/dist/gcc/
digraph.h 65 : m_src (src), m_dest (dest) {}
72 node_t *const m_dest; member in class:dedge
241 edge->m_dest->m_preds.safe_push (edge);
  /src/external/gpl3/gdb/dist/gdb/
disasm.h 267 ui_file *m_dest; member in struct:gdb_disassembler
272 styling in general is turned on, and also, whether *m_dest supports
f-lang.c 261 : m_dest (dest),
267 them into the M_DEST value. Set a value mark so we can free these
290 /* Copy the contents of array element ELT into M_DEST at the next
294 elt->contents_copy (m_dest, m_dest_offset, 0,
300 struct value *m_dest; variable in typeref:struct:value
302 /* The byte offset in M_DEST at which the next element should be
  /src/external/gpl3/gdb.old/dist/gdb/
disasm.h 266 ui_file *m_dest; member in struct:gdb_disassembler
271 styling in general is turned on, and also, whether *m_dest supports
f-lang.c 261 : m_dest (dest),
267 them into the M_DEST value. Set a value mark so we can free these
290 /* Copy the contents of array element ELT into M_DEST at the next
294 elt->contents_copy (m_dest, m_dest_offset, 0,
300 struct value *m_dest; variable in typeref:struct:value
302 /* The byte offset in M_DEST at which the next element should be
  /src/external/gpl3/gcc/dist/gcc/config/aarch64/
aarch64-ldp-fusion.cc 881 m_repurpose (repurpose), m_dest (dest), m_use (nullptr) {}
898 return { action::INSERT, m_dest };
922 while (*def->next_def ()->insn () <= *m_dest)
927 gcc_assert (*def->insn () <= *m_dest
928 && *def->next_def ()->insn () > *m_dest);
932 if (*use->insn () > *m_dest)
967 // Destionation of the stp, it will be placed immediately after m_dest.
968 insn_info *m_dest; member in struct:stp_change_builder
  /src/external/gpl3/gcc/dist/gcc/jit/
jit-recording.h 2438 m_dest (dest)
2441 lvalue *get_lvalue () const { return m_dest; }
2451 lvalue *m_dest; member in class:gcc::jit::recording::output_asm_operand
  /src/external/gpl3/gcc.old/dist/gcc/jit/
jit-recording.h 2319 m_dest (dest)
2322 lvalue *get_lvalue () const { return m_dest; }
2332 lvalue *m_dest; member in class:gcc::jit::recording::output_asm_operand

Completed in 44 milliseconds