Searched refs:sfoo (Results 1 – 6 of 6) sorted by relevance
12 struct foo sfoo = { 0 }; variable17 fp = &sfoo; in func2()19 return sfoo.bar; in func2()
10 static __attribute((annotate("sfoo_0"))) __attribute((annotate("sfoo_1"))) char sfoo;16 sfoo = 0; in a()
27 ; void sfoo ()55 define void @sfoo() {90 ; CHECK-LABEL: @sfoo
35 define void @sfoo() #0 {39 ; CHECK-LABEL: sfoo:
178 define void @sfoo(ptr%x, ptr%y, ptr %z) nounwind readnone {179 ; CHECK-LABEL: sfoo:
2477 static void sfoo(Foo* f) EXCLUSIVE_LOCKS_REQUIRED(f->mu_);2494 …Foo::sfoo(f1); // expected-warning {{calling function 'sfoo' requires holding mutex 'f1->mu_' ex… in test1()2508 Foo::sfoo(f1); in test1()