Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/runtime/
H A Ddescriptor.cpp149 int Descriptor::Destroy(bool finalize, bool destroyPointers) { in Destroy() argument
150 if (!destroyPointers && raw_.attribute == CFI_attribute_pointer) { in Destroy()
/llvm-project-15.0.7/flang/include/flang/Runtime/
H A Ddescriptor.h350 int Destroy(bool finalize = false, bool destroyPointers = false);