Searched refs:BeginSym (Results 1 – 3 of 3) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | ContainerModeling.cpp | 270 auto BeginSym = getContainerBegin(State, ContReg); in handleBegin() local 271 if (!BeginSym) { in handleBegin() 274 BeginSym = getContainerBegin(State, ContReg); in handleBegin() 277 IteratorPosition::getPosition(ContReg, BeginSym)); in handleBegin() 520 if (const auto BeginSym = CData->getBegin()) { in handlePushFront() local 526 nonloc::SymbolVal(BeginSym), in handlePushFront() 528 SymMgr.getType(BeginSym)).getAsSymbol(); in handlePushFront() 552 if (const auto BeginSym = CData->getBegin()) { in handlePopFront() local 554 State = invalidateIteratorPositions(State, BeginSym, BO_LE); in handlePopFront() 556 State = invalidateIteratorPositions(State, BeginSym, BO_EQ); in handlePopFront() [all …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | DebugLocStream.h | 98 void startEntry(const MCSymbol *BeginSym, const MCSymbol *EndSym) { in startEntry() argument 99 Entries.push_back({BeginSym, EndSym, DWARFBytes.size(), Comments.size()}); in startEntry()
|
| H A D | WinException.cpp | 1299 MCSymbol *BeginSym = getMCSymbolForMBB(Asm, HandlerBlock); in emitCLRExceptionTable() local 1300 const MCExpr *HandlerBegin = getOffset(BeginSym, FuncBeginSym); in emitCLRExceptionTable()
|