Searched refs:dummyAddr (Results 1 – 1 of 1) sorted by relevance
| /llvm-project-15.0.7/flang/unittests/Evaluate/ |
| H A D | ISO-Fortran-binding.cpp | 166 void *dummyAddr{&base}; in run_CFI_establish_tests() local 174 void *baseAddrCases[]{dummyAddr, nullptr}; in run_CFI_establish_tests() 236 void *dummyAddr{&base}; in run_CFI_address_tests() local 258 CFI_establish(dv, dummyAddr, attribute, type, 42, 0, nullptr); in run_CFI_address_tests() 263 CFI_establish(dv, dummyAddr, CFI_attribute_other, CFI_type_int, 0, in run_CFI_address_tests() 284 dv, dummyAddr, CFI_attribute_other, CFI_type_int, 0, 3, extents); in run_CFI_address_tests() 377 void *dummyAddr{&base}; in run_CFI_allocate_tests() local 382 void *baseAddrCases[]{dummyAddr, nullptr}; in run_CFI_allocate_tests()
|