| /openbsd-src/gnu/llvm/compiler-rt/lib/orc/ |
| H A D | simple_packed_serialization.h | 56 SPSOutputBuffer(char *Buffer, size_t Remaining) in SPSOutputBuffer() argument 57 : Buffer(Buffer), Remaining(Remaining) {} in SPSOutputBuffer() 59 if (Size > Remaining) in write() 63 Remaining -= Size; in write() 69 size_t Remaining = 0; variable 76 SPSInputBuffer(const char *Buffer, size_t Remaining) in SPSInputBuffer() argument 77 : Buffer(Buffer), Remaining(Remaining) {} in SPSInputBuffer() 79 if (Size > Remaining) in read() 83 Remaining -= Size; in read() 89 if (Size > Remaining) in skip() [all …]
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/ExecutionEngine/Orc/Shared/ |
| H A D | SimplePackedSerialization.h | 57 SPSOutputBuffer(char *Buffer, size_t Remaining) in SPSOutputBuffer() argument 58 : Buffer(Buffer), Remaining(Remaining) {} in SPSOutputBuffer() 61 if (Size > Remaining) in write() 65 Remaining -= Size; in write() 71 size_t Remaining = 0; variable 78 SPSInputBuffer(const char *Buffer, size_t Remaining) in SPSInputBuffer() argument 79 : Buffer(Buffer), Remaining(Remaining) {} in SPSInputBuffer() 81 if (Size > Remaining) in read() 85 Remaining -= Size; in read() 91 if (Size > Remaining) in skip() [all …]
|
| /openbsd-src/gnu/llvm/llvm/lib/ProfileData/ |
| H A D | GCOV.cpp | 573 StringRef Remaining; member in __anon6ac7c8500311::LineConsumer 585 Remaining = ""; in LineConsumer() 588 Remaining = Buffer->getBuffer(); in LineConsumer() 591 bool empty() { return Remaining.empty(); } in empty() 597 std::tie(Line, Remaining) = Remaining.split("\n"); in printNext()
|
| H A D | InstrProfReader.cpp | 103 size_t Remaining = BIEnd - BI; in readBinaryIdsInternal() local 105 if (Remaining < sizeof(uint64_t)) in readBinaryIdsInternal() 120 Remaining = BIEnd - BI; in readBinaryIdsInternal() 122 if (Remaining < alignToPowerOf2(BILen, sizeof(uint64_t))) in readBinaryIdsInternal()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/ARM/ |
| H A D | MVETailPredication.cpp | 386 Value *Remaining = Builder.CreateSub(Processed, Factor); in InsertVCTPIntrinsic() local 387 Processed->addIncoming(Remaining, L->getLoopLatch()); in InsertVCTPIntrinsic()
|
| /openbsd-src/gnu/llvm/lldb/utils/lldb-dotest/ |
| H A D | CMakeLists.txt | 59 # Remaining ones must be paths to the provided LLVM build-tree.
|
| /openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/RuntimeDyld/ |
| H A D | RuntimeDyldChecker.cpp | 118 StringRef Token, Remaining; in getTokenForError() local 120 std::tie(Token, Remaining) = parseSymbol(Expr); in getTokenForError() 122 std::tie(Token, Remaining) = parseNumberString(Expr); in getTokenForError()
|
| /openbsd-src/gnu/llvm/llvm/lib/MC/ |
| H A D | MCAsmStreamer.cpp | 1277 unsigned Remaining = Size - Emitted; in emitValueImpl() local 1280 unsigned EmissionSize = PowerOf2Floor(std::min(Remaining, Size - 1)); in emitValueImpl() 1284 IsLittleEndian ? Emitted : (Remaining - EmissionSize); in emitValueImpl()
|
| /openbsd-src/usr.bin/ssh/ |
| H A D | LICENCE | 148 Remaining components of the software are provided under a standard
|
| /openbsd-src/gnu/llvm/llvm/lib/Support/ |
| H A D | CommandLine.cpp | 1146 const StringRef Remaining = ArgString.substr(StartPos); in ExpandBasePaths() local 1147 if (!Remaining.empty()) in ExpandBasePaths() 1148 llvm::sys::path::append(ResponseFile, Remaining); in ExpandBasePaths()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/X86/ |
| H A D | X86ScheduleSLM.td | 463 // Remaining SLM instrs.
|
| H A D | X86SchedSandyBridge.td | 599 // Remaining SNB instrs.
|
| H A D | X86SchedSkylakeClient.td | 626 // Remaining instrs.
|
| H A D | X86SchedBroadwell.td | 626 // Remaining instrs.
|
| H A D | X86SchedHaswell.td | 861 // Remaining instrs.
|
| H A D | X86SchedSkylakeServer.td | 622 // Remaining instrs.
|
| H A D | X86SchedIceLake.td | 630 // Remaining instrs.
|
| /openbsd-src/gnu/llvm/libcxx/docs/Status/ |
| H A D | Cxx14Issues.csv | 151 "`2357 <https://wg21.link/lwg2357>`__","Remaining ""Assignable"" requirement","Issaquah","|Complete…
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/XCore/ |
| H A D | XCoreISelLowering.cpp | 289 SDValue Remaining = DAG.getConstant(Offset - FoldedOffset, DL, MVT::i32); in LowerGlobalAddress() local 290 GA = DAG.getNode(ISD::ADD, DL, MVT::i32, GA, Remaining); in LowerGlobalAddress()
|
| /openbsd-src/gnu/gcc/gcc/config/sh/ |
| H A D | crt1.asm | 920 ! Remaining registers are saved by normal ABI conventions and we assert we do not
|
| /openbsd-src/gnu/usr.bin/texinfo/doc/ |
| H A D | userdoc.texi | 124 Remaining arguments to Info are treated as the names of menu items. The
|
| H A D | texinfo.tex | 5339 % Remaining @defun-like shortcuts:
|
| /openbsd-src/gnu/lib/libstdc++/libstdc++/ |
| H A D | ChangeLog-2000 | 3691 * bits/generic_shadow.h: Remaining _C_Shadow -> _C_shadow fix. 6249 Cleanups for callbacks, more regression hunting. Remaining
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/texinfo/ |
| H A D | texinfo.tex | 5244 % Remaining @defun-like shortcuts:
|
| /openbsd-src/gnu/gcc/gcc/doc/include/ |
| H A D | texinfo.tex | 5463 % Remaining @defun-like shortcuts:
|