Home | History | Annotate | Download | only in Index

Lines Matching refs:foo_2

5 void foo_2(int);
6 void foo_2(void *);
25 void foo_2(int);
26 void foo_2(void *);
48 foo_2(42);
68 s.foo_2(42);
88 foo_2(42,);
92 s.foo_2(42,);
110 // CHECK-CC2: OverloadCandidate:{ResultType void}{Text foo_2}{LeftParen (}{CurrentParameter void *}{RightParen )} (1)
111 // CHECK-CC2: OverloadCandidate:{ResultType void}{Text foo_2}{LeftParen (}{CurrentParameter int}{RightParen )} (1)
403 // CHECK-CC26: OverloadCandidate:{ResultType void}{Text foo_2}{LeftParen (}{CurrentParameter int}{RightParen )} (1)
404 foo_2}{LeftParen (}{CurrentParameter void *}{RightParen )} (1)