Searched refs:Iterable (Results 1 – 5 of 5) sorted by relevance
/llvm-project/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/llvm/utils/ |
H A D | revert_checker.py | 48 from typing import Dict, Generator, Iterable, List, NamedTuple, Optional, Tuple 145 def _log_stream(git_dir: str, root_sha: str, end_at_sha: str) -> Iterable[_LogEntry]: 185 def _shas_between(git_dir: str, base_ref: str, head_ref: str) -> Iterable[str]:
|
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/modernize/ |
H A D | use-using.cpp | 37 class Iterable { class
|
/llvm-project/mlir/include/mlir/Dialect/Tosa/IR/ |
H A D | TosaTypesBase.td | 206 // Iterable attributes.
|
/llvm-project/mlir/docs/ |
H A D | CAPI.md | 159 ### Iterable Components
|