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.cpp786 CurrentArguments.push_back(Ph); in makePhiNodeVar()
941 static_cast<unsigned>(CurrentArguments.size()), Arena); in enterCFGBlockBody()
942 for (auto *A : CurrentArguments) in enterCFGBlockBody()
997 CurrentArguments.clear(); in exitCFGBlock()
1010 CurrentArguments.clear(); in exitCFG()
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyCommon.h529 std::vector<til::Phi *> CurrentArguments; variable