Searched refs:m_result_is_pointer (Results 1 – 2 of 2) sorted by relevance
79 m_result_is_pointer(false), m_reloc_placeholder(NULL), in IRForTarget()179 m_result_is_pointer = true; in CreateResultVariable()186 m_result_is_pointer = false; in CreateResultVariable()270 if (m_result_is_pointer) { in CreateResultVariable()411 result_decl, m_result_name, m_result_type, true, m_result_is_pointer)) in CreateResultVariable()1970 if (name == m_result_name && !m_result_is_pointer) { in ReplaceVariables()
583 bool m_result_is_pointer; ///< True if the function's result in the AST is a variable