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

  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
style.c 35 struct some_struct struct_value = { 23, "skidoo", VALUE_TWO }; variable in typeref:struct:some_struct
style.c 35 struct some_struct struct_value = { 23, "skidoo", VALUE_TWO }; variable in typeref:struct:some_struct
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
style.c 35 struct some_struct struct_value = { 23, "skidoo", VALUE_TWO }; variable in typeref:struct:some_struct
style.c 35 struct some_struct struct_value = { 23, "skidoo", VALUE_TWO }; variable in typeref:struct:some_struct
  /src/external/gpl3/gcc/dist/gcc/
calls.cc 2676 rtx struct_value = 0;
2775 struct_value = targetm.calls.struct_value_rtx (fntype, 0);
2909 if (structure_value_addr && struct_value == 0)
3629 emit_move_insn (struct_value,
3634 if (REG_P (struct_value))
3635 use_reg (&call_fusage, struct_value);
4167 rtx struct_value = targetm.calls.struct_value_rtx (0, 0);
4259 if (mem_value && struct_value == 0 && ! pcc_struct_value)
4711 if (mem_value != 0 && struct_value != 0 && ! pcc_struct_value)
4713 emit_move_insn (struct_value,
2675 rtx struct_value = 0; local
4165 rtx struct_value = targetm.calls.struct_value_rtx (0, 0); local
    [all...]
calls.cc 2676 rtx struct_value = 0;
2775 struct_value = targetm.calls.struct_value_rtx (fntype, 0);
2909 if (structure_value_addr && struct_value == 0)
3629 emit_move_insn (struct_value,
3634 if (REG_P (struct_value))
3635 use_reg (&call_fusage, struct_value);
4167 rtx struct_value = targetm.calls.struct_value_rtx (0, 0);
4259 if (mem_value && struct_value == 0 && ! pcc_struct_value)
4711 if (mem_value != 0 && struct_value != 0 && ! pcc_struct_value)
4713 emit_move_insn (struct_value,
2675 rtx struct_value = 0; local
4165 rtx struct_value = targetm.calls.struct_value_rtx (0, 0); local
    [all...]
builtins.cc 1660 rtx struct_value = targetm.calls.struct_value_rtx (cfun ? TREE_TYPE (cfun->decl) : 0, 0);
1720 if (struct_value)
1740 if (struct_value)
1744 emit_move_insn (struct_value, value);
1745 if (REG_P (struct_value))
1746 use_reg (&call_fusage, struct_value);
1659 rtx struct_value = targetm.calls.struct_value_rtx (cfun ? TREE_TYPE (cfun->decl) : 0, 0); local
builtins.cc 1660 rtx struct_value = targetm.calls.struct_value_rtx (cfun ? TREE_TYPE (cfun->decl) : 0, 0);
1720 if (struct_value)
1740 if (struct_value)
1744 emit_move_insn (struct_value, value);
1745 if (REG_P (struct_value))
1746 use_reg (&call_fusage, struct_value);
1659 rtx struct_value = targetm.calls.struct_value_rtx (cfun ? TREE_TYPE (cfun->decl) : 0, 0); local
  /src/external/gpl3/gcc.old/dist/gcc/
calls.cc 2624 rtx struct_value = 0;
2725 struct_value = targetm.calls.struct_value_rtx (fntype, 0);
2859 if (structure_value_addr && struct_value == 0)
3560 emit_move_insn (struct_value,
3565 if (REG_P (struct_value))
3566 use_reg (&call_fusage, struct_value);
4101 rtx struct_value = targetm.calls.struct_value_rtx (0, 0);
4193 if (mem_value && struct_value == 0 && ! pcc_struct_value)
4639 if (mem_value != 0 && struct_value != 0 && ! pcc_struct_value)
4641 emit_move_insn (struct_value,
2623 rtx struct_value = 0; local
4099 rtx struct_value = targetm.calls.struct_value_rtx (0, 0); local
    [all...]
calls.cc 2624 rtx struct_value = 0;
2725 struct_value = targetm.calls.struct_value_rtx (fntype, 0);
2859 if (structure_value_addr && struct_value == 0)
3560 emit_move_insn (struct_value,
3565 if (REG_P (struct_value))
3566 use_reg (&call_fusage, struct_value);
4101 rtx struct_value = targetm.calls.struct_value_rtx (0, 0);
4193 if (mem_value && struct_value == 0 && ! pcc_struct_value)
4639 if (mem_value != 0 && struct_value != 0 && ! pcc_struct_value)
4641 emit_move_insn (struct_value,
2623 rtx struct_value = 0; local
4099 rtx struct_value = targetm.calls.struct_value_rtx (0, 0); local
    [all...]
builtins.cc 1647 rtx struct_value = targetm.calls.struct_value_rtx (cfun ? TREE_TYPE (cfun->decl) : 0, 0);
1707 if (struct_value)
1727 if (struct_value)
1731 emit_move_insn (struct_value, value);
1732 if (REG_P (struct_value))
1733 use_reg (&call_fusage, struct_value);
1646 rtx struct_value = targetm.calls.struct_value_rtx (cfun ? TREE_TYPE (cfun->decl) : 0, 0); local
builtins.cc 1647 rtx struct_value = targetm.calls.struct_value_rtx (cfun ? TREE_TYPE (cfun->decl) : 0, 0);
1707 if (struct_value)
1727 if (struct_value)
1731 emit_move_insn (struct_value, value);
1732 if (REG_P (struct_value))
1733 use_reg (&call_fusage, struct_value);
1646 rtx struct_value = targetm.calls.struct_value_rtx (cfun ? TREE_TYPE (cfun->decl) : 0, 0); local

Completed in 93 milliseconds