Searched refs:templateFunction (Results 1 – 9 of 9) sorted by relevance
27 T templateFunction(T t) { return t; } in templateFunction() function30 int FortyTwo = templateFunction<int>(42);35 int templateFunction<int>(int t);38 int foo() { return templateFunction(42); } in foo()
81 void templateFunction(type) { in templateFunction() function106 templateFunction(0); in main()108 templateFunction(false); in main()
85 void templateFunction(type) { in templateFunction() function110 templateFunction(0); in main()112 templateFunction(false); in main()
31 void templateFunction(T) { } // expected-note {{candidate template ignored: could not match 'void (… function33 releaser_t r3 = templateFunction<id>; // expected-error {{address of overloaded function 'templateF…45 …templateFunction(__attribute__((ns_consumed)) AntiRelease *); // expected-error {{no function temp… function
164 void templateFunction() { in useOfTemplateFunction() 170 templateFunction<int>();431 void templateFunction() {437 templateFunction<int>(); in useOfUserConversion() 158 void templateFunction() { templateFunction() function 417 void templateFunction() { templateFunction() function
23 int templateFunction(T value) __attribute__((annotate("works")));
217 void templateFunction(T obj) { in templateFunction() function 241 templateFunction(no_move_semantics); in moveToConstReferenceNegatives() 267 templateFunction(no_move_semantics); in moveToConstReferenceNegativesAlias()
375 void templateFunction(T) { templateFunction() function 379 void templateFunction<ExpensiveToCopyType>(ExpensiveToCopyType E) { templateFunction() function
1009 void templateFunction(const T& t) { in templateFunction() function1015 templateFunction(Test); in instantiateTemplateFunction()