Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Analysis/
H A DThreadSafetyCommon.cpp761 CurrentArguments.push_back(Ph); in makePhiNodeVar()
916 static_cast<unsigned>(CurrentArguments.size()), Arena); in enterCFGBlockBody()
917 for (auto *A : CurrentArguments) in enterCFGBlockBody()
972 CurrentArguments.clear(); in exitCFGBlock()
985 CurrentArguments.clear(); in exitCFG()
/openbsd-src/gnu/llvm/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyCommon.h525 std::vector<til::Phi *> CurrentArguments; variable