Searched refs:Iterable (Results 1 – 6 of 6) sorted by relevance
| /llvm-project-15.0.7/clang/test/Analysis/ |
| H A D | return-ptr-range.cpp | 50 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 D | revert_checker.py | 48 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 D | use-using.cpp | 37 class Iterable { class
|
| /llvm-project-15.0.7/mlir/include/mlir/Dialect/Tosa/IR/ |
| H A D | TosaTypesBase.td | 187 // Iterable attributes.
|
| /llvm-project-15.0.7/mlir/test/Integration/Dialect/SparseTensor/taco/tools/ |
| H A D | mlir_pytaco.py | 20 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 D | CAPI.md | 157 ### Iterable Components
|