Searched defs:D23 (Results 1 - 5 of 5) 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/swiftshader/third_party/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.cpp589 template <class T> struct D23{}; struct
590 template <class T> using C23 = D23<T>;
594 void foo23(D23<A23<>> b) {}
596 foo23(D23<D23<char>>());
601 // CHECK-ELIDE-NOTREE: candidate function not viable: no known conversion from 'D23<D23<char>>' to 'D23<const D23<int>>' for 1st argument
603 // CHECK-ELIDE-NOTREE: candidate function not viable: no known conversion from 'D23<cha
[all...]

Completed in 197 milliseconds