Home
last modified time | relevance | path

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

/external/llvm-project/flang/runtime/
DISO_Fortran_binding.cpp47 descriptor->attribute != CFI_attribute_pointer) { in CFI_allocate()
97 descriptor->attribute != CFI_attribute_pointer) { in CFI_deallocate()
218 if (attribute != CFI_attribute_other && attribute != CFI_attribute_pointer && in CFI_establish()
386 if (result->attribute != CFI_attribute_pointer) { in CFI_setpointer()
402 if (!source->base_addr && source->attribute != CFI_attribute_pointer) { in CFI_setpointer()
Dinternal-unit.cpp25 CFI_attribute_pointer); in InternalDescriptorUnit()
Ddescriptor.h191 bool IsPointer() const { return raw_.attribute == CFI_attribute_pointer; } in IsPointer()
Ddescriptor.cpp25 if (raw_.attribute != CFI_attribute_pointer) { in ~Descriptor()
/external/llvm-project/flang/unittests/Evaluate/
Dreshape.cpp34 &shapeExtent, CFI_attribute_pointer)}; in main()
47 CFI_attribute_pointer); in main()
DISO-Fortran-binding.cpp60 dv->attribute = CFI_attribute_pointer; in AddNoiseToCdesc()
94 MATCH((attribute == CFI_attribute_pointer), res->IsPointer()); in check_CFI_establish()
109 if (attribute == CFI_attribute_pointer) { in check_CFI_establish()
167 CFI_attribute_pointer, CFI_attribute_allocatable, CFI_attribute_other}; in run_CFI_establish_tests()
235 CFI_attribute_pointer, CFI_attribute_allocatable, CFI_attribute_other}; in run_CFI_address_tests()
344 if (attribute != CFI_attribute_pointer && in check_CFI_allocate()
376 CFI_attribute_pointer, CFI_attribute_allocatable, CFI_attribute_other}; in run_CFI_allocate_tests()
617 result, nullptr, CFI_attribute_pointer, type, elem_len, rank, nullptr)}; in run_CFI_setpointer_tests()
/external/llvm-project/flang/unittests/Runtime/
Dlist-input.cpp30 CFI_attribute_pointer); in main()
Dhello.cpp46 CFI_attribute_pointer); in multiline()
52 CFI_attribute_pointer); in multiline()
/external/llvm-project/flang/include/flang/
DISO_Fortran_binding.h39 #define CFI_attribute_pointer 1 macro