Home
last modified time | relevance | path

Searched refs:CFI_attribute_other (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/flang/runtime/
Ddescriptor.h149 ISO::CFI_attribute_t attribute = CFI_attribute_other,
153 ISO::CFI_attribute_t attribute = CFI_attribute_other,
157 ISO::CFI_attribute_t attribute = CFI_attribute_other,
161 ISO::CFI_attribute_t attribute = CFI_attribute_other);
166 ISO::CFI_attribute_t attribute = CFI_attribute_other,
170 ISO::CFI_attribute_t attribute = CFI_attribute_other);
174 ISO::CFI_attribute_t attribute = CFI_attribute_other);
178 ISO::CFI_attribute_t attribute = CFI_attribute_other);
DISO_Fortran_binding.cpp218 if (attribute != CFI_attribute_other && attribute != CFI_attribute_pointer && in CFI_establish()
/external/llvm-project/flang/unittests/Evaluate/
DISO-Fortran-binding.cpp167 CFI_attribute_pointer, CFI_attribute_allocatable, CFI_attribute_other}; in run_CFI_establish_tests()
195 check_CFI_establish(dv_3darray, nullptr, CFI_attribute_other, CFI_type_int, 4, in run_CFI_establish_tests()
222 CFI_establish(dv, nullptr, CFI_attribute_other, ty, size, 0, nullptr)}; in ByteSize()
235 CFI_attribute_pointer, CFI_attribute_allocatable, CFI_attribute_other}; in run_CFI_address_tests()
260 CFI_establish(dv, dummyAddr, CFI_attribute_other, CFI_type_int, 0, in run_CFI_address_tests()
281 dv, dummyAddr, CFI_attribute_other, CFI_type_int, 0, 3, extents); in run_CFI_address_tests()
376 CFI_attribute_pointer, CFI_attribute_allocatable, CFI_attribute_other}; in run_CFI_allocate_tests()
390 dv, nullptr, CFI_attribute_other, CFI_type_int, 0, 0, nullptr); in run_CFI_allocate_tests()
428 int retCode{CFI_establish(source, &array, CFI_attribute_other, in run_CFI_section_tests()
439 retCode = CFI_establish(result, nullptr, CFI_attribute_other, in run_CFI_section_tests()
[all …]
/external/llvm-project/flang/include/flang/
DISO_Fortran_binding.h41 #define CFI_attribute_other 0 /* neither pointer nor allocatable */ macro