OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Nvd
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/include/clang/Analysis/Analyses/
ThreadSafetyTraverse.h
200
R_SExpr reduceFunction(Function &Orig, Variable *
Nvd
, R_SExpr E0) {
201
return
Nvd
&& E0;
204
R_SExpr reduceSFunction(SFunction &Orig, Variable *
Nvd
, R_SExpr E0) {
205
return
Nvd
&& E0;
279
R_SExpr reduceLet(Let &Orig, Variable *
Nvd
, R_SExpr B) {
280
return
Nvd
&& B;
ThreadSafetyTIL.h
689
Variable *
Nvd
= Vs.enterScope(*VarDecl, E0);
692
return Vs.reduceFunction(*this,
Nvd
, E1);
744
Variable *
Nvd
= Vs.enterScope(*VarDecl, nullptr);
748
return Vs.reduceSFunction(*this,
Nvd
, E1);
1880
Variable *
Nvd
= Vs.enterScope(*VarDecl, E0);
1883
return Vs.reduceLet(*this,
Nvd
, E1);
Completed in 27 milliseconds
Indexes created Mon Jun 29 00:24:49 UTC 2026