Searched refs:m_attributes (Results 1 – 7 of 7) sorted by relevance
138 memset (m_attributes, 0, sizeof (m_attributes)); in builtins_manager()509 memset (m_attributes, 0, sizeof (m_attributes)); in finish_playback()547 if (!m_attributes [attr]) in get_attrs_tree()548 m_attributes [attr] = make_attrs_tree (attr); in get_attrs_tree()549 return m_attributes [attr]; in get_attrs_tree()
172 tree m_attributes[ATTR_LAST]; variable
138 memset (m_attributes, 0, sizeof (m_attributes)); in builtins_manager()628 memset (m_attributes, 0, sizeof (m_attributes)); in finish_playback()666 if (!m_attributes [attr]) in get_attrs_tree()667 m_attributes [attr] = make_attrs_tree (attr); in get_attrs_tree()668 return m_attributes [attr]; in get_attrs_tree()
175 tree m_attributes[ATTR_LAST]; variable
3386 recording namespace. Initialize the m_attributes array.3429 "m_attributes".
970 if (m_attributes) in printTree()972 m_attributes->printTree(indent+2); in printTree()994 if (m_attributes) in printTree()996 m_attributes->printTree(indent+2); in printTree()
666 inline void setAttributes(ListASTNode * attributes) { m_attributes = attributes; } in setAttributes()667 inline ListASTNode * getAttributes() { return m_attributes; } in getAttributes()671 smart_ptr<ListASTNode> m_attributes; variable