Home
last modified time | relevance | path

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

/netbsd-src/tests/usr.bin/xlint/lint1/
H A Dmsg_130.c155 has_variable = 1003 enumerator
174 case has_variable: in test_check_case_label_enum()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/brig/brigfrontend/
H A Dbrig-util.h53 bool has_variable (const std::string &name) const;
H A Dbrig-to-generic.cc685 if (!m_module_group_variables.has_variable (name)) in add_group_variable()
690 if (!m_cf->m_local_group_variables.has_variable (name)) in add_group_variable()
H A Dbrig-util.cc32 group_variable_offset_index::has_variable (const std::string &name) const in has_variable() function in group_variable_offset_index
H A Dbrig-code-entry-handler.cc81 if (m_parent.m_cf->m_local_group_variables.has_variable (var_name)) in build_code_ref()
258 if (m_parent.m_cf->m_local_group_variables.has_variable (var_name)) in build_address_operand()
H A Dbrig-function.cc881 if (m_local_group_variables.has_variable (name)) in group_variable_segment_offset()
884 gcc_assert (m_parent->m_module_group_variables.has_variable (name)); in group_variable_segment_offset()