Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DThreadSafetyCommon.cpp769 CurrentArguments.push_back(Ph); in makePhiNodeVar()
924 static_cast<unsigned>(CurrentArguments.size()), Arena); in enterCFGBlockBody()
925 for (auto *A : CurrentArguments) in enterCFGBlockBody()
980 CurrentArguments.clear(); in exitCFGBlock()
993 CurrentArguments.clear(); in exitCFG()
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyCommon.h523 std::vector<til::Phi *> CurrentArguments; variable