Searched refs:Cursor (Results 26 - 46 of 46) sorted by relevance

12

/freebsd-12-stable/contrib/tcsh/
H A Ded.h125 EXTERN Char *LastChar, *Cursor; /* point to the next open space */ variable
130 EXTERN Char *Mark; /* the emacs "mark" (dot is Cursor) */
H A Ded.refresh.c378 if (cp >= Cursor && cur_h == -1) {
381 Cursor = cp;
1186 for (cp = InputBuf; cp < Cursor;) { /* do input buffer to Cursor */
1270 if (Cursor != LastChar) {
1278 cp = Cursor - l;
H A Ded.screen.c1169 region_start = (Cursor - InputBuf) + prompt_len;
1172 region_start = (min(Cursor, Mark) - InputBuf) + prompt_len;
1173 region_end = (max(Cursor, Mark) - InputBuf) + prompt_len;
1188 if (highlighting && cur_pos == (Cursor - InputBuf) + prompt_len)
H A Ded.init.c584 Cursor = InputBuf; /* reset cursor */
/freebsd-12-stable/stand/i386/btx/btxldr/
H A Dbtxldr.S59 .set BDA_POS,0x450 # Cursor position
302 movw (%ebx),%dx # Cursor position
/freebsd-12-stable/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugLoc.cpp213 DataExtractor::Cursor C(*Offset);
280 DataExtractor::Cursor C(*Offset);
/freebsd-12-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp1148 BitstreamCursor &Cursor,
1153 SavedStreamPosition SavedPosition(Cursor);
1154 if (llvm::Error Err = Cursor.JumpToBit(Offset)) {
1161 Expected<unsigned> MaybeCode = Cursor.ReadCode();
1168 Expected<unsigned> MaybeRecCode = Cursor.readRecord(Code, Record, &Blob);
1198 BitstreamCursor &Cursor,
1203 SavedStreamPosition SavedPosition(Cursor);
1204 if (llvm::Error Err = Cursor.JumpToBit(Offset)) {
1211 Expected<unsigned> MaybeCode = Cursor.ReadCode();
1218 Expected<unsigned> MaybeRecCode = Cursor
1147 ReadLexicalDeclContextStorage(ModuleFile &M, BitstreamCursor &Cursor, uint64_t Offset, DeclContext *DC) argument
1197 ReadVisibleDeclContextStorage(ModuleFile &M, BitstreamCursor &Cursor, uint64_t Offset, DeclID ID) argument
1628 ReadBlockAbbrevs(BitstreamCursor &Cursor, unsigned BlockID) argument
1951 BitstreamCursor Cursor = MacroCursor; local
2098 BitstreamCursor &Cursor = M.MacroCursor; local
2220 BitstreamCursor &Cursor = F.InputFilesCursor; local
4120 SkipCursorToBlock(BitstreamCursor &Cursor, unsigned BlockID) argument
5247 BitstreamCursor &Cursor = InputFilesCursor; local
[all...]
H A DASTReaderDecl.cpp4111 llvm::BitstreamCursor &Cursor = F->DeclsCursor; local
4112 SavedStreamPosition SavedPosition(Cursor);
4113 if (llvm::Error JumpFailed = Cursor.JumpToBit(Offset))
4118 Expected<unsigned> MaybeCode = Cursor.ReadCode();
4125 if (Expected<unsigned> MaybeRecCode = Record.readRecord(Cursor, Code))
4193 llvm::BitstreamCursor &Cursor = M->DeclsCursor; local
4194 SavedStreamPosition SavedPosition(Cursor);
4195 if (llvm::Error JumpFailed = Cursor.JumpToBit(LocalOffset))
4201 Expected<unsigned> MaybeCode = Cursor.ReadCode();
4207 if (Expected<unsigned> MaybeRecCode = Cursor
[all...]
H A DASTReaderStmt.cpp99 ASTStmtReader(ASTRecordReader &Record, llvm::BitstreamCursor &Cursor) argument
100 : Record(Record), DeclsCursor(Cursor) {}
2577 llvm::BitstreamCursor &Cursor = F.DeclsCursor; local
2588 ASTStmtReader Reader(Record, Cursor);
2593 Cursor.advanceSkippingSubblocks();
2616 Expected<unsigned> MaybeStmtCode = Record.readRecord(Cursor, Entry.ID);
3710 StmtEntries[Cursor.GetCurrentBitNo()] = S;
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp208 size_t Cursor = 0; local
209 while ((Cursor = Filepath.find("\\.\\", Cursor)) != std::string::npos)
210 Filepath.erase(Cursor, 2);
214 Cursor = 0;
215 while ((Cursor = Filepath.find("\\..\\", Cursor)) != std::string::npos) {
217 if (Cursor == 0)
220 size_t PrevSlash = Filepath.rfind('\\', Cursor - 1);
225 Filepath.erase(PrevSlash, Cursor
[all...]
H A DDwarfDebug.cpp2244 DIExpressionCursor Cursor(DIExpr);
2248 DwarfExpr.beginEntryValueExpression(Cursor);
2252 if (!DwarfExpr.addMachineRegExpression(TRI, Cursor, Location.getReg()))
2254 return DwarfExpr.addExpression(std::move(Cursor));
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DInterferenceCache.cpp36 InterferenceCache::Cursor::NoInterference;
H A DRegAllocGreedy.cpp363 InterferenceCache::Cursor Intf;
450 bool addSplitConstraints(InterferenceCache::Cursor, BlockFrequency&);
451 bool addThroughConstraints(InterferenceCache::Cursor, ArrayRef<unsigned>);
1186 bool RAGreedy::addSplitConstraints(InterferenceCache::Cursor Intf,
1259 bool RAGreedy::addThroughConstraints(InterferenceCache::Cursor Intf,
/freebsd-12-stable/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DMSVC.cpp558 for (const char *Cursor = EnvBlock.data(); *Cursor != '\0';) {
559 llvm::StringRef EnvVar(Cursor);
575 Cursor += EnvVar.size() + 1 /*null-terminator*/;
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTReader.h607 llvm::BitstreamCursor &Cursor,
612 llvm::BitstreamCursor &Cursor,
1874 static bool ReadBlockAbbrevs(llvm::BitstreamCursor &Cursor, unsigned BlockID);
/freebsd-12-stable/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp1859 // If `Cursor` is not on any #include, `Index` will be UINT_MAX.
1862 const SmallVectorImpl<unsigned> &Indices, unsigned Cursor) {
1868 if (!(Cursor >= Start && Cursor < End))
1871 OffsetToEOL = End - Cursor;
1907 // first #include in the duplicate #includes remains. If the `Cursor` is
1914 unsigned *Cursor) {
1935 if (Cursor)
1937 FindCursorIndex(Includes, Indices, *Cursor);
1969 if (Cursor
1861 FindCursorIndex(const SmallVectorImpl<IncludeDirective> &Includes, const SmallVectorImpl<unsigned> &Indices, unsigned Cursor) argument
1910 sortCppIncludes(const FormatStyle &Style, const SmallVectorImpl<IncludeDirective> &Includes, ArrayRef<tooling::Range> Ranges, StringRef FileName, StringRef Code, tooling::Replacements &Replaces, unsigned *Cursor) argument
[all...]
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h2278 unsigned *Cursor = nullptr);
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaLookup.cpp3534 FunctionDecl *Cursor = NewFD;
3536 Cursor = Cursor->getPreviousDecl();
3540 if (!Cursor) return;
3543 if (Cursor == OldFD) break;
/freebsd-12-stable/stand/i386/btx/btx/
H A Dbtx.S102 .set BDA_POS,0x450 # Cursor position
903 movw (%ebx),%dx # Cursor position
/freebsd-12-stable/contrib/llvm-project/clang/include/clang-c/
H A DIndex.h2580 * Cursor that represents the translation unit itself.
2695 * \defgroup CINDEX_CURSOR_MANIP Cursor manipulations
3952 * Return the offset of the field represented by the Cursor.
4066 * If the passed in Cursor is not a function or variable declaration,
4376 * \param Cursor The cursor representing a declaration.
4384 CINDEX_LINKAGE CXString clang_getCursorPrettyPrinted(CXCursor Cursor,
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp5364 BitstreamCursor Cursor, StringRef Strtab, ModuleSummaryIndex &TheIndex,
5366 : BitcodeReaderBase(std::move(Cursor), Strtab), TheIndex(TheIndex),
5363 ModuleSummaryIndexBitcodeReader( BitstreamCursor Cursor, StringRef Strtab, ModuleSummaryIndex &TheIndex, StringRef ModulePath, unsigned ModuleId) argument

Completed in 449 milliseconds

12