Home | History | Annotate | Download | only in Index

Lines Matching refs:foo_7

14 template<class T> void foo_7(T);
34 template<class T> void foo_7(T);
55 foo_7(42);
56 foo_7<int>(42);
75 s.foo_7(42);
76 s.foo_7<int>(42);
90 foo_7(42,);
94 s.foo_7(42,);
209 // CHECK-CC10: OverloadCandidate:{ResultType void}{Text foo_7}{LeftParen (}{CurrentParameter T}{RightParen )} (1)
221 // CHECK-CC11: OverloadCandidate:{ResultType void}{Text foo_7}{LeftParen (}{CurrentParameter int}{RightParen )} (1)
502 // CHECK-CC34: OverloadCandidate:{ResultType void}{Text foo_7}{LeftParen (}{CurrentParameter T}{RightParen )} (1)
514 // CHECK-CC35: OverloadCandidate:{ResultType void}{Text foo_7}{LeftParen (}{CurrentParameter int}{RightParen )} (1)