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

/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DIteratorModeling.cpp705 auto EndSym = getContainerEnd(State, ContReg); local
706 if (!EndSym) {
709 EndSym = getContainerEnd(State, ContReg);
712 IteratorPosition::getPosition(ContReg, EndSym));
821 if (const auto EndSym = CData->getEnd()) {
823 invalidateAllIteratorPositionsExcept(State, ContReg, EndSym, BO_GE);
854 if (const auto EndSym = CData->getEnd()) {
856 State = invalidateIteratorPositions(State, EndSym, BO_GE);
863 nonloc::SymbolVal(EndSym),
865 SymMgr.getType(EndSym))
[all...]
/freebsd-11-stable/contrib/llvm-project/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.cpp1278 MCSymbol *EndSym = EndSymbolMap[Clause.State]; local
1279 const MCExpr *HandlerEnd = getOffset(EndSym, FuncBeginSym);

Completed in 61 milliseconds