| Home | Sort by: relevance | last modified time | path |
| /src/external/gpl3/gcc/dist/gcc/jit/ | |
| jit-builtins.h | 172 /* 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 |
| jit-recording.h | 1390 std::vector<gcc_jit_fn_attribute> m_attributes; member in class:gcc::jit::recording::function |
| /src/external/gpl3/gcc.old/dist/gcc/jit/ | |
| jit-builtins.h | 172 /* 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 |
| /src/external/bsd/elftosb/dist/elftosb2/ | |
| ElftosbAST.h | 666 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 |