| /freebsd-12.1/contrib/llvm/include/llvm/LineEditor/ |
| H A D | LineEditor.h | 67 struct Completion { struct 68 Completion() {} in Completion() function 69 Completion(const std::string &TypedText, const std::string &DisplayText) in Completion() function 125 static std::string getCommonPrefix(const std::vector<Completion> &Comps); 126 virtual std::vector<Completion> getCompletions(StringRef Buffer, 142 std::vector<Completion> getCompletions(StringRef Buffer, in getCompletions()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Utility/ |
| H A D | CompletionRequest.cpp | 59 std::string CompletionResult::Completion::GetUniqueKey() const { in GetUniqueKey() 76 Completion r(completion, description); in AddResult() 85 for (const Completion &completion : m_results) in GetMatches() 91 for (const Completion &completion : m_results) in GetDescriptions()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/ASTMatchers/Dynamic/ |
| H A D | Parser.cpp | 511 const MatcherCompletion& Completion) { in addCompletion() argument 512 if (StringRef(Completion.TypedText).startswith(CompToken.Text) && in addCompletion() 513 Completion.Specificity > 0) { in addCompletion() 514 Completions.emplace_back(Completion.TypedText.substr(CompToken.Text.size()), in addCompletion() 515 Completion.MatcherDecl, Completion.Specificity); in addCompletion() 548 for (const auto &Completion : S->getMatcherCompletions(AcceptedTypes)) { in addExpressionCompletions() local 549 addCompletion(CompToken, Completion); in addExpressionCompletions() 552 for (const auto &Completion : getNamedValueCompletions(AcceptedTypes)) { in addExpressionCompletions() local 553 addCompletion(CompToken, Completion); in addExpressionCompletions()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Utility/ |
| H A D | CompletionRequest.h | 24 struct Completion { struct 25 Completion(llvm::StringRef completion, llvm::StringRef description) in Completion() argument 34 std::vector<Completion> m_results; argument
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/ |
| H A D | IOHandler.h | 194 enum class Completion { None, LLDBCommand, Expression }; enum 196 IOHandlerDelegate(Completion completion = Completion::None) 297 Completion m_completion; // Support for common builtin completions 309 Completion completion = Completion::None)
|
| /freebsd-12.1/contrib/llvm/lib/LineEditor/ |
| H A D | LineEditor.cpp | 37 const std::vector<Completion> &Comps) { in getCommonPrefix() 41 for (std::vector<Completion>::const_iterator I = Comps.begin() + 1, in getCommonPrefix() 58 std::vector<Completion> Comps = getCompletions(Buffer, Pos); in complete() 73 for (std::vector<Completion>::iterator I = Comps.begin(), E = Comps.end(); in complete()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/ |
| H A D | ASTUnit.cpp | 389 CachedResult.Completion = R.CreateCodeCompletionString( in CacheCodeCompletionResults() 453 CachedResult.Completion = R.CreateCodeCompletionString( in CacheCodeCompletionResults() 474 CachedResult.Completion = R.CreateCodeCompletionString( in CacheCodeCompletionResults() 2051 HiddenNames.count(C->Completion->getTypedText())) in ProcessCodeCompleteResults() 2056 CodeCompletionString *Completion = C->Completion; in ProcessCodeCompleteResults() local 2059 Priority = getMacroUsagePriority(C->Completion->getTypedText(), in ProcessCodeCompleteResults() 2088 Builder.AddTypedTextChunk(C->Completion->getTypedText()); in ProcessCodeCompleteResults() 2090 Completion = Builder.TakeString(); in ProcessCodeCompleteResults() 2093 AllResults.push_back(Result(Completion, Priority, C->Kind, in ProcessCodeCompleteResults()
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/ASTMatchers/Dynamic/ |
| H A D | Parser.h | 244 const MatcherCompletion &Completion);
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/ |
| H A D | CommandObjectWatchpointCommand.cpp | 66 IOHandlerDelegate::Completion::LLDBCommand), in CommandObjectWatchpointCommandAdd()
|
| H A D | CommandObjectBreakpointCommand.cpp | 71 IOHandlerDelegate::Completion::LLDBCommand), in CommandObjectBreakpointCommandAdd()
|
| H A D | CommandObjectExpression.cpp | 224 IOHandlerDelegate(IOHandlerDelegate::Completion::Expression), in CommandObjectExpression()
|
| H A D | CommandObjectCommands.cpp | 940 IOHandlerDelegate::Completion::LLDBCommand), in CommandObjectCommandsAddRegex()
|
| H A D | CommandObjectTarget.cpp | 4681 IOHandlerDelegate::Completion::LLDBCommand), in CommandObjectTargetStopHookAdd()
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Frontend/ |
| H A D | ASTUnit.h | 266 CodeCompletionString *Completion; member
|
| /freebsd-12.1/contrib/tcsh/ |
| H A D | Fixes | 554 47. Completion fixes from FreeBSD (Mark Peek) 571 32. Completion updates (Tom Warzeka) 609 39. Completion fixes (Tom Warzeka) 653 56. Completion fixes (Tom Warzeka) 987 84. Completion Fixes from Tom 1106 111. Completion fixes from Bruce. 1143 82. Completion pathname(p) changes: Completion 'C' -> 'X'. 1670 13. Completion builtin, new tw* files. 2045 12. Completion/spelling works with quoted things.
|
| /freebsd-12.1/share/misc/ |
| H A D | scsi_modes | 82 {Extended Self-Test Completion Time} i2
|
| /freebsd-12.1/contrib/gdb/gdb/doc/ |
| H A D | gdb.info-3 | 162 Completion characters will be inserted into the line as if 562 * Commands For Completion:: Getting Readline to do the typing for you. 5537 * complete (<TAB>): Commands For Completion. 5538 * completion: Completion. 5539 * completion of quoted strings: Completion. 5595 * delete-char-or-list (): Commands For Completion. 5880 * insert-completions (M-*): Commands For Completion. 5992 * menu-complete (): Commands For Completion. 6093 * possible-completions (M-?): Commands For Completion. 6134 * quotes in commands: Completion. [all …]
|
| H A D | gdb.info-1 | 1022 * Completion:: Command completion 1026 File: gdb.info, Node: Command Syntax, Next: Completion, Up: Commands 1071 File: gdb.info, Node: Completion, Next: Help, Prev: Command Syntax, Up: Commands 1167 File: gdb.info, Node: Help, Prev: Completion, Up: Commands 7157 Command completion: Completion. 7308 Command completion: Completion, for details on how to do this.
|
| H A D | gdb.texinfo | 1256 * Completion:: Command completion 1310 @node Completion 8353 see @ref{Completion, ,Command completion}. 8531 @xref{Completion,, Command completion}, for details on how to do this.
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Core/ |
| H A D | IOHandler.cpp | 225 case Completion::None: in IOHandlerComplete() 228 case Completion::LLDBCommand: in IOHandlerComplete() 232 case Completion::Expression: { in IOHandlerComplete()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Interpreter/ |
| H A D | CommandInterpreter.cpp | 131 IOHandlerDelegate(IOHandlerDelegate::Completion::LLDBCommand), in CommandInterpreter()
|
| /freebsd-12.1/contrib/ntp/ |
| H A D | ChangeLog | 4464 * [Bug 843] Windows Completion port code was incorrectly merged from -stable.
|
| H A D | CommitLog | 194662 Bug #843 Windows Completion port code was incorrectly merged from -stable 194665 Bug #843 Windows Completion port code was incorrectly merged from -stable 194668 Bug #843 Windows Completion port code was incorrectly merged from -stable 216290 Revamp of I/O Completion ports for Windows 216293 Revamp of I/O Completion ports for Windows 216296 Revamp of I/O Completion ports for Windows 216299 Revamp of I/O Completion ports for Windows 216302 Revamp of I/O Completion ports for Windows 216305 Revamp of I/O Completion ports for Windows 216308 Revamp of I/O Completion ports for Windows [all …]
|
| /freebsd-12.1/sys/contrib/dev/acpica/ |
| H A D | changes.txt | 17797 to the type of an existing target object. Completion of this
|