Lines Matching defs:copy
50 import copy
3046 self.pp_stack.append(_PreprocessorInfo(copy.deepcopy(self.stack)))
3055 self.pp_stack[-1].stack_before_else = copy.deepcopy(self.stack)
3058 self.stack = copy.deepcopy(self.pp_stack[-1].stack_before_if)
3069 # Here we can just use a shallow copy since we are the last
3093 # we can just do a shallow copy instead of copy.deepcopy. Using
5275 # TODO(unknown): check that classes declare or disable copy/assign
5937 ('<algorithm>', ('copy', 'max', 'min', 'min_element', 'sort',
6115 # Let's flatten the include_state include_list and copy it into a dictionary.
6134 # include_dict is modified during iteration, so we iterate over a copy of