Searched refs:CFI_attribute_pointer (Results 1 – 9 of 9) sorted by relevance
/external/llvm-project/flang/runtime/ |
D | ISO_Fortran_binding.cpp | 47 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()
|
D | internal-unit.cpp | 25 CFI_attribute_pointer); in InternalDescriptorUnit()
|
D | descriptor.h | 191 bool IsPointer() const { return raw_.attribute == CFI_attribute_pointer; } in IsPointer()
|
D | descriptor.cpp | 25 if (raw_.attribute != CFI_attribute_pointer) { in ~Descriptor()
|
/external/llvm-project/flang/unittests/Evaluate/ |
D | reshape.cpp | 34 &shapeExtent, CFI_attribute_pointer)}; in main() 47 CFI_attribute_pointer); in main()
|
D | ISO-Fortran-binding.cpp | 60 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/ |
D | list-input.cpp | 30 CFI_attribute_pointer); in main()
|
D | hello.cpp | 46 CFI_attribute_pointer); in multiline() 52 CFI_attribute_pointer); in multiline()
|
/external/llvm-project/flang/include/flang/ |
D | ISO_Fortran_binding.h | 39 #define CFI_attribute_pointer 1 macro
|