Home
last modified time | relevance | path

Searched defs:Contiguous (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/libc/benchmarks/automemcpy/include/automemcpy/
H A DFunctionDescriptor.h59 struct Contiguous { struct
62 COMPARABLE_AND_HASHABLE(Contiguous, Span) argument
130 Optional<Contiguous> Contiguous; member
/llvm-project-15.0.7/flang/lib/Parser/
H A Dunparse.cpp296 void Unparse(const Contiguous &) { Word("CONTIGUOUS"); } in Unparse()