Home
last modified time | relevance | path

Searched full:title (Results 1 – 25 of 927) sorted by relevance

12345678910>>...38

/llvm-project/lld/docs/
H A Dpartitions.svg6 <!-- Title: G Pages: 1 -->
10 <title>G</title>
13 <g id="node1" class="node"><title>part_main</title>
17 <g id="node4" class="node"><title>main</title>
22 <g id="edge1" class="edge"><title>part_main&#45;&gt;main</title>
27 <g id="node2" class="node"><title>part1</title>
31 <g id="node5" class="node"><title>f1</title>
36 <g id="edge3" class="edge"><title>part1&#45;&gt;f1</title>
41 <g id="node3" class="node"><title>part2</title>
45 <g id="node6" class="node"><title>f2</title>
[all …]
/llvm-project/polly/lib/External/isl/doc/
H A Disl.bib6 title = {Transitive Closure of Infinite Graphs and Its Applications},
27 title = {Computing the Transitive Closure of a Union of Affine Integer Tuple Relations},
40 title = "Theory of Linear and Integer Programming",
51 title = {Depth-First Search and Linear Graph Algorithms},
59 title = "The {Omega} Calculator and Library",
67 title = "The {Omega} Library",
75 title = "An integer set library for program analysis",
84 title = {Maximal Static Expansion},
98 title = "Parametric Integer Programming",
108 title = {Dataflow analysis of array and scalar references},
[all …]
/llvm-project/libcxx/test/libcxx/feature_test_macro/
H A Dtest_data.json48 "title": "Text Formatting",
53 "title": "Integration of chrono with text formatting",
60 "title": "std::format improvements",
67 "title": "Fixing locale handling in chrono formatters",
72 "title": "FAdd support for std::generator-like types to std::format",
81 "title": "Clarify handling of encodings in localized formatting of chrono types",
90 "title": "Member Visit",
97 "title": "Runtime format strings II",
129 "title": "``std::visit`` for classes derived from ``std::variant``",
138 "title"
42 "title": "Text Formatting", global() string
47 "title": "Integration of chrono with text formatting", global() string
54 "title": "std::format improvements", global() string
61 "title": "Fixing locale handling in chrono formatters", global() string
66 "title": "FAdd support for std::generator-like types to std::format", global() string
75 "title": "Clarify handling of encodings in localized formatting of chrono types", global() string
84 "title": "Member Visit", global() string
91 "title": "Runtime format strings II", global() string
123 "title": "``std::visit`` for classes derived from ``std::variant``", global() string
132 "title": "Fully constexpr ``std::variant``", global() string
141 "title": "Member visit", global() string
[all...]
/llvm-project/clang/tools/include-mapping/
H A Dtest.py18 <a href="abs.html" title="abs"><tt>abs()</tt></a> (int) <br>
19 <a href="complex/abs.html" title="abs"><tt>abs&lt;&gt;()</tt></a> (std::complex) <br>
20 <a href="acos.html" title="acos"><tt>acos()</tt></a> <br>
21 …<a href="acosh.html" title="acosh"><tt>acosh()</tt></a> <span class="t-mark-rev">(since C++11)</sp…
22 …<a href="as_bytes.html" title="as bytes"><tt>as_bytes&lt;&gt;()</tt></a> <span class="t-mark-rev t…
44 <td> <div>Defined in header <code><a href="cmath.html" title="cmath">&lt;cmath&gt;</a></code>
64 …<td> <div>Defined in header <code><a href="cstddef.html" title="cstddef">&lt;cstddef&gt;</a></code>
74 <td> <div>Defined in header <code><a href="cstdio.html" title="cstdio">&lt;cstdio&gt;</a></code>
80 …<td> <div>Defined in header <code><a href=".cstdlib.html" title="ccstdlib">&lt;cstdlib&gt;</a></co…
105 …Defined in header <code><a href="../header/algorithm.html" title="cpp/header/algorithm">&lt;algori…
[all …]
/llvm-project/llvm/test/tools/llvm-cov/
H A DshowProjectSummary.cpp19 // RUN: llvm-cov show %S/Inputs/showProjectSummary.covmapping -instr-profile %t.profdata -project-title "Test Suite" -path-equivalence=/tmp,%S %s | FileCheck -check-prefixes=TEXT-TITLE,TEXT %S/Inputs/showProjectSummary.test
20 // RUN: llvm-cov show %S/Inputs/showProjectSummary.covmapping -instr-profile %t.profdata -project-title "Test Suite" -name=main -path-equivalence=/tmp,%S %s | FileCheck -check-prefixes=TEXT-FUNCTION %S/Inputs/showProjectSummary.test
27 // RUN: llvm-cov show %S/Inputs/showProjectSummary.covmapping -format=html -o %t.dir -instr-profile %t.profdata -project-title "Test Suite" -path-equivalence=/tmp,%S %s
28 // RUN: FileCheck -check-prefixes=HTML-TITLE,HTML,HTML-FILE,HTML-HEADER -input-file %t.dir/coverage/tmp/showProjectSummary.cpp.html %S/Inputs/showProjectSummary.test
29 // RUN: FileCheck -check-prefixes=HTML-TITLE,HTML,HTML-FOOTER -input-file %t.dir/index.html %S/Inputs/showProjectSummary.test
30 // RUN: llvm-cov show %S/Inputs/showProjectSummary.covmapping -format=html -o %t.filtered.dir -instr-profile %t.profdata -project-title "Test Suite" -path-equivalence=/tmp,%S -name=main %s
31 // RUN: FileCheck -check-prefixes=HTML-TITLE,HTML,HTML-FOOTER -input-file %t.filtered.dir/index.html %S/Inputs/showProjectSummary.test
36 // RUN: llvm-cov show %S/Inputs/showProjectSummary.covmapping -show-created-time=false -format=html -o %t.dir -instr-profile %t.profdata -project-title "Test Suite" -path-equivalence=/tmp,%S %s
37 // RUN: FileCheck -check-prefixes=HTMF-TITLE,HTM
[all...]
/llvm-project/clang/www/
H A Dmake_cxx_dr_status13 def __init__(self, section, issue, url, status, title): argument
14 self.section, self.issue, self.url, self.status, self.title = \
15 section, issue, url, status, title
17 return '%s (%s): %s' % (self.issue, self.status, self.title)
21 section, issue_link, status, liaison, title = [
31 title = title.replace('<issue_title>', '').replace('</issue_title>', '').replace('\r\n', '\n').strip()
32 return DR(section, issue, url, status, title)
93 <title>Clang - C++ Defect Report Status</title>
[all...]
/llvm-project/llvm/docs/
H A Dconf.py119 # A shorter title for the navigation bar. Default is the same as html_title.
200 # (source start file, target name, title, author, documentclass [howto/manual]).
206 # the title page.
247 title = f.readline().rstrip("\n")
249 m = re.match(r"^# (\S+) - (.+)$", title)
252 "error: invalid title in %r "
271 title = f.readline().rstrip("\n")
274 if len(header) != len(title):
276 "error: invalid header in %r (does not match title)" % file_subpath,
279 if " - " not in title
[all...]
/llvm-project/clang/test/ExtractAPI/
H A Danonymous_record_no_typedef.c41 // GLOBAL: "title": "global"
48 // PREFIX: "title": "prefix"
56 // CONTENT: "title": "content"
95 // TYPE: "title": "type"
98 // BICYCLE: "title": "Bicycle"
104 // CAR: "title": "Car"
140 // INFORMATION: "title": "information"
144 // WHEELS: "title": "wheels"
153 // NAME: "title": "name"
170 // GLOBALCASE: "title"
[all...]
H A Denum.c195 "title": "Vehicle"
237 "title": "Bicycle"
280 "title": "Car"
340 "title": "Train"
383 "title": "Ship"
426 "title": "Airplane"
490 "title": "Direction"
532 "title": "North"
575 "title": "East"
618 "title": "South"
[all …]
H A Dmacros.c47 // HELLO-NEXT: "title": "HELLO"
95 // WORLD-NEXT: "title": "WORLD"
155 // MACRO_FUN-NEXT: "title": "MACRO_FUN"
231 // FUN-NEXT: "title": "FUN"
291 // FUNC99-NEXT: "title": "FUNC99"
351 // FUNGNU-NEXT: "title": "FUNGNU"
/llvm-project/clang/test/Tooling/
H A Dclang-diff-html.test3 CHECK: <pre><div id='L' class='code'><span id='L0' tid='R0' title='TranslationUnitDecl
7 CHECK: <span id='L[[L:[0-9]+]]' tid='R[[R:[0-9]+]]' title='NamespaceDecl
12 CHECK: <span id='L[[L:[0-9]+]]' tid='R[[R:[0-9]+]]' title='FunctionDecl
17 CHECK: <span id='L[[L:[0-9]+]]' tid='R[[R:[0-9]+]]' title='FunctionDecl
22 CHECK: <span id='L[[L:[0-9]+]]' tid='R-1' title='IntegerLiteral
30 CHECK: <span id='R[[R:[0-9]+]]' tid='L-1' title='StringLiteral
/llvm-project/clang/tools/scan-view/share/
H A DScanView.py337 title = self.get_scalar_field("title")
351 if not title:
352 return (False, "Missing title.")
382 bug = Reporter.BugReport(title, description, files)
408 title = self.get_scalar_field("title")
423 <title>Bug Submission</title>
437 <td class="form_clabel">Title:</td>
439 <input type="text" name="title" size="50" value="%(title)s" disabled>
497 c.title = "clang static analyzer failures"
542 c.title = keys.get("DESC", "clang error (unrecognized")
[all …]
/llvm-project/clang/test/Analysis/
H A Ddefault-analyze.m6 id title;
9 title = @"foo"; // expected-warning {{never read}}
11 title = @"bar";
14 title = @"baz";
17 return title;
/llvm-project/clang/docs/
H A Dconf.py115 # A shorter title for the navigation bar. Default is the same as html_title.
189 # (source start file, target name, title, author, documentclass [howto/manual]).
195 # the title page.
235 title = f.readline().rstrip("\n") variable
238 if len(header) != len(title):
241 "error: invalid header in %r (does not match title)"
246 if " - " not in title:
250 "error: invalid title in %r "
258 # Split the name out of the title.
259 name, description = title.split(" - ", 1)
[all …]
/llvm-project/clang/test/Index/
H A Dextract-api-cursor.m44 // CHECK-FOO: "title":"Foo"
52 // CHECK-BAR: "title":"bar"
60 // CHECK-BASE: "title":"Base"
70 // CHECK-BASE-PROP: "title":"baseProperty"
78 // CHECK-BASE-METHOD: "title":"baseMethodWithArg:"
86 // CHECK-PROTOCOL: "title":"Protocol"
96 // CHECK-PROTOCOL-PROP: "title":"protocolProperty"
106 // CHECK-DERIVED: "title":"Derived"
114 // CHECK-DERIVED-METHOD: "title":"derivedMethodWithValue:"
122 // CHECK-DERIVED-METHOD-IMPL: "title":"derivedMethodWithValue:"
[all …]
H A Dextract-api-usr.m36 // CHECK-FOO-SAME: "title":"Foo"
46 // CHECK-BAR-SAME: "title":"bar"
55 // CHECK-BASE-SAME: "title":"Base"
66 // CHECK-BASEPROP-SAME: "title":"baseProperty"
75 // CHECK-BASEMETHOD-SAME: "title":"baseMethodWithArg:"
84 // CHECK-PROT-SAME: "title":"Protocol"
95 // CHECK-PROTPROP-SAME: "title":"protocolProperty"
106 // CHECK-DERIVED-SAME: "title":"Derived"
115 // CHECK-DERIVEDMETHOD-SAME: "title":"derivedMethodWithValue:"
/llvm-project/llvm/include/llvm/Support/
H A DGraphWriter.h125 void writeGraph(const std::string &Title = "") {
127 writeHeader(Title);
139 void writeHeader(const std::string &Title) { in writeHeader() argument
142 if (!Title.empty()) in writeHeader()
143 O << "digraph \"" << DOT::EscapeString(Title) << "\" {\n"; in writeHeader()
152 if (!Title.empty()) in writeHeader()
153 O << "\tlabel=\"" << DOT::EscapeString(Title) << "\";\n"; in writeHeader()
361 const Twine &Title = "") {
366 W.writeGraph(Title.str());
380 const Twine &Title = "",
[all …]
/llvm-project/llvm/test/CodeGen/ARM/
H A Dstack-protector-bmovpcb_call.ll10 @main.title = private unnamed_addr constant [15 x i8] c"foo and stuff\0A\00", align 1
16 %title = alloca [15 x i8], align 1
17 call void @llvm.memcpy.p0.p0.i32(ptr align 1 %title, ptr align 1 @main.title, i32 15, i1 false)
18 %call = call i32 (ptr, ...) @printf(ptr @.str, ptr %title) #3
/llvm-project/mlir/test/mlir-linalg-ods-gen/
H A Dtest-linalg-ods-yaml-gen.yaml7 # """Title.
18 Title.
65 # ODS: let summary = [{Title.}];
110 # """Title.
121 Title.
197 # """Title.
208 Title.
251 # """Title.
262 Title.
328 # """Title.
[all …]
/llvm-project/clang-tools-extra/unittests/clang-doc/
H A DHTMLGeneratorTest.cpp66 <title>namespace Namespace</title> in TEST()
71 <header id="project-title">test-project</header> in TEST()
184 <title>class r</title> in TEST()
188 <header id="project-title">test-project</header> in TEST()
307 <title></title> in TEST()
311 <header id="project-title">test-project</header> in TEST()
355 <title></titl in TEST()
[all...]
/llvm-project/llvm/test/Other/ChangePrinters/DotCfg/
H A Dprint-changed-dot-cfg.ll125 …splay: none; overflow: hidden; background-color: #f1f1f1;}</style><title>passes.html</title></head>
143 …splay: none; overflow: hidden; background-color: #f1f1f1;}</style><title>passes.html</title></head>
159 …splay: none; overflow: hidden; background-color: #f1f1f1;}</style><title>passes.html</title></head>
177 …splay: none; overflow: hidden; background-color: #f1f1f1;}</style><title>passes.html</title></head>
195 …splay: none; overflow: hidden; background-color: #f1f1f1;}</style><title>passes.html</title></head>
215 …splay: none; overflow: hidden; background-color: #f1f1f1;}</style><title>passes.html</title></head>
235 …splay: none; overflow: hidden; background-color: #f1f1f1;}</style><title>passes.html</title></head>
254 …splay: none; overflow: hidden; background-color: #f1f1f1;}</style><title>passes.html</title></head>
272 …splay: none; overflow: hidden; background-color: #f1f1f1;}</style><title>passes.html</title></head>
279 …splay: none; overflow: hidden; background-color: #f1f1f1;}</style><title>passes.html</title></head>
[all …]
/llvm-project/lldb/source/Core/
H A DProgress.cpp28 Progress::Progress(std::string title, std::string details, in Progress()
35 m_progress_data{title, ++g_id,
52 g_progress_signposts->startInterval(this, m_progress_data.title); in ~Progress()
57 g_progress_signposts->endInterval(this, m_progress_data.title); in Increment()
117 Debugger::ReportProgress(m_progress_data.progress_id, m_progress_data.title, in Increment()
153 llvm::StringRef key = progress_data.title; in Decrement()
155 Entry &entry = m_entries[progress_data.title]; in Decrement()
182 llvm::StringRef key = progress_data.title; in Expire()
216 Debugger::ReportProgress(progress_data.progress_id, progress_data.title, "",
23 Progress(std::string title,std::string details,std::optional<uint64_t> total,lldb_private::Debugger * debugger) Progress() argument
/llvm-project/bolt/utils/dot2html/
H A Dd3-graphviz-template.html52 var title = d3.select(this).selectAll('title').text().trim();
56 dotElement = title.replace('->',' -> ');
57 …console.log('Element id="%s" class="%s" title="%s" text="%s" dotElement="%s"', id, class1, title, …
/llvm-project/clang/test/ExtractAPI/emit-symbol-graph/
H A Dmulti_file.c202 "title": "testfunc"
266 "title": "testfunc2"
330 "title": "main"
490 "title": "testfunc"
554 "title": "testfunc2"
/llvm-project/clang/tools/scan-build/man/
H A Dscan-build.119 .Op Fl Fl html-title Op Ar =title
66 .It Fl Fl html-title Ns Op = Ns Ar title
67 Specify the title used on generated HTML pages.
68 A default title is generated if
69 .Ar title

12345678910>>...38