Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/brig/brigfrontend/
H A Dbrig-code-entry-handler.cc375 tree host_defined_ptr = m_parent.global_variable (host_ptr_name); in build_address_operand() local
376 gcc_assert (host_defined_ptr != NULL_TREE); in build_address_operand()
377 symbol_base = host_defined_ptr; in build_address_operand()