Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/clang/lib/Analysis/
H A DThreadSafetyCommon.cpp723 CurrentArguments.push_back(Ph); in makePhiNodeVar()
878 static_cast<unsigned>(CurrentArguments.size()), Arena); in enterCFGBlockBody()
879 for (auto *A : CurrentArguments) in enterCFGBlockBody()
934 CurrentArguments.clear(); in exitCFGBlock()
947 CurrentArguments.clear(); in exitCFG()
/netbsd/external/apache2/llvm/dist/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyCommon.h507 std::vector<til::Phi *> CurrentArguments; variable