Home
last modified time | relevance | path

Searched refs:tmpB (Results 1 – 3 of 3) sorted by relevance

/llvm-project/libcxx/test/std/input.output/file.streams/fstreams/filebuf.assign/
H A Dnonmember_swap_min.pass.cpp29 std::string tmpB = get_temp_file_name(); in main() local
32 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()
H A Dnonmember_swap.pass.cpp62 std::string tmpB = get_temp_file_name(); in main() local
66 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()
/llvm-project/mlir/test/Dialect/Linalg/
H A Dpromote.mlir47 // CHECK: %[[tmpB:.*]] = memref.alloca() : memref<48xi8>
48 // CHECK: %[[fullB:.*]] = memref.view %[[tmpB]][{{.*}}][{{.*}}] : memref<48xi8> to me…
64 // CHECK-NOT: memref.dealloc %[[tmpB]] : memref<48xi8>