Searched refs:static_foo (Results 1 – 5 of 5) sorted by relevance
17 %2 = call i32 @static_foo()25 define internal i32 @static_foo() {57 ; CHECK: bl .static_foo59 ; CHECK: .lglobl static_foo[DS]60 ; CHECK: .lglobl .static_foo61 ; 32BIT: .csect static_foo[DS],262 ; 32BIT-NEXT: .vbyte 4, .static_foo65 ; 64BIT: .csect static_foo[DS],366 ; 64BIT-NEXT: .vbyte 8, .static_foo70 ; CHECK-LABEL: .static_foo:
23 static void static_foo();27 static void static_foo();34 Base<T>::static_foo(); in test0()39 Base<T>::Inner::static_foo(); in test1()44 Base<T>::static_foo(); in test2()49 Base<T>::Inner::static_foo(); in test3()57 Base<T>::static_foo(); in test0()62 Base<T>::Inner::static_foo(); in test1()67 Base<T>::static_foo(); in test2()72 Base<T>::Inner::static_foo(); in test3()
19 static void static_foo() {} in static_foo() function43 __super::static_foo(); in bar()
388 template<class T> static __attribute__((unused)) int static_foo(T) { in static_foo() function392 operator auto() { return &static_foo<int>; } in operator auto()397 using M::static_foo;406 int k = T{}.static_foo(4); in test()407 int l = T::static_foo(5); in test()
9 static void static_foo() { in static_foo() function