Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libcxx/test/std/input.output/file.streams/fstreams/filebuf.assign/
H A Dnonmember_swap_min.pass.cpp28 std::string tmpA = get_temp_file_name(); in main() local
32 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()
H A Dnonmember_swap.pass.cpp61 std::string tmpA = get_temp_file_name(); in main() local
66 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()
/llvm-project-15.0.7/mlir/test/Dialect/Linalg/
H A Dpromote.mlir45 // CHECK: %[[tmpA:.*]] = memref.alloca() : memref<32xi8>
46 // CHECK: %[[fullA:.*]] = memref.view %[[tmpA]][{{.*}}][{{.*}}] : memref<32xi8> to me…
67 // CHECK-NOT: memref.dealloc %[[tmpA]] : memref<32xi8>