Searched refs:CheckParameters (Results 1 – 1 of 1) sorted by relevance
| /llvm-project-15.0.7/clang/test/SemaCXX/ |
| H A D | attr-mode-tmpl.cpp | 48 void CheckParameters(T1 __attribute__((mode(SI))) paramSI, // expected-note{{ignored: substit… in CheckParameters() function 95 CheckParameters<int, float>(0, valV4DI, 1.0, valV4DF); in main() 97 …CheckParameters<EnumType, float>(0, valV4DI, 1.0, valV4DF); // expected-error{{no matching functio… in main() 99 …CheckParameters<int, int>(0, valV4DI, 1, valV4DF); // expected-error{{no matching function for cal… in main()
|