HomeSort by relevance Sort by last modified time
    Searched refs:Sf (Results 1 - 8 of 8) sorted by null

  /external/clang/test/CodeGen/
ppc64-struct-onefloat.c 4 typedef struct s1 { float f; } Sf;
6 typedef struct s4 { Sf fs; } SSf;
9 void bar(Sf a, Sd b, SSf d, SSd e) {}
30 Sf p1 = { 22.63f };
  /external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.constexpr/
p8.cpp 10 static constexpr int Sf();
20 int (*Sf)() = &S::Sf;
32 constexpr int S::Sf() { return 2; }
  /external/opencv/cxcore/src/
cxmatrix.cpp     [all...]
  /bootable/recovery/applypatch/
bsdiff.c 232 off_t s,Sf,lenf,Sb,lenb;
304 s=0;Sf=0;lenf=0;
308 if(s*2-i>Sf*2-lenf) { Sf=s; lenf=i; };
  /external/bsdiff/
bsdiff.c 205 off_t s,Sf,lenf,Sb,lenb;
295 s=0;Sf=0;lenf=0;
299 if(s*2-i>Sf*2-lenf) { Sf=s; lenf=i; };
  /external/clang/include/clang/Analysis/Analyses/
ThreadSafetyTIL.h 873 SApply(SExpr *Sf, SExpr *A = nullptr) : SExpr(COP_SApply), Sfun(Sf), Arg(A) {}
874 SApply(SApply &A, SExpr *Sf, SExpr *Ar = nullptr) // rewrite constructor
875 : SExpr(A), Sfun(Sf), Arg(Ar) {}
    [all...]
  /external/clang/lib/Analysis/
ThreadSafetyCommon.cpp 900 til::SExpr *Sf = new (Arena) til::LiteralPtr(VD);
902 til::SExpr *Ap = new (Arena) til::Apply(Dr, Sf);
    [all...]
  /external/llvm/tools/llvm-objdump/
MachODump.cpp     [all...]

Completed in 487 milliseconds