Searched refs:CFI_attribute_allocatable (Results 1 – 7 of 7) sorted by relevance
/external/llvm-project/flang/runtime/ |
D | allocatable.cpp | 21 CFI_attribute_allocatable); in RTNAME() 28 kind, length, nullptr, rank, nullptr, CFI_attribute_allocatable); in RTNAME() 35 derivedType, nullptr, rank, nullptr, CFI_attribute_allocatable); in RTNAME()
|
D | ISO_Fortran_binding.cpp | 46 if (descriptor->attribute != CFI_attribute_allocatable && in CFI_allocate() 51 if (descriptor->attribute == CFI_attribute_allocatable && in CFI_allocate() 96 if (descriptor->attribute != CFI_attribute_allocatable && in CFI_deallocate() 219 attribute != CFI_attribute_allocatable) { in CFI_establish() 225 if (base_addr && attribute == CFI_attribute_allocatable) { in CFI_establish() 294 if (result->attribute == CFI_attribute_allocatable) { in CFI_section() 354 if (result->attribute == CFI_attribute_allocatable) { in CFI_select_part()
|
D | transformational.cpp | 98 resultExtent, CFI_attribute_allocatable); in RESHAPE() 102 CFI_attribute_allocatable); // TODO rearrange these arguments in RESHAPE()
|
D | descriptor.h | 193 return raw_.attribute == CFI_attribute_allocatable; in IsAllocatable()
|
/external/llvm-project/flang/unittests/Evaluate/ |
D | ISO-Fortran-binding.cpp | 95 MATCH((attribute == CFI_attribute_allocatable), res->IsAllocatable()); in check_CFI_establish() 106 if (attribute == CFI_attribute_allocatable) { in check_CFI_establish() 125 if (base_addr != nullptr && attribute == CFI_attribute_allocatable) { 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() 337 if (base_addr != nullptr && attribute == CFI_attribute_allocatable) { in check_CFI_allocate() 345 attribute != CFI_attribute_allocatable) { in check_CFI_allocate() 376 CFI_attribute_pointer, CFI_attribute_allocatable, CFI_attribute_other}; in run_CFI_allocate_tests()
|
D | reshape.cpp | 13 nullptr, 3, sourceExtent, CFI_attribute_allocatable)}; in main()
|
/external/llvm-project/flang/include/flang/ |
D | ISO_Fortran_binding.h | 40 #define CFI_attribute_allocatable 2 macro
|