Searched refs:to_insert (Results 1 – 5 of 5) sorted by relevance
252 to_insert = Section.ParseLine(line)253 if not to_insert:256 if isinstance(to_insert, Port):257 self.InsertPort(to_insert)259 if isinstance(to_insert, NonPort):260 self.InsertNonPort(to_insert)
365 extent_t *to_insert) { in extent_list_replace() argument366 ql_after_insert(to_remove, to_insert, ql_link); in extent_list_replace()
281 void InsertBeforeInstructions(Item* to_insert, in InsertBeforeInstructions() argument283 VLOG(3) << "InsertBeforeInstructions: " << to_insert->instruction->name() in InsertBeforeInstructions()316 return InsertBefore(to_insert, min_position_item); in InsertBeforeInstructions()340 void InsertAfterInstructions(Item* to_insert, in InsertAfterInstructions() argument342 VLOG(3) << "InsertAfterInstructions: " << to_insert->instruction->name() in InsertAfterInstructions()363 InsertBeforeInstructions(to_insert, {max_position_item->next}); in InsertAfterInstructions()
372 def validate(to_insert): argument373 if not 'a' <= to_insert.lower() <= 'z':
373 def validate(to_insert): argument374 if not 'a' <= to_insert.lower() <= 'z':