Searched refs:EndSym (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DContainerModeling.cpp292 auto EndSym = getContainerEnd(State, ContReg); local
293 if (!EndSym) {
296 EndSym = getContainerEnd(State, ContReg);
299 IteratorPosition::getPosition(ContReg, EndSym));
408 if (const auto EndSym = CData->getEnd()) {
410 invalidateAllIteratorPositionsExcept(State, ContReg, EndSym, BO_GE);
443 if (const auto EndSym = CData->getEnd()) {
445 State = invalidateIteratorPositions(State, EndSym, BO_GE);
452 nonloc::SymbolVal(EndSym),
454 SymMgr.getType(EndSym))
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DDebugLocStream.h98 void startEntry(const MCSymbol *BeginSym, const MCSymbol *EndSym) { argument
99 Entries.push_back({BeginSym, EndSym, DWARFBytes.size(), Comments.size()});
H A DWinException.cpp1301 MCSymbol *EndSym = EndSymbolMap[Clause.State]; local
1302 const MCExpr *HandlerEnd = getOffset(EndSym, FuncBeginSym);

Completed in 142 milliseconds