Home
last modified time | relevance | path

Searched refs:static_foo (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/llvm/test/CodeGen/PowerPC/
H A Dtest_func_desc.ll17 %2 = call i32 @static_foo()
25 define internal i32 @static_foo() {
57 ; CHECK: bl .static_foo
59 ; CHECK: .lglobl static_foo[DS]
60 ; CHECK: .lglobl .static_foo
61 ; 32BIT: .csect static_foo[DS],2
62 ; 32BIT-NEXT: .vbyte 4, .static_foo
65 ; 64BIT: .csect static_foo[DS],3
66 ; 64BIT-NEXT: .vbyte 8, .static_foo
70 ; CHECK-LABEL: .static_foo:
/llvm-project-15.0.7/clang/test/SemaTemplate/
H A Ddependent-names.cpp23 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()
/llvm-project-15.0.7/clang/test/SemaCXX/
H A DMicrosoftSuper.cpp19 static void static_foo() {} in static_foo() function
43 __super::static_foo(); in bar()
H A Ddeduced-return-type-cxx14.cpp388 template<class T> static __attribute__((unused)) int static_foo(T) { in static_foo() function
392 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()
/llvm-project-15.0.7/clang/test/CXX/expr/expr.prim/expr.prim.lambda/
H A Dp12.cpp9 static void static_foo() { in static_foo() function