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.cpp771 IncompleteArgs.push_back(Ph); in makePhiNodeVar()
988 for (auto *Ph : IncompleteArgs) { in exitCFG()
995 IncompleteArgs.clear(); in exitCFG()
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyCommon.h525 std::vector<til::Phi *> IncompleteArgs; variable