OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:m_constants
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/bsd/elftosb/dist/elftosb2/
ElftosbAST.h
169
ConstantsBlockASTNode(ListASTNode * constants) : ASTNode(),
m_constants
(constants) {}
171
inline ListASTNode * getConstants() { return
m_constants
; }
176
smart_ptr<ListASTNode>
m_constants
;
member in class:elftosb::ConstantsBlockASTNode
212
inline void setConstants(ListASTNode * constants) {
m_constants
= constants; }
218
inline ListASTNode * getConstants() { return
m_constants
; }
225
smart_ptr<ListASTNode>
m_constants
;
member in class:elftosb::CommandFileASTNode
ElftosbAST.h
169
ConstantsBlockASTNode(ListASTNode * constants) : ASTNode(),
m_constants
(constants) {}
171
inline ListASTNode * getConstants() { return
m_constants
; }
176
smart_ptr<ListASTNode>
m_constants
;
member in class:elftosb::ConstantsBlockASTNode
212
inline void setConstants(ListASTNode * constants) {
m_constants
= constants; }
218
inline ListASTNode * getConstants() { return
m_constants
; }
225
smart_ptr<ListASTNode>
m_constants
;
member in class:elftosb::CommandFileASTNode
Completed in 91 milliseconds
Indexes created Mon Aug 10 00:24:53 UTC 2026