Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/unittests/Runtime/
H A DNamelist.cpp41 &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 DListInputTest.cpp47 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 DInquiry.cpp42 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 DPointer.cpp19 nullptr, 1, nullptr, CFI_attribute_pointer)}; in TEST()
H A DNumericalFormatTest.cpp101 staticDescriptorMaxRank, extent, CFI_attribute_pointer); in TEST()
111 CFI_attribute_pointer); in TEST()
H A DReduction.cpp323 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 DMiscIntrinsic.cpp77 CFI_attribute_pointer)}; in TEST()
/llvm-project-15.0.7/flang/runtime/
H A Dpointer.cpp24 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 DISO_Fortran_binding.cpp47 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 Dderived.cpp122 elemDesc.raw().attribute = CFI_attribute_pointer; in CallFinalSubroutine()
140 tmpDesc.raw().attribute = CFI_attribute_pointer; in CallFinalSubroutine()
H A Ddescriptor.cpp150 if (!destroyPointers && raw_.attribute == CFI_attribute_pointer) { in Destroy()
196 raw_.attribute = CFI_attribute_pointer; in EstablishPointerSection()
H A Dassign.cpp49 toElementDesc.raw().attribute = CFI_attribute_pointer; in DoElementalDefinedAssignment()
52 fromElementDesc.raw().attribute = CFI_attribute_pointer; in DoElementalDefinedAssignment()
H A Dinternal-unit.cpp24 CFI_attribute_pointer); in InternalDescriptorUnit()
H A Dtype-info.cpp133 descriptor.raw().attribute = CFI_attribute_pointer; in CreatePointerDescriptor()
H A Dnamelist.cpp442 mutableDescriptor.raw().attribute = CFI_attribute_pointer; in IONAME()
/llvm-project-15.0.7/flang/unittests/Evaluate/
H A Dreshape.cpp36 &shapeExtent, CFI_attribute_pointer)}; in main()
49 CFI_attribute_pointer); in main()
62 orderExtent, CFI_attribute_pointer); in main()
H A 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()
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 DISO_Fortran_binding.h39 #define CFI_attribute_pointer 1 macro
/llvm-project-15.0.7/flang/include/flang/Runtime/
H A Ddescriptor.h196 bool IsPointer() const { return raw_.attribute == CFI_attribute_pointer; } in IsPointer()
/llvm-project-15.0.7/flang/lib/Optimizer/CodeGen/
H A DCodeGen.cpp45 static constexpr unsigned kAttrPointer = CFI_attribute_pointer;
1144 return CFI_attribute_pointer; in getCFIAttr()
/llvm-project-15.0.7/flang/test/Fir/
H A Dconvert-to-llvm.fir995 // the value of `CFI_attribute_pointer`.
1552 // attribute in the descriptor is set to 1 (value of CFI_attribute_pointer