Searched defs:ref2 (Results 1 – 10 of 10) sorted by relevance
71 auto& ref2 = v.emplace<int>(42); in test_basic() local85 auto& ref2 = v.emplace<const void*>(&x); in test_basic() local
72 auto& ref2 = v.emplace<0>(42); in test_basic() local87 auto& ref2 = v.emplace<2>(&x); in test_basic() local
78 auto& ref2 = v.emplace<2>({1, 2, 3, 4}, 42); in test_basic() local
77 auto& ref2 = v.emplace<InitListArg>({1, 2, 3, 4}, 42); in test_basic() local
23 Ref ref2 = ref; in test() local
25 Ref ref2 = vec[1]; in test() local
13 auto &ref2 = unary<volatile int*>; variable
141 T &ref2 = ref; // expected-error{{drops 'const' qualifier}} in bind() local
195 auto &ref2 = unary<volatile int*>; variable
167 areIdenticalOrDisjointSlices(mlir::Value ref1,mlir::Value ref2) areIdenticalOrDisjointSlices() argument