Home
last modified time | relevance | path

Searched defs:ref2 (Results 1 – 10 of 10) sorted by relevance

/llvm-project/libcxx/test/std/utilities/variant/variant.variant/variant.mod/
H A Demplace_type_args.pass.cpp71 auto& ref2 = v.emplace<int>(42); in test_basic() local
85 auto& ref2 = v.emplace<const void*>(&x); in test_basic() local
H A Demplace_index_args.pass.cpp72 auto& ref2 = v.emplace<0>(42); in test_basic() local
87 auto& ref2 = v.emplace<2>(&x); in test_basic() local
H A Demplace_index_init_list_args.pass.cpp78 auto& ref2 = v.emplace<2>({1, 2, 3, 4}, 42); in test_basic() local
H A Demplace_type_init_list_args.pass.cpp77 auto& ref2 = v.emplace<InitListArg>({1, 2, 3, 4}, 42); in test_basic() local
/llvm-project/libcxx/test/std/containers/sequences/vector.bool/reference/
H A Dctor_copy.pass.cpp23 Ref ref2 = ref; in test() local
H A Dassign_copy.pass.cpp25 Ref ref2 = vec[1]; in test() local
/llvm-project/lldb/test/API/lang/cpp/function_refs/
H A Dmain.cpp13 auto &ref2 = unary<volatile int*>; variable
/llvm-project/clang/test/CXX/temp/temp.arg/temp.arg.nontype/
H A Dp5.cpp141 T &ref2 = ref; // expected-error{{drops 'const' qualifier}} in bind() local
/llvm-project/lldb/test/Shell/SymbolFile/NativePDB/
H A Dfunction-types-builtins.cpp195 auto &ref2 = unary<volatile int*>; variable
/llvm-project/flang/lib/Optimizer/HLFIR/Transforms/
H A DOptimizedBufferization.cpp167 areIdenticalOrDisjointSlices(mlir::Value ref1,mlir::Value ref2) areIdenticalOrDisjointSlices() argument