Searched refs:funcE (Results 1 – 5 of 5) sorted by relevance
33 template <typename TYPE> int funcE(TYPE arg) { return(arg); } in funcE() function36 using E::funcE<int>; // expected-error{{using declaration cannot refer to a template specialization…
34 define <8 x float> @funcE(<8 x float> %a) nounwind uwtable readnone ssp {
53 define <8 x float> @funcE() nounwind {
59 define <8 x float> @funcE() nounwind {60 ; CHECK-LABEL: funcE: