Home
last modified time | relevance | path

Searched refs:ZeroBasedIndexedElement (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/flang/runtime/
Dderived.cpp22 *specialDesc.ZeroBasedIndexedElement<typeInfo::SpecialBinding>(j)}; in FindFinal()
85 *componentDesc.ZeroBasedIndexedElement<typeInfo::Component>(k)}; in Destroy()
99 *boundsDesc.ZeroBasedIndexedElement<typeInfo::Value>(2 * dim), in Destroy()
101 GetValue(*boundsDesc.ZeroBasedIndexedElement<typeInfo::Value>( in Destroy()
Dinternal-unit.h44 return descriptor().template ZeroBasedIndexedElement<char>( in CurrentRecord()
Ddescriptor.h227 template <typename A> A *ZeroBasedIndexedElement(std::size_t n) const { in ZeroBasedIndexedElement() function