HomeSort by relevance Sort by last modified time
    Searched defs:b13 (Results 1 - 2 of 2) sorted by null

  /external/clang/test/Misc/
diag-template-diffing.cpp 392 double a13, b13, c13, d13; variable
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
411 // CHECK-ELIDE-TREE: [(no argument) != &b13]>
421 // CHECK-NOELIDE-TREE: [(no argument) != &b13]>
426 // CHECK-NOELIDE-TREE: &b13,
    [all...]
  /external/clang/test/SemaCXX/
uninitialized.cpp 201 B* b13 = getPtrB(); local
205 (void) b13;
228 B* b13 = getPtrB(); variable

Completed in 123 milliseconds