Home
last modified time | relevance | path

Searched defs:Iterable (Results 1 – 3 of 3) 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
/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/test/Integration/Dialect/SparseTensor/taco/tools/
H A Dmlir_pytaco.py229 def _all_instance_of(collection: Iterable, cls: Any) -> bool: