Home
last modified time | relevance | path

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

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