Searched refs:m_result_is_pointer (Results 1 – 2 of 2) sorted by relevance
80 m_result_store(nullptr), m_result_is_pointer(false), in IRForTarget()190 m_result_is_pointer = true; in CreateResultVariable()196 m_result_is_pointer = false; in CreateResultVariable()273 if (m_result_is_pointer) { in CreateResultVariable()399 result_decl, m_result_name, m_result_type, true, m_result_is_pointer)) in CreateResultVariable()1793 if (name == m_result_name && !m_result_is_pointer) { in ReplaceVariables()
460 bool m_result_is_pointer; ///< True if the function's result in the AST is a variable