Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Analysis/
H A DThreadSafetyCommon.cpp726 IncompleteArgs.push_back(Ph); in makePhiNodeVar()
943 for (auto *Ph : IncompleteArgs) { in exitCFG()
950 IncompleteArgs.clear(); in exitCFG()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyCommon.h509 std::vector<til::Phi *> IncompleteArgs; variable