Searched refs:m_attributes (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/jit/
H A Djit-builtins.c138 memset (m_attributes, 0, sizeof (m_attributes));
509 memset (m_attributes, 0, sizeof (m_attributes));
531 These are created on-demand, and cached within the m_attributes
547 if (!m_attributes [attr])
548 m_attributes [attr] = make_attrs_tree (attr);
549 return m_attributes [attr];
552 /* Handle a cache-miss within the m_attributes array by
H A Djit-builtins.h169 /* m_attributes is not GTY-marked, but is only ever used from within
172 tree m_attributes[ATTR_LAST]; member in class:gcc::jit::builtins_manager
/netbsd-current/external/gpl3/gcc/dist/gcc/jit/
H A Djit-builtins.cc138 memset (m_attributes, 0, sizeof (m_attributes));
628 memset (m_attributes, 0, sizeof (m_attributes));
650 These are created on-demand, and cached within the m_attributes
666 if (!m_attributes [attr])
667 m_attributes [attr] = make_attrs_tree (attr);
668 return m_attributes [attr];
671 /* Handle a cache-miss within the m_attributes array by
H A Djit-builtins.h172 /* m_attributes is not GTY-marked, but is only ever used from within
175 tree m_attributes[ATTR_LAST]; member in class:gcc::jit::builtins_manager
/netbsd-current/external/bsd/elftosb/dist/elftosb2/
H A DElftosbAST.cpp970 if (m_attributes)
972 m_attributes->printTree(indent+2);
994 if (m_attributes)
996 m_attributes->printTree(indent+2);
H A DElftosbAST.h666 inline void setAttributes(ListASTNode * attributes) { m_attributes = attributes; }
667 inline ListASTNode * getAttributes() { return m_attributes; }
671 smart_ptr<ListASTNode> m_attributes; member in class:elftosb::SourceDefASTNode

Completed in 215 milliseconds