Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/jit/
H A Djit-builtins.c138 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()
H A Djit-builtins.h172 tree m_attributes[ATTR_LAST]; variable
/netbsd-src/external/gpl3/gcc/dist/gcc/jit/
H A Djit-builtins.cc138 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()
H A Djit-builtins.h175 tree m_attributes[ATTR_LAST]; variable
H A DChangeLog3386 recording namespace. Initialize the m_attributes array.
3429 "m_attributes".
/netbsd-src/external/bsd/elftosb/dist/elftosb2/
H A DElftosbAST.cpp970 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()
H A DElftosbAST.h666 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