Home
last modified time | relevance | path

Searched refs:PreviousOffset (Results 1 – 3 of 3) sorted by relevance

/freebsd-13.1/contrib/llvm-project/clang/lib/Lex/
H A DDependencyDirectivesSourceMinimizer.cpp929 int PreviousOffset = Offsets.back().Offset; in computeSkippedRanges() local
930 Range.push_back({PreviousOffset, T.Offset - PreviousOffset}); in computeSkippedRanges()
938 int PreviousOffset = Offsets.back().Offset; in computeSkippedRanges() local
939 Range.push_back({PreviousOffset, T.Offset - PreviousOffset}); in computeSkippedRanges()
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_segmented_array.h117 auto PreviousOffset = Offset--; variable
118 if (PreviousOffset != Size && PreviousOffset % ElementsPerSegment == 0) {
/freebsd-13.1/contrib/llvm-project/llvm/lib/Object/
H A DWasmObjectFile.cpp855 uint32_t PreviousOffset = 0; in parseRelocSection() local
861 if (Reloc.Offset < PreviousOffset) in parseRelocSection()
864 PreviousOffset = Reloc.Offset; in parseRelocSection()