Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
HDIteratorModeling.cpp1073 const auto NextSym = in handleEraseAfter() local
1078 State = invalidateIteratorPositions(State, NextSym, BO_EQ); in handleEraseAfter()
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-objdump/
HDMachODump.cpp7546 uint64_t NextSym = 0; in DisassembleMachO() local
7554 NextSym = Symbols[NextSymIdx].getValue(); in DisassembleMachO()
7555 NextSym -= SectionAddress; in DisassembleMachO()
7561 uint64_t End = containsNextSym ? std::min(NextSym, SectSize) : SectSize; in DisassembleMachO()