Searched refs:tmpA (Results 1 – 3 of 3) sorted by relevance
28 std::string tmpA = get_temp_file_name(); in main() local32 std::ofstream sa(tmpA), sb(tmpB); in main()38 assert(f1.open(tmpA, std::ios_base::in) != 0); in main()58 std::remove(tmpA.c_str()); in main()
61 std::string tmpA = get_temp_file_name(); in main() local66 std::ofstream sa(tmpA), sb(tmpB); in main()72 assert(f1.open(tmpA, std::ios_base::in) != 0); in main()82 std::remove(tmpA.c_str()); in main()
45 // CHECK: %[[tmpA:.*]] = memref.alloca() : memref<32xi8>46 // CHECK: %[[fullA:.*]] = memref.view %[[tmpA]][{{.*}}][{{.*}}] : memref<32xi8> to me…67 // CHECK-NOT: memref.dealloc %[[tmpA]] : memref<32xi8>