Home
last modified time | relevance | path

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

/external/clang/lib/Analysis/
DThreadSafetyCommon.cpp627 assert(CurrentLVarMap[It->second].first == VD); in lookupVarDecl()
628 return CurrentLVarMap[It->second].second; in lookupVarDecl()
646 LVarIdxMap.insert(std::make_pair(VD, CurrentLVarMap.size())); in addVarDecl()
647 CurrentLVarMap.makeWritable(); in addVarDecl()
648 CurrentLVarMap.push_back(std::make_pair(VD, E)); in addVarDecl()
661 CurrentLVarMap.makeWritable(); in updateVarDecl()
662 CurrentLVarMap.elem(It->second).second = E; in updateVarDecl()
673 til::SExpr *CurrE = CurrentLVarMap[i].second; in makePhiNodeVar()
692 Ph->setClangDecl(CurrentLVarMap[i].first); in makePhiNodeVar()
704 CurrentLVarMap.makeWritable(); in makePhiNodeVar()
[all …]
/external/clang/include/clang/Analysis/Analyses/
DThreadSafetyCommon.h488 LVarDefinitionMap CurrentLVarMap; variable