Lines Matching refs:Descriptor

19 void RTNAME(PointerNullifyIntrinsic)(Descriptor &pointer, TypeCategory category,  in RTNAME()
23 Descriptor::BytesFor(category, kind), nullptr, rank, nullptr, in RTNAME()
27 void RTNAME(PointerNullifyCharacter)(Descriptor &pointer, SubscriptValue length, in RTNAME()
34 void RTNAME(PointerNullifyDerived)(Descriptor &pointer, in RTNAME()
40 void RTNAME(PointerSetBounds)(Descriptor &pointer, int zeroBasedDim, in RTNAME()
50 Descriptor &pointer, int which, SubscriptValue x) { in RTNAME()
56 void RTNAME(PointerApplyMold)(Descriptor &pointer, const Descriptor &mold) { in RTNAME()
62 void RTNAME(PointerAssociateScalar)(Descriptor &pointer, void *target) { in RTNAME()
66 void RTNAME(PointerAssociate)(Descriptor &pointer, const Descriptor &target) { in RTNAME()
71 void RTNAME(PointerAssociateLowerBounds)(Descriptor &pointer, in RTNAME()
72 const Descriptor &target, const Descriptor &lowerBounds) { in RTNAME()
87 void RTNAME(PointerAssociateRemapping)(Descriptor &pointer, in RTNAME()
88 const Descriptor &target, const Descriptor &bounds, const char *sourceFile, in RTNAME()
116 int RTNAME(PointerAllocate)(Descriptor &pointer, bool hasStat, in RTNAME()
117 const Descriptor *errMsg, const char *sourceFile, int sourceLine) { in RTNAME()
135 int RTNAME(PointerDeallocate)(Descriptor &pointer, bool hasStat, in RTNAME()
136 const Descriptor *errMsg, const char *sourceFile, int sourceLine) { in RTNAME()
147 bool RTNAME(PointerIsAssociated)(const Descriptor &pointer) { in RTNAME()
152 const Descriptor &pointer, const Descriptor *target) { in RTNAME()