Home | History | Annotate | Download | only in Misc

Lines Matching defs:a13

392 double a13, b13, c13, d13;
394 void set13(class_ptrs<&a13, &b13>) {}
397 set13(class_ptrss<&a13, &b13, &d13>());
400 // CHECK-ELIDE-NOTREE: candidate function not viable: no known conversion from 'class_ptrs<&c13, (no argument)>' to 'class_ptrs<&a13, &b13>' for 1st argument
404 // CHECK-NOELIDE-NOTREE: candidate function not viable: no known conversion from 'class_ptrs<&c13, (no argument)>' to 'class_ptrs<&a13, &b13>' for 1st argument
406 // CHECK-NOELIDE-NOTREE: candidate function not viable: no known conversion from 'class_ptrs<&a13, &b13, &d13>' to 'class_ptrs<&a13, &b13, (no argument)>' for 1st argument
410 // CHECK-ELIDE-TREE: [&c13 != &a13],
420 // CHECK-NOELIDE-TREE: [&c13 != &a13],
425 // CHECK-NOELIDE-TREE: &a13,