Searched defs:ref1 (Results 1 – 6 of 6) sorted by relevance
67 auto& ref1 = v.emplace<int>(); in test_basic() local81 auto& ref1 = v.emplace<long>(); in test_basic() local
68 auto& ref1 = v.emplace<0>(); in test_basic() local83 auto& ref1 = v.emplace<1>(); in test_basic() local
74 auto& ref1 = v.emplace<1>({1, 2, 3}); in test_basic() local
73 auto& ref1 = v.emplace<InitList>({1, 2, 3}); in test_basic() local
24 Ref ref1 = vec[0]; in test() local
167 areIdenticalOrDisjointSlices(mlir::Value ref1,mlir::Value ref2) areIdenticalOrDisjointSlices() argument