Home | History | Annotate | Download | only in scripts

Lines Matching refs:atomic_code

47        CODE ::= ATOMIC_CODE*
48 ATOMIC_CODE ::= $var ID = EXPRESSION
383 self.atomic_code = atomic_code_list
387 def __init__(self, identifier=None, atomic_code=None):
389 self.atomic_code = atomic_code
653 RunAtomicCode(env.Clone(), node.atomic_code, result)
696 for atomic_code in code_node.atomic_code:
697 RunAtomicCode(env, atomic_code, output)