Home
last modified time | relevance | path

Searched refs:Iterable (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/clang/test/Analysis/
H A Dreturn-ptr-range.cpp50 class Iterable { class
55 Iterable() : start(buffer), finish(buffer + N) {} in Iterable() function in Iterable
62 Iterable<20> iter; in use_iterable_object()
/llvm-project-15.0.7/llvm/utils/
H A Drevert_checker.py48 from typing import Generator, List, NamedTuple, Iterable
99 end_at_sha: str) -> Iterable[_LogEntry]:
139 def _shas_between(git_dir: str, base_ref: str, head_ref: str) -> Iterable[str]:
/llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/modernize/
H A Duse-using.cpp37 class Iterable { class
/llvm-project-15.0.7/mlir/include/mlir/Dialect/Tosa/IR/
H A DTosaTypesBase.td187 // Iterable attributes.
/llvm-project-15.0.7/mlir/test/Integration/Dialect/SparseTensor/taco/tools/
H A Dmlir_pytaco.py20 from typing import Any, Callable, Dict, Iterable, List, Optional, Set, Tuple, Union
229 def _all_instance_of(collection: Iterable, cls: Any) -> bool: argument
/llvm-project-15.0.7/mlir/docs/
H A DCAPI.md157 ### Iterable Components