Home
last modified time | relevance | path

Searched refs:CurrentInstructions (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DThreadSafetyCommon.cpp687 CurrentInstructions.push_back(E); in addStatement()
945 static_cast<unsigned>(CurrentInstructions.size()), Arena); in exitCFGBlockBody()
946 for (auto *V : CurrentInstructions) in exitCFGBlockBody()
981 CurrentInstructions.clear(); in exitCFGBlock()
994 CurrentInstructions.clear(); in exitCFG()
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyCommon.h524 std::vector<til::SExpr *> CurrentInstructions; variable