Home
last modified time | relevance | path

Searched defs:ref1 (Results 1 – 6 of 6) sorted by relevance

/llvm-project/libcxx/test/std/utilities/variant/variant.variant/variant.mod/
H A Demplace_type_args.pass.cpp67 auto& ref1 = v.emplace<int>(); in test_basic() local
81 auto& ref1 = v.emplace<long>(); in test_basic() local
H A Demplace_index_args.pass.cpp68 auto& ref1 = v.emplace<0>(); in test_basic() local
83 auto& ref1 = v.emplace<1>(); in test_basic() local
H A Demplace_index_init_list_args.pass.cpp74 auto& ref1 = v.emplace<1>({1, 2, 3}); in test_basic() local
H A Demplace_type_init_list_args.pass.cpp73 auto& ref1 = v.emplace<InitList>({1, 2, 3}); in test_basic() local
/llvm-project/libcxx/test/std/containers/sequences/vector.bool/reference/
H A Dassign_copy.pass.cpp24 Ref ref1 = vec[0]; in test() local
/llvm-project/flang/lib/Optimizer/HLFIR/Transforms/
H A DOptimizedBufferization.cpp167 areIdenticalOrDisjointSlices(mlir::Value ref1,mlir::Value ref2) areIdenticalOrDisjointSlices() argument