Searched refs:SameType (Results 1 – 5 of 5) sorted by relevance
| /llvm-project-15.0.7/llvm/include/llvm/Support/ |
| H A D | YAMLTraits.h | 333 static char test(SameType<Signature_bitset, &U::bitset>*); 350 static char test(SameType<Signature_input, &U::input> *, 351 SameType<Signature_output, &U::output> *, 369 static char test(SameType<Signature_input, &U::input> *, 370 SameType<Signature_output, &U::output> *); 387 static char test(SameType<Signature_input, &U::input> *, 388 SameType<Signature_output, &U::output> *, 481 static char test(SameType<Signature_size, &U::size>*); 496 static char test(SameType<Signature_input, &U::inputOne>*); 525 static char (&f(SameType<bool Fallback::*, &C::flow>*))[1]; [all …]
|
| H A D | FormatVariadicDetails.h | 68 static char test(SameType<Signature_format, &U::format> *);
|
| /llvm-project-15.0.7/clang/test/CXX/temp/temp.type/ |
| H A D | p1-0x.cpp | 10 using SameType = decltype(y); // expected-note {{here}} typedef 11 using SameType = decltype(z); // expected-error {{different types}} typedef 21 using SameType = decltype(y); typedef 22 using SameType = decltype(z); // ok typedef
|
| /llvm-project-15.0.7/flang/lib/Evaluate/ |
| H A D | intrinsics.cpp | 153 static constexpr TypePattern SameType{AnyType, KindCode::same}; variable 364 {{"array", SameType, Rank::array}, 586 {{"tsource", SameType}, {"fsource", SameType}, {"mask", AnyLogical}}, 587 SameType}, 649 {{"array", SameType, Rank::array}, 678 {{"array", SameType, Rank::array}, 685 {{"array", SameType, Rank::array}, 748 {{"source", SameType, Rank::known}, RequiredDIM, 782 {"mold", SameType, Rank::anyOrAssumedRank}, 785 {"transpose", {{"matrix", SameType, Rank::matrix}}, SameType, Rank::matrix, [all …]
|
| /llvm-project-15.0.7/llvm/include/llvm/ADT/ |
| H A D | STLExtras.h | 51 template <typename T, T> struct SameType;
|