Home | History | Annotate | Download | only in scripts

Lines Matching refs:atomic_code

47        CODE ::= ATOMIC_CODE*
48 ATOMIC_CODE ::= $var ID = EXPRESSION
392 self.atomic_code = atomic_code_list
396 def __init__(self, identifier=None, atomic_code=None):
398 self.atomic_code = atomic_code
660 RunAtomicCode(env.Clone(), node.atomic_code, result)
703 for atomic_code in code_node.atomic_code:
704 RunAtomicCode(env, atomic_code, output)