Searched defs:D23 (Results 1 - 3 of 3) sorted by relevance

/external/llvm/test/MC/MachO/
H A Dx86_32-symbols.s74 D23: label
1017 // CHECK: Name: D23 (98)
H A Dx86_64-symbols.s74 D23: label
313 // CHECK-NEXT: Name: D23 (105)
/external/clang/test/Misc/
H A Ddiag-template-diffing.cpp595 template <class T> struct D23{}; struct
596 template <class T> using C23 = D23<T>;
600 void foo23(D23<A23<>> b) {}
602 foo23(D23<D23<char>>());
607 // CHECK-ELIDE-NOTREE: candidate function not viable: no known conversion from 'D23<D23<char>>' to 'D23<const D23<int>>' for 1st argument
609 // CHECK-ELIDE-NOTREE: candidate function not viable: no known conversion from 'D23<cha
[all...]

Completed in 83 milliseconds