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

/external/llvm/test/MC/MachO/
H A Dx86_32-symbols.s74 D23: label
885 // CHECK: ('_string', 'D23')
H A Dx86_64-symbols.s74 D23: label
818 // CHECK: ('_string', 'D23')
/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 291 milliseconds