Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Analysis/
H A DThreadSafetyCommon.cpp641 CurrentInstructions.push_back(E); in addStatement()
899 static_cast<unsigned>(CurrentInstructions.size()), Arena); in exitCFGBlockBody()
900 for (auto *V : CurrentInstructions) in exitCFGBlockBody()
935 CurrentInstructions.clear(); in exitCFGBlock()
948 CurrentInstructions.clear(); in exitCFG()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyCommon.h508 std::vector<til::SExpr *> CurrentInstructions; variable