Searched defs:call_foo (Results 1 – 6 of 6) sorted by relevance
4 call_foo: label
9 call_foo: label
21 void (*call_foo)(void) = &foo; variable
34 void call_foo() { in call_foo() function
23 subroutine call_foo(i) subroutine37 ! CHECK-LABEL: func @_QPcall_foo2( argument
72 void call_foo(Foo<int, float> foo_if, Foo<int> foo_i) { in call_foo() function