Home
last modified time | relevance | path

Searched refs:TextIO (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/libcxx/utils/
H A Dgenerate_extended_grapheme_cluster_test.py18 from typing import Optional, TextIO
39 def parseBreakTestLine(input: TextIO) -> Optional[BreakTestItem]: argument
/llvm-project-15.0.7/mlir/test/Integration/Dialect/SparseTensor/taco/tools/
H A Dmlir_pytaco_io.py18 from typing import List, TextIO
/llvm-project-15.0.7/clang/utils/analyzer/
H A DCmpRuns.py39 Sequence, Set, TextIO, TypeVar, Tuple, Union)
501 out: TextIO = sys.stdout): argument
545 out: TextIO = sys.stdout, argument
570 aux_log: Optional[TextIO] = open(verbose_log, "w")