| /llvm-project-15.0.7/flang/unittests/Runtime/ |
| H A D | Namelist.cpp | 41 &buffer, 1, extent, CFI_attribute_pointer); in TEST() 142 /*elementBytes=*/std::strlen(t1), t1, 0, nullptr, CFI_attribute_pointer); in TEST() 151 out, 0, nullptr, CFI_attribute_pointer); in TEST() 179 internalDesc.Establish(1, 12, t1, 1, &shape, CFI_attribute_pointer); in TEST() 201 /*elementBytes=*/std::strlen(t1), t1, 0, nullptr, CFI_attribute_pointer); in TEST() 209 out, 0, nullptr, CFI_attribute_pointer); in TEST() 230 /*elementBytes=*/std::strlen(t1), t1, 0, nullptr, CFI_attribute_pointer); in TEST() 238 out, 0, nullptr, CFI_attribute_pointer); in TEST() 259 /*elementBytes=*/std::strlen(t1), t1, 0, nullptr, CFI_attribute_pointer); in TEST() 267 out, 0, nullptr, CFI_attribute_pointer); in TEST() [all …]
|
| H A D | ListInputTest.cpp | 47 1, extent, CFI_attribute_pointer); in TEST() 82 CFI_attribute_pointer); in TEST() 119 formatBuffer.data(), 1, extent, CFI_attribute_pointer); in TEST() 143 formatBuffer.data(), 1, extent, CFI_attribute_pointer); in TEST() 166 formatBuffer.data(), 1, extent, CFI_attribute_pointer); in TEST_P()
|
| H A D | Inquiry.cpp | 42 static_cast<void *>(&intValue), 1, extent, CFI_attribute_pointer); in TEST() 55 static_cast<void *>(&intValue), 1, extent, CFI_attribute_pointer); in TEST()
|
| H A D | Pointer.cpp | 19 nullptr, 1, nullptr, CFI_attribute_pointer)}; in TEST()
|
| H A D | NumericalFormatTest.cpp | 101 staticDescriptorMaxRank, extent, CFI_attribute_pointer); in TEST() 111 CFI_attribute_pointer); in TEST()
|
| H A D | Reduction.cpp | 323 CFI_attribute_pointer); in TEST() 453 nullptr, CFI_attribute_pointer); in TEST() 489 nullptr, CFI_attribute_pointer); in TEST() 534 nullptr, CFI_attribute_pointer); in TEST() 547 nullptr, CFI_attribute_pointer); in TEST()
|
| H A D | MiscIntrinsic.cpp | 77 CFI_attribute_pointer)}; in TEST()
|
| /llvm-project-15.0.7/flang/runtime/ |
| H A D | pointer.cpp | 24 CFI_attribute_pointer); in RTNAME() 31 kind, length, nullptr, rank, nullptr, CFI_attribute_pointer); in RTNAME() 37 pointer.Establish(derivedType, nullptr, rank, nullptr, CFI_attribute_pointer); in RTNAME() 59 pointer.raw().attribute = CFI_attribute_pointer; in RTNAME() 68 pointer.raw().attribute = CFI_attribute_pointer; in RTNAME() 74 pointer.raw().attribute = CFI_attribute_pointer; in RTNAME() 91 pointer.raw().attribute = CFI_attribute_pointer; in RTNAME()
|
| H A D | ISO_Fortran_binding.cpp | 47 descriptor->attribute != CFI_attribute_pointer) { in CFI_allocate() 97 descriptor->attribute != CFI_attribute_pointer) { in CFI_deallocate() 242 if (attribute != CFI_attribute_other && attribute != CFI_attribute_pointer && in CFI_establish() 415 if (result->attribute != CFI_attribute_pointer) { in CFI_setpointer() 431 if (!source->base_addr && source->attribute != CFI_attribute_pointer) { in CFI_setpointer()
|
| H A D | derived.cpp | 122 elemDesc.raw().attribute = CFI_attribute_pointer; in CallFinalSubroutine() 140 tmpDesc.raw().attribute = CFI_attribute_pointer; in CallFinalSubroutine()
|
| H A D | descriptor.cpp | 150 if (!destroyPointers && raw_.attribute == CFI_attribute_pointer) { in Destroy() 196 raw_.attribute = CFI_attribute_pointer; in EstablishPointerSection()
|
| H A D | assign.cpp | 49 toElementDesc.raw().attribute = CFI_attribute_pointer; in DoElementalDefinedAssignment() 52 fromElementDesc.raw().attribute = CFI_attribute_pointer; in DoElementalDefinedAssignment()
|
| H A D | internal-unit.cpp | 24 CFI_attribute_pointer); in InternalDescriptorUnit()
|
| H A D | type-info.cpp | 133 descriptor.raw().attribute = CFI_attribute_pointer; in CreatePointerDescriptor()
|
| H A D | namelist.cpp | 442 mutableDescriptor.raw().attribute = CFI_attribute_pointer; in IONAME()
|
| /llvm-project-15.0.7/flang/unittests/Evaluate/ |
| H A D | reshape.cpp | 36 &shapeExtent, CFI_attribute_pointer)}; in main() 49 CFI_attribute_pointer); in main() 62 orderExtent, CFI_attribute_pointer); in main()
|
| H A 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() 169 CFI_attribute_pointer, CFI_attribute_allocatable, CFI_attribute_other}; in run_CFI_establish_tests() 238 CFI_attribute_pointer, CFI_attribute_allocatable, CFI_attribute_other}; in run_CFI_address_tests() 347 if (attribute != CFI_attribute_pointer && in check_CFI_allocate() 379 CFI_attribute_pointer, CFI_attribute_allocatable, CFI_attribute_other}; in run_CFI_allocate_tests() 620 result, nullptr, CFI_attribute_pointer, type, elem_len, rank, nullptr)}; in run_CFI_setpointer_tests()
|
| /llvm-project-15.0.7/flang/include/flang/ |
| H A D | ISO_Fortran_binding.h | 39 #define CFI_attribute_pointer 1 macro
|
| /llvm-project-15.0.7/flang/include/flang/Runtime/ |
| H A D | descriptor.h | 196 bool IsPointer() const { return raw_.attribute == CFI_attribute_pointer; } in IsPointer()
|
| /llvm-project-15.0.7/flang/lib/Optimizer/CodeGen/ |
| H A D | CodeGen.cpp | 45 static constexpr unsigned kAttrPointer = CFI_attribute_pointer; 1144 return CFI_attribute_pointer; in getCFIAttr()
|
| /llvm-project-15.0.7/flang/test/Fir/ |
| H A D | convert-to-llvm.fir | 995 // the value of `CFI_attribute_pointer`. 1552 // attribute in the descriptor is set to 1 (value of CFI_attribute_pointer
|