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

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyTraverse.h200 R_SExpr reduceFunction(Function &Orig, Variable *Nvd, R_SExpr E0) { argument
201 return Nvd && E0;
204 R_SExpr reduceSFunction(SFunction &Orig, Variable *Nvd, R_SExpr E0) { argument
205 return Nvd && E0;
279 R_SExpr reduceLet(Let &Orig, Variable *Nvd, R_SExpr B) { argument
280 return Nvd && B;
H A DThreadSafetyTIL.h687 Variable *Nvd = Vs.enterScope(*VarDecl, E0); local
690 return Vs.reduceFunction(*this, Nvd, E1);
742 Variable *Nvd = Vs.enterScope(*VarDecl, nullptr); local
746 return Vs.reduceSFunction(*this, Nvd, E1);
1878 Variable *Nvd = Vs.enterScope(*VarDecl, E0); local
1881 return Vs.reduceLet(*this, Nvd, E1);

Completed in 125 milliseconds