Searched refs:local_func (Results 1 – 12 of 12) sorted by relevance
5 ; The local_var and local_func must not be separated.7 ; CHECK0: define internal fastcc void @local_func9 ; The main and local_func must not be together.12 ; CHECK1: declare dso_local fastcc void @local_func45 call fastcc void @local_func()59 define internal fastcc void @local_func() section ".text" {
5 ; The local_var and local_func must not be separated.7 ; CHECK0: define internal fastcc void @local_func9 ; The main and local_func must not be together.12 ; CHECK1: declare fastcc void @local_func45 call fastcc void @local_func()59 define internal fastcc void @local_func() section ".text" {
50 def local_func(i): function57 local_func(x)
11 # CHECK-NEXT:0000000000001fff l F .text 0000000000000000 local_func54 - Name: local_func
30 define internal i32 @local_func() nounwind uwtable {
49 static int local_func(int x) { return x; } function143 // CHECK: usrs.m c:usrs.m@F@local_func Extent=[49:1 - 49:43]144 // CHECK: usrs.m c:usrs.m@551@F@local_func@x Extent=[49:23 - 49:28]236 // CHECK-source: usrs.m:49:12: FunctionDecl=local_func:49:12 (Definition) Extent=[49:1 - 49:43]
39 ELF-shared: 00000200 l F .text 00000003 local_func
197 ELF: Name: local_func
82 # ELF-shared: 00000200 l F .text 00000003 local_func
301 def local_func(i): function308 self.assertAllEqual(local_func(x), [2, 1])