Home
last modified time | relevance | path

Searched refs:static_func (Results 1 – 12 of 12) sorted by relevance

/llvm-project-15.0.7/clang/test/CoverageMapping/
H A Dtest.c4 static void static_func(void);
13 static_func(); in main()
30 void static_func(void) { } // CHECK: File 0, [[@LINE]]:24 -> [[@LINE]]:27 = #0 in static_func() function
H A Dheader.cpp13 static_func(2); in main()
/llvm-project-15.0.7/llvm/test/tools/llvm-cov/Inputs/
H A Dbranch-c-general.c231 static void static_func() { in static_func() function
256 static_func(); in main()
H A Dbranch-c-general.proftext66 branch-c-general.c:static_func
/llvm-project-15.0.7/clang/test/Profile/
H A Dc-general.c478 static void static_func(void) { in static_func() function
573 static_func(); in main()
/llvm-project-15.0.7/clang/test/CodeGenCUDA/
H A Ddevice-fun-linkage.cu24 static __device__ void static_func() {} in static_func() function
/llvm-project-15.0.7/clang/test/Profile/Inputs/
H A Dc-general.proftext164 c-general.c:static_func
/llvm-project-15.0.7/clang/test/CoverageMapping/Inputs/
H A Dheader1.h12 static void static_func(int j) { in static_func() function
/llvm-project-15.0.7/clang/test/SemaCXX/
H A DMicrosoftExtensions.cpp202 extern void static_func();
203 void static_func(); // expected-note {{previous declaration is here}}
206 static void static_func() // expected-warning {{redeclaring non-static 'static_func' as static is a… in static_func() function
/llvm-project-15.0.7/llvm/test/tools/llvm-cov/
H A Dbranch-noShowBranch.test22 // REPORT-NOT: c-general.c:static_func 4 0 100.00% 4 0 100.00% …
H A Dbranch-c-general.test112 // CHECK: static_func()
130 // REPORT-NEXT: c-general.c:static_func 4 0 100.00% 4 0 100.00% …
/llvm-project-15.0.7/clang/test/SemaTemplate/
H A Dms-lookup-template-base-classes.cpp83 …static void static_func();// expected-note {{must qualify identifier to find this declaration in d…
92static_func(); // expected-warning {{use of member 'static_func' found via unqualified lookup int… in z2()