Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Analysis/
H A DThreadSafetyCommon.cpp720 CurrentArguments.push_back(Ph); in makePhiNodeVar()
875 static_cast<unsigned>(CurrentArguments.size()), Arena); in enterCFGBlockBody()
876 for (auto *A : CurrentArguments) in enterCFGBlockBody()
931 CurrentArguments.clear(); in exitCFGBlock()
944 CurrentArguments.clear(); in exitCFG()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyCommon.h508 std::vector<til::Phi *> CurrentArguments; variable