Searched refs:tmpB (Results 1 – 3 of 3) sorted by relevance
29 std::string tmpB = get_temp_file_name(); in main() local32 std::ofstream sa(tmpA), sb(tmpB); in main()43 assert(f2.open(tmpB, std::ios_base::in) != 0); in main()59 std::remove(tmpB.c_str()); in main()
62 std::string tmpB = get_temp_file_name(); in main() local66 std::ofstream sa(tmpA), sb(tmpB); in main()73 assert(f2.open(tmpB, std::ios_base::in) != 0); in main()83 std::remove(tmpB.c_str()); in main()
47 // CHECK: %[[tmpB:.*]] = memref.alloca() : memref<48xi8>48 // CHECK: %[[fullB:.*]] = memref.view %[[tmpB]][{{.*}}][{{.*}}] : memref<48xi8> to me…64 // CHECK-NOT: memref.dealloc %[[tmpB]] : memref<48xi8>