Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Analysis/
H A DThreadSafetyCommon.cpp679 CurrentInstructions.push_back(E); in addStatement()
937 static_cast<unsigned>(CurrentInstructions.size()), Arena); in exitCFGBlockBody()
938 for (auto *V : CurrentInstructions) in exitCFGBlockBody()
973 CurrentInstructions.clear(); in exitCFGBlock()
986 CurrentInstructions.clear(); in exitCFG()
/openbsd-src/gnu/llvm/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyCommon.h526 std::vector<til::SExpr *> CurrentInstructions; variable