Home
last modified time | relevance | path

Searched refs:CheckParameters (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/clang/test/SemaCXX/
H A Dattr-mode-tmpl.cpp48 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()
97CheckParameters<EnumType, float>(0, valV4DI, 1.0, valV4DF); // expected-error{{no matching functio… in main()
99CheckParameters<int, int>(0, valV4DI, 1, valV4DF); // expected-error{{no matching function for cal… in main()