Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/CodeGen/
DMachineModuleInfo.cpp221 if (MCSymbol *PrevSym = NewEntry.Symbols.dyn_cast<MCSymbol*>()) { in UpdateForRAUWBlock() local
223 SymList->push_back(PrevSym); in UpdateForRAUWBlock()
/external/clang/lib/StaticAnalyzer/Checkers/
DMallocChecker.cpp381 SymbolRef Sym, SymbolRef PrevSym) const;
1810 SymbolRef PrevSym) const { in ReportDoubleFree()
1832 if (PrevSym) in ReportDoubleFree()
1833 R->markInteresting(PrevSym); in ReportDoubleFree()