Home
last modified time | relevance | path

Searched refs:sfoo (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/clang/test/Sema/
H A D2007-10-01-BuildArrayRef.c12 struct foo sfoo = { 0 }; variable
17 fp = &sfoo; in func2()
19 return sfoo.bar; in func2()
/llvm-project-15.0.7/clang/test/CodeGen/
H A Dannotations-global.c10 static __attribute((annotate("sfoo_0"))) __attribute((annotate("sfoo_1"))) char sfoo;
16 sfoo = 0; in a()
/llvm-project-15.0.7/llvm/test/CodeGen/PowerPC/
H A Dswaps-le-2.ll27 ; void sfoo ()
55 define void @sfoo() {
90 ; CHECK-LABEL: @sfoo
/llvm-project-15.0.7/llvm/test/CodeGen/Mips/Fast-ISel/
H A Dloadstore2.ll35 define void @sfoo() #0 {
39 ; CHECK-LABEL: sfoo:
/llvm-project-15.0.7/llvm/test/CodeGen/X86/
H A Dsubreg-to-reg-4.ll178 define void @sfoo(ptr%x, ptr%y, ptr %z) nounwind readnone {
179 ; CHECK-LABEL: sfoo:
/llvm-project-15.0.7/clang/test/SemaCXX/
H A Dwarn-thread-safety-analysis.cpp2477 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()