Searched refs:Nvd (Results 1 - 2 of 2) sorted by relevance

/external/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyTraverse.h182 R_SExpr reduceFunction(Function &Orig, Variable *Nvd, R_SExpr E0) { argument
183 return new (Arena) Function(Orig, Nvd, E0);
185 R_SExpr reduceSFunction(SFunction &Orig, Variable *Nvd, R_SExpr E0) { argument
186 return new (Arena) SFunction(Orig, Nvd, E0);
256 R_SExpr reduceLet(Let &Orig, Variable *Nvd, R_SExpr B) { argument
257 return new (Arena) Let(Orig, Nvd, B);
331 R_SExpr reduceFunction(Function &Orig, Variable *Nvd, R_SExpr E0) { argument
332 return Nvd && E0;
334 R_SExpr reduceSFunction(SFunction &Orig, Variable *Nvd, R_SExpr E0) { argument
335 return Nvd
389 reduceLet(Let &Orig, Variable *Nvd, R_SExpr B) argument
[all...]
H A DThreadSafetyTIL.h766 Variable *Nvd = Vs.enterScope(*VarDecl, E0); local
769 return Vs.reduceFunction(*this, Nvd, E1);
820 Variable *Nvd = Vs.enterScope(*VarDecl, nullptr); local
824 return Vs.reduceSFunction(*this, Nvd, E1);
1490 Variable *Nvd = Vs.enterScope(*A, Ne); local
1491 Nas.push_back(Nvd);
1495 Variable *Nvd = Vs.enterScope(*I, Ne); local
1496 Nis.push_back(Nvd);
1781 Variable *Nvd = Vs.enterScope(*VarDecl, E0); local
1784 return Vs.reduceLet(*this, Nvd, E
[all...]

Completed in 104 milliseconds