Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/unittests/Runtime/
H A DCharacterTest.cpp27 OwningPtr<Descriptor> CreateDescriptor(const std::vector<SubscriptValue> &shape, in CreateDescriptor() function
100 OwningPtr<Descriptor> input{CreateDescriptor<CHAR>({}, {inputRaw})}; in RunAdjustLRTest()
243 OwningPtr<Descriptor> x = CreateDescriptor<CHAR>(t.shape, t.x); in RunExtremumTests()
244 OwningPtr<Descriptor> y = CreateDescriptor<CHAR>(t.shape, t.y); in RunExtremumTests()
287 OwningPtr<Descriptor> x = CreateDescriptor<CHAR>({}, {xRaw}); in RunAllocationTest()
288 OwningPtr<Descriptor> y = CreateDescriptor<CHAR>({}, {yRaw}); in RunAllocationTest()
401 OwningPtr<Descriptor> input{CreateDescriptor<CHAR>({}, {inputRaw})}; in RunRepeatTest()