Home
last modified time | relevance | path

Searched refs:by_value (Results 1 – 14 of 14) sorted by relevance

/netbsd/external/gpl3/gcc/dist/libgcc/config/cr16/
H A Dunwind-cr16.c118 char by_value[__LIBGCC_DWARF_FRAME_REGISTERS__+1]; member
209 if (_Unwind_IsExtendedContext (context) && context->by_value[index]) in _Unwind_GetGR()
248 if (_Unwind_IsExtendedContext (context) && context->by_value[index]) in _Unwind_SetGR()
284 if (_Unwind_IsExtendedContext (context) && context->by_value[index]) in _Unwind_GetGRPtr()
296 context->by_value[index] = 0; in _Unwind_SetGRPtr()
310 context->by_value[index] = 1; in _Unwind_SetGRValue()
321 return context->by_value[index]; in _Unwind_GRByValue()
1609 gcc_assert (current->by_value[i] == 0); in uw_install_context_1()
1610 if (target->by_value[i] && c) in uw_install_context_1()
/netbsd/external/gpl3/gcc/dist/libgcc/
H A Dunwind-dw2.c147 char by_value[__LIBGCC_DWARF_FRAME_REGISTERS__+1]; member
238 if (_Unwind_IsExtendedContext (context) && context->by_value[index]) in _Unwind_GetGR()
285 if (_Unwind_IsExtendedContext (context) && context->by_value[index]) in _Unwind_SetGR()
308 if (_Unwind_IsExtendedContext (context) && context->by_value[index]) in _Unwind_GetGRPtr()
320 context->by_value[index] = 0; in _Unwind_SetGRPtr()
335 context->by_value[index] = 1; in _Unwind_SetGRValue()
346 return context->by_value[index]; in _Unwind_GRByValue()
1676 gcc_assert (current->by_value[i] == 0); in uw_install_context_1()
1677 if (target->by_value[i] && c) in uw_install_context_1()
/netbsd/external/gpl3/gcc.old/dist/libgcc/
H A Dunwind-dw2.c147 char by_value[__LIBGCC_DWARF_FRAME_REGISTERS__+1]; member
238 if (_Unwind_IsExtendedContext (context) && context->by_value[index]) in _Unwind_GetGR()
285 if (_Unwind_IsExtendedContext (context) && context->by_value[index]) in _Unwind_SetGR()
308 if (_Unwind_IsExtendedContext (context) && context->by_value[index]) in _Unwind_GetGRPtr()
320 context->by_value[index] = 0; in _Unwind_SetGRPtr()
335 context->by_value[index] = 1; in _Unwind_SetGRValue()
346 return context->by_value[index]; in _Unwind_GRByValue()
1676 gcc_assert (current->by_value[i] == 0); in uw_install_context_1()
1677 if (target->by_value[i] && c) in uw_install_context_1()
/netbsd/external/gpl3/gcc.old/dist/libgcc/config/cr16/
H A Dunwind-cr16.c118 char by_value[__LIBGCC_DWARF_FRAME_REGISTERS__+1]; member
209 if (_Unwind_IsExtendedContext (context) && context->by_value[index]) in _Unwind_GetGR()
248 if (_Unwind_IsExtendedContext (context) && context->by_value[index]) in _Unwind_SetGR()
284 if (_Unwind_IsExtendedContext (context) && context->by_value[index]) in _Unwind_GetGRPtr()
296 context->by_value[index] = 0; in _Unwind_SetGRPtr()
310 context->by_value[index] = 1; in _Unwind_SetGRValue()
321 return context->by_value[index]; in _Unwind_GRByValue()
1609 gcc_assert (current->by_value[i] == 0); in uw_install_context_1()
1610 if (target->by_value[i] && c) in uw_install_context_1()
/netbsd/external/gpl3/gcc/dist/gcc/cp/
H A Dmodule.cc9098 goto by_value; in tree_node()
9107 by_value: in tree_node()
/netbsd/external/apache2/llvm/dist/llvm/docs/
H A DAMDGPUUsage.rst3149 "by_value"
/netbsd/external/gpl3/gcc.old/dist/gcc/doc/
H A Dtm.texi.in3033 context with version, args_size and by_value fields. If it is undefined,
H A Dtm.texi3693 context with version, args_size and by_value fields. If it is undefined,
H A Dgccint.info34412 context with version, args_size and by_value fields. If it is
/netbsd/external/gpl3/gcc/dist/gcc/doc/
H A Dtm.texi.in3038 context with version, args_size and by_value fields. If it is undefined,
H A Dtm.texi3797 context with version, args_size and by_value fields. If it is undefined,
H A Dgccint.info34412 context with version, args_size and by_value fields. If it is
/netbsd/external/gpl3/gcc/dist/gcc/
H A DChangeLog-200617297 * unwind-dw2.c (struct _Unwind_Context): Add by_value array.
H A DChangeLog-200733841 Assume by_value array is only present if _Unwind_IsExtendedContext.