| /llvm-project-15.0.7/flang/runtime/ |
| H A D | allocatable.cpp | 24 CFI_attribute_allocatable); in RTNAME() 31 kind, length, nullptr, rank, nullptr, CFI_attribute_allocatable); in RTNAME() 38 derivedType, nullptr, rank, nullptr, CFI_attribute_allocatable); in RTNAME() 66 descriptor.raw().attribute = CFI_attribute_allocatable; in RTNAME()
|
| H A 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() 243 attribute != CFI_attribute_allocatable) { in CFI_establish() 249 if (base_addr && attribute == CFI_attribute_allocatable) { in CFI_establish() 321 if (result->attribute == CFI_attribute_allocatable) { in CFI_section() 383 if (result->attribute == CFI_attribute_allocatable) { in CFI_select_part()
|
| H A D | inquiry.cpp | 37 CFI_attribute_allocatable); in RTNAME()
|
| H A D | misc-intrinsic.cpp | 24 CFI_attribute_allocatable, mold.Addendum() != nullptr); in TransferImpl()
|
| H A D | character.cpp | 107 TypeCategory::Logical, 1, nullptr, rank, ub, CFI_attribute_allocatable); in Compare() 162 CFI_attribute_allocatable); in AdjustLRHelper() 216 CFI_attribute_allocatable); in LenTrim() 397 CFI_attribute_allocatable); in GeneralCharFunc() 964 CFI_attribute_allocatable); in RTNAME() 998 CFI_attribute_allocatable); in RTNAME()
|
| H A D | derived.cpp | 35 allocDesc.raw().attribute = CFI_attribute_allocatable; in Initialize()
|
| H A D | reduction-templates.h | 181 CFI_attribute_allocatable); in CreatePartialReductionResult()
|
| H A D | extrema.cpp | 149 CFI_attribute_allocatable); in TypedMaxOrMinLoc() 364 CFI_attribute_allocatable); in DoMaxMinNorm2()
|
| H A D | matmul.cpp | 169 RCAT, RKIND, nullptr, resRank, extent, CFI_attribute_allocatable); in DoMatmul()
|
| H A D | findloc.cpp | 207 CFI_attribute_allocatable); in RTNAME()
|
| H A D | transformational.cpp | 122 CFI_attribute_allocatable, sourceAddendum != nullptr); in AllocateResult()
|
| /llvm-project-15.0.7/flang/unittests/Evaluate/ |
| H A 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() 126 if (base_addr != nullptr && attribute == CFI_attribute_allocatable) { 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() 340 if (base_addr != nullptr && attribute == CFI_attribute_allocatable) { in check_CFI_allocate() 348 attribute != CFI_attribute_allocatable) { in check_CFI_allocate() 379 CFI_attribute_pointer, CFI_attribute_allocatable, CFI_attribute_other}; in run_CFI_allocate_tests()
|
| H A D | reshape.cpp | 12 nullptr, 3, sourceExtent, CFI_attribute_allocatable)}; in main() 69 nullptr, 2, nullptr, CFI_attribute_allocatable)}; in main()
|
| /llvm-project-15.0.7/flang/unittests/Runtime/ |
| H A D | tools.h | 41 nullptr, CFI_attribute_allocatable)};
|
| H A D | CommandTest.cpp | 21 sizeof(char), n, nullptr, 0, nullptr, CFI_attribute_allocatable)}; in CreateEmptyCharDescriptor() 31 sizeof(char), n, nullptr, 0, nullptr, CFI_attribute_allocatable)}; in CharDescriptor() 42 kind, nullptr, 0, nullptr, CFI_attribute_allocatable)}; in EmptyIntDescriptor()
|
| H A D | CharacterTest.cpp | 32 nullptr, shape.size(), nullptr, CFI_attribute_allocatable)}; in CreateDescriptor()
|
| /llvm-project-15.0.7/flang/include/flang/ |
| H A D | ISO_Fortran_binding.h | 40 #define CFI_attribute_allocatable 2 macro
|
| /llvm-project-15.0.7/flang/include/flang/Runtime/ |
| H A D | descriptor.h | 198 return raw_.attribute == CFI_attribute_allocatable; in IsAllocatable()
|
| /llvm-project-15.0.7/flang/lib/Optimizer/CodeGen/ |
| H A D | CodeGen.cpp | 46 static constexpr unsigned kAttrAllocatable = CFI_attribute_allocatable; 1146 return CFI_attribute_allocatable; in getCFIAttr()
|
| /llvm-project-15.0.7/flang/test/Fir/ |
| H A D | convert-to-llvm.fir | 973 // the value of `CFI_attribute_allocatable`. 1568 // attribute in the descriptor is set to 2 (value of CFI_attribute_allocatable
|