Home
last modified time | relevance | path

Searched defs:IsContiguous (Results 1 – 4 of 4) sorted by relevance

/llvm-project/flang/runtime/
H A Dsupport.cpp18 bool RTDEF(IsContiguous)(const Descriptor &descriptor) { in RTDEF() argument
/llvm-project/llvm/utils/TableGen/
H A DSearchableTableEmitter.cpp381 bool IsContiguous = false; emitLookupFunction() local
/llvm-project/flang/lib/Evaluate/
H A Dcheck-expression.cpp1049 std::optional<bool> IsContiguous(const A &x, FoldingContext &context) { IsContiguous() function
/llvm-project/llvm/unittests/Support/
H A DBinaryStreamTest.cpp127 bool IsContiguous; member