Searched refs:VarLoc (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/CodeGen/
H A DLiveDebugValues.cpp69 struct VarLoc { struct in class:__anon11784::LiveDebugValues
73 VarLoc(DebugVariable _var, const MachineInstr *_mi) : Var(_var), MI(_mi) {} function in struct:__anon11784::LiveDebugValues::VarLoc
75 bool operator==(const VarLoc &V) const;
78 typedef std::list<VarLoc> VarLocList;
178 bool LiveDebugValues::VarLoc::operator==(const VarLoc &V) const {
197 [&](const VarLoc &V) { return (Var == V.Var); }),
203 VarLoc V(Var, &MI);
218 [&](const VarLoc &V) {
252 [&](const VarLoc
[all...]
/external/clang/lib/StaticAnalyzer/Checkers/
H A DCStringChecker.cpp2041 Loc VarLoc = state->getLValue(D, C.getLocationContext()); local
2042 const MemRegion *MR = VarLoc.getAsRegion();

Completed in 81 milliseconds