Home | History | Annotate | Download | only in elftosb2

Lines Matching refs:constants

25 //! the values that it processes (options, constants, etc.).
140 // Handle a constants block.
141 ConstantsBlockASTNode * constants = dynamic_cast<ConstantsBlockASTNode *>(node);
142 if (constants)
144 processConstants(constants->getConstants());
258 void ConversionController::processConstants(ListASTNode * constants)
260 if (!constants)
265 ListASTNode::iterator it = constants->begin();
266 for (; it != constants->end(); ++it)
934 //! Both sources and constants can be substituted. Sources will be replaced
935 //! with their path and constants with their integer value. The syntax allows
936 //! for some simple formatting for constants.