| /llvm-project-15.0.7/clang-tools-extra/pseudo/tool/ |
| H A D | HTMLForest.js | 38 var elt = document.createElement('span'); 65 var elt = document.createElement('li'); 70 var header = document.createElement('header'); 74 var abbrev = document.createElement('span'); 79 var name = document.createElement('span'); 85 var sublist = document.createElement('ul'); 112 var rule = document.createElement('div'); 127 var alt = document.createElement('div'); 148 var ctx = document.createElement('div'); 242 var code = document.getElementById('code'); [all …]
|
| /llvm-project-15.0.7/clang/tools/clang-format-vs/ClangFormat/ |
| H A D | Vsix.cs | 30 public static bool IsDocumentDirty(Document document) in IsDocumentDirty() argument 32 var textView = GetDocumentView(document); in IsDocumentDirty() 37 public static IWpfTextView GetDocumentView(Document document) in GetDocumentView() argument 39 var textView = GetVsTextViewFrompPath(document.FullName); in GetDocumentView() 75 ITextDocument document; in GetTextDocument() 76 …if (view != null && view.TextBuffer.Properties.TryGetProperty(typeof(ITextDocument), out document)) in GetTextDocument() 77 return document; in GetTextDocument() 83 ITextDocument document = GetTextDocument(view); in GetDocumentParent() 84 if (document != null) in GetDocumentParent() 86 return Directory.GetParent(document.FilePath).ToString(); in GetDocumentParent()
|
| H A D | RunningDocTableEventsDispatcher.cs | 15 public delegate void OnBeforeSaveHander(object sender, Document document); in OnBeforeSaveHander() argument 64 var document = FindDocumentByCookie(docCookie); in OnBeforeSave() 65 if (document != null) // Not sure why this happens sometimes in OnBeforeSave()
|
| H A D | ClangFormatPackage.cs | 266 private void OnBeforeSave(object sender, Document document) in OnBeforeSave() argument 273 if (!FileHasExtension(document.FullName, options.FormatOnSaveFileExtensions)) in OnBeforeSave() 276 if (!Vsix.IsDocumentDirty(document)) in OnBeforeSave() 281 FormatDocument(document, optionsWithNoFallbackStyle); in OnBeforeSave() 315 private void FormatDocument(Document document, OptionPageGrid options) in FormatDocument() argument 317 FormatView(Vsix.GetDocumentView(document), options); in FormatDocument()
|
| /llvm-project-15.0.7/clang/tools/scan-build-py/lib/libscanbuild/resources/ |
| H A D | selectable.js | 2 var Rows = document.getElementsByTagName("tr"); 11 var Inputs = document.getElementsByTagName("input"); 23 if (document.getElementById) 24 var returnVar = document.getElementById(id); 25 else if (document.all) 26 var returnVar = document.all[id]; 27 else if (document.layers) 28 var returnVar = document.layers[id];
|
| H A D | sorttable.js | 31 if (!document.createElement || !document.getElementsByTagName) 36 forEach(document.getElementsByTagName('table'), function(table) { 47 the = document.createElement('thead'); 71 tfo = document.createElement('tfoot'); 106 sortrevind = document.createElement('span'); 121 sortfwdind = document.createElement('span'); 139 sortfwdind = document.getElementById('sorttable_sortfwdind'); 143 sortrevind = document.getElementById('sorttable_sortrevind'); 149 sortfwdind = document.createElement('span'); 382 if (document.addEventListener) { [all …]
|
| /llvm-project-15.0.7/clang-tools-extra/clang-doc/assets/ |
| H A D | index.js | 39 ANode = document.createElement("a"); 41 var TextNode = document.createTextNode(Ref.Name); 50 var SpanNode = document.createElement("span"); 51 var TextNode = document.createTextNode(Index.Name); 59 var ListNode = document.createElement(ListNodeName); 61 var LiNode = document.createElement("li"); 73 var IndexDiv = document.getElementById("sidebar-left"); 82 document.addEventListener("DOMContentLoaded", function() {
|
| /llvm-project-15.0.7/clang/www/analyzer/scripts/ |
| H A D | expandcollapse.js | 32 if (!document.getElementById) 38 var rows = document.body.getElementsByTagName("tr"); 68 var data = document.createElement("div"); 75 var expander = document.createElement("img"); 120 var body = document.body, 121 html = document.documentElement, 162 var expandableDiv = document.getElementById("cell" + idxStr); 164 var data = document.getElementById("data" + idxStr); 165 var expander = document.getElementById("expander" + idxStr); 183 var clickedExpandableDiv = document.getElementById("cell" + idxStr);
|
| H A D | menu.js | 2 if (document.all&&document.getElementById) { 3 navRoot = document.getElementById("nav");
|
| /llvm-project-15.0.7/mlir/utils/vscode/src/ |
| H A D | mlirContext.ts | 37 if (document.uri.scheme !== 'file') { 41 if (document.languageId === 'mlir') { 43 } else if (document.languageId === 'pdll') { 45 } else if (document.languageId === 'tablegen') { 53 const uri = document.uri; 65 if (!folderContext.clients.has(document.languageId)) { 67 workspaceFolder, serverSettingName, document.languageId, 69 folderContext.clients.set(document.languageId, client); 254 didOpen : (document, next) : Promise<void> => { 255 if (!vscode.workspace.getWorkspaceFolder(document.uri)) { [all …]
|
| /llvm-project-15.0.7/llvm/docs/ |
| H A D | MarkdownQuickstartTemplate.md | 5 This document is meant to get you writing documentation as fast as possible 11 You can find this document in `docs/MarkdownQuickstartTemplate.md`. You 13 then send the new document to llvm-commits for review. 18 Markdown syntax is useful when writing the document, so the last 32 1. Why would I want to read this document? 34 2. What should I know to be able to follow along with this document? 36 3. What will I have learned by the end of this document? 48 person to understand a more advanced document. 52 The rest of this document shows example Markdown markup constructs 62 Headings (like `Example Section` just above) give your document its [all …]
|
| H A D | UserGuides.rst | 110 This document describes the LLVM Support Library (``lib/Support``) and 114 This document describes more advanced build configurations. 130 This document describes the design of the stack safety analysis of local 144 A document describing Loops and associated terms as used in LLVM. 147 A document describing cycles as a generalization of loops. 150 This document describes the current status of vectorization in LLVM. 153 This document describes the interface between LLVM intermodular optimizer 163 This document describes the design and philosophy behind the LLVM 171 This document explains how LLVM uses value tracking, or instruction 235 This document describes using the NVPTX backend to compile GPU kernels. [all …]
|
| H A D | SphinxQuickstartTemplate.rst | 31 reStructuredText syntax is useful when writing the document, so the last 32 ~half of this document (starting with `Example Section`_) gives examples 44 #. Why would I want to read this document? 46 #. What should I know to be able to follow along with this document? 48 #. What will I have learned by the end of this document? 58 The rest of this document shows example reStructuredText markup constructs 65 …re sections (i.e., headings). Sections (like ``Example Section`` above) help give your document its 67 as are used in this document. The adornment must be the same length as the 88 pretty much anywhere else in the document. This is useful when linking to especially long URLs.
|
| /llvm-project-15.0.7/clang/tools/scan-build-py/libscanbuild/resources/ |
| H A D | sorttable.js | 30 if (!document.createElement || !document.getElementsByTagName) return; 34 forEach(document.getElementsByTagName('table'), function(table) { 46 the = document.createElement('thead'); 68 tfo = document.createElement('tfoot'); 101 sortrevind = document.createElement('span'); 114 sortfwdind = document.createElement('span'); 129 sortfwdind = document.getElementById('sorttable_sortfwdind'); 131 sortrevind = document.getElementById('sorttable_sortrevind'); 135 sortfwdind = document.createElement('span'); 341 if (document.addEventListener) { [all …]
|
| /llvm-project-15.0.7/clang/tools/scan-build/share/scan-build/ |
| H A D | sorttable.js | 30 if (!document.createElement || !document.getElementsByTagName) return; 34 forEach(document.getElementsByTagName('table'), function(table) { 46 the = document.createElement('thead'); 68 tfo = document.createElement('tfoot'); 101 sortrevind = document.createElement('span'); 114 sortfwdind = document.createElement('span'); 129 sortfwdind = document.getElementById('sorttable_sortfwdind'); 131 sortrevind = document.getElementById('sorttable_sortrevind'); 135 sortfwdind = document.createElement('span'); 341 if (document.addEventListener) { [all …]
|
| /llvm-project-15.0.7/openmp/docs/_themes/llvm-openmp-theme/static/ |
| H A D | agogo.css_t | 172 div.document { 186 div.document h1 { 190 div.document ul { 195 div.document dd { 201 div.document .section { 233 div.document h2 { 237 div.document p { 245 div.document .descname { 249 div.document .sig-paren { 263 div.document blockquote { [all …]
|
| /llvm-project-15.0.7/polly/www/video-js/ |
| H A D | video.js | 23 var document = window.document; 37 this.video = document.getElementById(element); 645 this.poster = document.createElement("img"); 1573 document.body.focus(); 1649 if (document.readyState === "complete") { 1652 if (document.addEventListener) { 1655 } else if (document.attachEvent) { 1662 if (document.addEventListener) { 1665 } else if ( document.attachEvent ) { 1677 fn.call(document); [all …]
|
| /llvm-project-15.0.7/clang/test/SemaObjC/ |
| H A D | protocol-lookup-2.m | 38 -document; method 45 -document; method in cat 49 -document; method 56 - document { return 0; } method
|
| /llvm-project-15.0.7/clang/tools/clang-format/ |
| H A D | clang-format-bbedit.applescript | 14 set fileURL to URL of text document 1 21 -- "set contents of text document 1 to newContents" scrolls to the bottom while 23 set currentLength to length of contents of text document 1 24 select characters 1 thru currentLength of text document 1 26 select characters selectionOffset thru (selectionOffset + selectionLength - 1) of text document 1
|
| /llvm-project-15.0.7/mlir/utils/vscode/src/PDLL/commands/ |
| H A D | viewOutput.ts | 27 if (editor.document.languageId != 'pdll') 32 vscode.workspace.getWorkspaceFolder(editor.document.uri); 47 uri : editor.document.uri.toString(),
|
| /llvm-project-15.0.7/clang-tools-extra/clangd/test/ |
| H A D | crash-non-added-files.test | 7 # CHECK-NEXT: "message": "trying to get AST for non-added document" 14 # CHECK-NEXT: "message": "trying to format non-added document" 21 # CHECK-NEXT: "message": "trying to format non-added document" 28 # CHECK-NEXT: "message": "trying to format non-added document"
|
| /llvm-project-15.0.7/lld/test/MachO/ |
| H A D | tapi-link.s | 11 ## tapi document, re-exported by a top-level tapi document, which itself is 12 ## re-exported by another top-level tapi document. 55 ## This symbol is defined in an inner TAPI document within libNested.tbd. 65 ## document.
|
| /llvm-project-15.0.7/llvm/docs/AMDGPU/ |
| H A D | AMDGPUAsmGFX1013.rst | 18 This document describes the syntax of *instructions specific to gfx1013*. 25 Notation used in this document is explained :ref:`here<amdgpu_syn_instruction_notation>`. 30 …ax and other features of AMDGPU instructions may be found :ref:`in this document<amdgpu_syn_instru…
|
| H A D | AMDGPUAsmGFX904.rst | 18 This document describes the syntax of *instructions specific to gfx904*. 25 Notation used in this document is explained :ref:`here<amdgpu_syn_instruction_notation>`. 30 …ax and other features of AMDGPU instructions may be found :ref:`in this document<amdgpu_syn_instru…
|
| /llvm-project-15.0.7/llvm/utils/vim/syntax/ |
| H A D | mir.vim | 18 " The first document of a file is allowed to contain an LLVM IR module inside 21 " FIXME: This should only be allowed for the first document of the file 24 " The `body:` field of a document contains the MIR dump of the function
|