reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1328 if (alloc->address.isValid()) { 1330 assert(*alloc->address.get() == alloc_addr); 1332 alloc->address = alloc_addr; 1459 if (allocation_up->address.isValid() && 1460 *allocation_up->address.get() == addr_t(args[eRsAlloc])) { 1830 if (!alloc->address.isValid()) { 1839 *alloc->address.get(), x, y, z); 1865 if (!alloc->address.isValid() || !alloc->context.isValid()) { 1874 *alloc->context.get(), *alloc->address.get()); 2101 if (!alloc->address.isValid() || !alloc->dimension.isValid() || 2139 *alloc->address.get(), dim_x, dim_y, dim_z); 2167 if (!alloc->address.isValid() || !alloc->data_ptr.isValid()) { 2176 *alloc->address.get(), 0, 1, 0); 2411 *alloc->address.get()); 2631 *alloc->address.get()); 3180 *alloc->address.get()); 3376 if (!alloc->address.isValid()) 3379 strm.Printf("0x%" PRIx64 "\n", *alloc->address.get()); 3837 if (a->address.isValid()) 3838 if (*a->address == address) 3851 if (*((*it)->address) == address) { 3862 a->address = address;