Home
last modified time | relevance | path

Searched defs:FileMatch (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/scripts/codeconverter/codeconverter/
H A Dpatching.py41 class FileMatch: class
143 def contains(self, other: 'FileMatch') -> bool:
184 …def group_finditer(self, klass: Type['FileMatch'], group: Union[str, int]) -> Iterable['FileMatch'…
191 …def try_group_match(self, klass: Type['FileMatch'], group: Union[str, int]) -> Optional['FileMatch…
216 def all_subclasses(c: Type[FileMatch]) -> Iterable[Type[FileMatch]]:
225 def names(matches: Iterable[FileMatch]) -> Iterable[str]:
361 def gen_patches(self, matches: List[FileMatch]) -> None:
H A Dqom_type_info.py845 def find_containing_func(m: FileMatch) -> Optional['StaticVoidFunction']: