Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Analysis/
H A DThreadSafetyCommon.cpp724 CurrentArguments.push_back(Ph); in makePhiNodeVar()
879 static_cast<unsigned>(CurrentArguments.size()), Arena); in enterCFGBlockBody()
880 for (auto *A : CurrentArguments) in enterCFGBlockBody()
935 CurrentArguments.clear(); in exitCFGBlock()
948 CurrentArguments.clear(); in exitCFG()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyCommon.h507 std::vector<til::Phi *> CurrentArguments; variable