Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/unittests/Runtime/
H A DPointer.cpp24 EXPECT_TRUE(RTNAME(PointerIsAssociated)(*p)); in TEST()
31 EXPECT_FALSE(RTNAME(PointerIsAssociated)(*p)); in TEST()
/llvm-project-15.0.7/flang/include/flang/Runtime/
H A Dpointer.h104 bool RTNAME(PointerIsAssociated)(const Descriptor &);
/llvm-project-15.0.7/flang/runtime/
H A Dpointer.cpp147 bool RTNAME(PointerIsAssociated)(const Descriptor &pointer) { in RTNAME() argument