Lines Matching refs:add
486 languages. If, for instance, you are constructing an add operation and you
836 self.add(obj)
857 def add(self, obj):
939 self.opcodes.add(opcode)
943 child.parent_ops.add(opcode)
1021 rep_index = rep.add(filtered)
1022 new_opcodes.add(op)
1033 self.states.add(frozenset((self.wildcard,)))
1034 self.states.add(frozenset((self.const,self.wildcard)))
1055 # Try all possible pairings of source items and add the
1062 parent.add(self.wildcard)
1064 table[src_indices] = self.states.add(frozenset(parent))