Searched refs:Sf (Results 1 - 4 of 4) sorted by relevance

/freebsd-current/usr.bin/bsdiff/bsdiff/
H A Dbsdiff.c124 off_t s,Sf,lenf,Sb,lenb; local
227 s=0;Sf=0;lenf=0;
231 if(s*2-i>Sf*2-lenf) { Sf=s; lenf=i; }
/freebsd-current/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyTIL.h885 SApply(SExpr *Sf, SExpr *A = nullptr) : SExpr(COP_SApply), Sfun(Sf), Arg(A) {} argument
886 SApply(SApply &A, SExpr *Sf, SExpr *Ar = nullptr) // rewrite constructor argument
887 : SExpr(A), Sfun(Sf), Arg(Ar) {}
/freebsd-current/contrib/llvm-project/clang/lib/Analysis/
H A DThreadSafetyCommon.cpp936 til::SExpr *Sf = new (Arena) til::LiteralPtr(VD); local
938 til::SExpr *Ap = new (Arena) til::Apply(Dr, Sf);
/freebsd-current/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DMachODump.cpp10066 MachO::sub_framework_command Sf = Obj->getSubFrameworkCommand(Command); local
10067 PrintSubFrameworkCommand(Sf, Command.Ptr);
10069 MachO::sub_umbrella_command Sf = Obj->getSubUmbrellaCommand(Command); local
10070 PrintSubUmbrellaCommand(Sf, Command.Ptr);

Completed in 205 milliseconds