Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/unittests/Runtime/
H A DMiscIntrinsic.cpp21 StaticDescriptor<2, true, 2> staticDesc[2]; in TEST() local
22 auto &result{staticDesc[0].descriptor()}; in TEST()
25 auto &mold{staticDesc[1].descriptor()}; in TEST()
35 StaticDescriptor<2, true, 2> staticDesc[2]; in TEST() local
36 auto &result{staticDesc[0].descriptor()}; in TEST()
39 auto &mold{staticDesc[1].descriptor()}; in TEST()
55 StaticDescriptor<2, true, 2> staticDesc[2]; in TEST() local
56 auto &result{staticDesc[0].descriptor()}; in TEST()
59 auto &mold{staticDesc[1].descriptor()}; in TEST()
73 auto &result{staticDesc[0].descriptor()}; in TEST()
[all …]
/llvm-project-15.0.7/flang/runtime/
H A Dnamelist.cpp430 StaticDescriptor<maxRank, true, 16> staticDesc[2]; in IONAME() local
437 Descriptor &mutableDescriptor{staticDesc[whichStaticDesc].descriptor()}; in IONAME()