Lines Matching refs:result
57 expansions. All lines in-between are replaced by the result of the expansion.
280 result = ''
282 result += '\n...while expanding "%s".' % macro_ref
283 return result
303 result = self._ReplaceArgValues(macro, args, macro_ref_str, macro_stack)
307 eval_result = self._EvalMacrosRefs(result, new_macro_stack)
310 if eval_result == result:
312 result = eval_result
313 return result
448 """Section that is the result of an macro expansion."""
479 result = []
481 result.append(line)
485 result.extend([_GENERATED_CODE_LINE, '// clang-format off', ''])
493 result.append('\n'.join(lines))
502 result.append('//%%PDDM-EXPAND-END %s' %
505 result.append('//%%PDDM-EXPAND-END (%s expansions)' %
507 return result
615 result = ''
617 result += section.text
618 self._processed_content = result
650 result = 0
680 # Special result to indicate things need updating.
682 result = 1
686 return result