Lines Matching refs:a7
185 int a7, b7;
189 void set7(class7<&a7> A) {}
191 set7(class7<&a7>());
197 // CHECK-ELIDE-NOTREE: candidate function not viable: no known conversion from 'class7<&b7>' to 'class7<&a7>' for 1st argument
199 // CHECK-ELIDE-NOTREE: candidate function not viable: no known conversion from 'class7<c7>' to 'class7<&a7>' for 1st argument
201 // CHECK-ELIDE-NOTREE: candidate function not viable: no known conversion from 'class7<nullptr>' to 'class7<&a7>' for 1st argument
203 // CHECK-NOELIDE-NOTREE: candidate function not viable: no known conversion from 'class7<&b7>' to 'class7<&a7>' for 1st argument
205 // CHECK-NOELIDE-NOTREE: candidate function not viable: no known conversion from 'class7<c7>' to 'class7<&a7>' for 1st argument
207 // CHECK-NOELIDE-NOTREE: candidate function not viable: no known conversion from 'class7<nullptr>' to 'class7<&a7>' for 1st argument
211 // CHECK-ELIDE-TREE: [&b7 != &a7]>
215 // CHECK-ELIDE-TREE: [c7 != &a7]>
219 // CHECK-ELIDE-TREE: [nullptr != &a7]>
223 // CHECK-NOELIDE-TREE: [&b7 != &a7]>
227 // CHECK-NOELIDE-TREE: [c7 != &a7]>
231 // CHECK-NOELIDE-TREE: [nullptr != &a7]>