/llvm-project/clang/test/Analysis/ |
H A D | refcnt_naming.m | 41 …NSURL *url = (NSURL *)CFURLCreateWithString(0, (CFStringRef)inString, 0); // expected-warning{{lea… 42 return url; 47 NSURL *url = (NSURL *)CFURLCreateWithString(0, (CFStringRef)inString, 0); 48 [self addObject:url]; 49 return url; // no-warning 54 …NSURL *url = (NSURL *)CFURLCreateWithString(0, (CFStringRef)inString, 0); // expected-warning{{lea… 55 [self addObject2:url]; 56 return url;
|
/llvm-project/llvm/unittests/Debuginfod/ |
H A D | HTTPServerTests.cpp | 97 std::string Url = "http://localhost:" + utostr(Port); in TEST_F() local 98 HTTPRequest Request(Url); in TEST_F() 121 std::string Url = "http://localhost:" + utostr(Port); in TEST_F() local 122 HTTPRequest Request(Url); in TEST_F() 140 std::string Url = "http://localhost:" + utostr(Port); in TEST_F() local 141 HTTPRequest Request(Url); in TEST_F() 172 std::string Url = "http://localhost:" + utostr(Port); in TEST_F() local 173 HTTPRequest Request(Url); in TEST_F() 208 std::string Url = "http://localhost:" + utostr(Port); in TEST_F() local 209 HTTPRequest Request(Url); in TEST_F() [all …]
|
/llvm-project/lldb/tools/lldb-dap/ |
H A D | package-lock.json | 275 "url-join": "^4.0.1", 332 "url": "https://github.com/sponsors/feross" string 336 "url": "https://www.patreon.com/feross" string 340 "url": "https://feross.org/support" string 381 "url": "https://github.com/sponsors/feross" string 385 "url": "https://www.patreon.com/feross" string 389 "url": "https://feross.org/support" string 418 "url": "https://github.com/sponsors/ljharb" string 453 "url": "https://github.com/cheeriojs/cheerio?sponsor=1" string 470 "url" string 523 "url": "https://github.com/sponsors/fb55" global() string 535 "url": "https://github.com/sponsors/fb55" global() string 568 "url": "https://github.com/sponsors/sindresorhus" global() string 616 "url": "https://github.com/cheeriojs/dom-serializer?sponsor=1" global() string 627 "url": "https://github.com/sponsors/fb55" global() string 643 "url": "https://github.com/fb55/domhandler?sponsor=1" global() string 657 "url": "https://github.com/fb55/domutils?sponsor=1" global() string 679 "url": "https://github.com/fb55/entities?sponsor=1" global() string 729 "url": "https://github.com/sponsors/ljharb" global() string 744 "url": "https://github.com/sponsors/ljharb" global() string 771 "url": "https://github.com/sponsors/isaacs" global() string 792 "url": "https://github.com/sponsors/ljharb" global() string 813 "url": "https://github.com/sponsors/ljharb" global() string 825 "url": "https://github.com/sponsors/ljharb" global() string 837 "url": "https://github.com/sponsors/ljharb" global() string 873 "url": "https://github.com/sponsors/fb55" global() string 891 "url": "https://github.com/sponsors/feross" global() string 895 "url": "https://www.patreon.com/feross" global() string 899 "url": "https://feross.org/support" global() string 1015 "url": "https://github.com/fb55/entities?sponsor=1" global() string 1046 "url": "https://github.com/sponsors/sindresorhus" global() string 1068 "url": "https://github.com/sponsors/ljharb" global() string 1126 "url": "https://github.com/fb55/nth-check?sponsor=1" global() string 1135 "url": "https://github.com/sponsors/ljharb" global() string 1174 "url": "https://github.com/inikulin/parse5?sponsor=1" global() string 1187 "url": "https://github.com/inikulin/parse5?sponsor=1" global() string 1244 "url": "https://github.com/prettier/prettier?sponsor=1" global() string 1286 "url": "https://github.com/sponsors/ljharb" global() string 1344 "url": "https://github.com/sponsors/isaacs" global() string 1355 "url": "https://github.com/sponsors/feross" global() string 1359 "url": "https://www.patreon.com/feross" global() string 1363 "url": "https://feross.org/support" global() string 1415 "url": "https://github.com/sponsors/ljharb" global() string 1426 "url": "https://github.com/sponsors/feross" global() string 1430 "url": "https://www.patreon.com/feross" global() string 1434 "url": "https://feross.org/support" global() string 1447 "url": "https://github.com/sponsors/feross" global() string 1451 "url": "https://www.patreon.com/feross" global() string 1455 "url": "https://feross.org/support" global() string [all...] |
/llvm-project/llvm/utils/gn/ |
H A D | get.py | 11 def download_and_unpack(url, output_dir, gn): argument 12 """Download an archive from url and extract gn from it into output_dir.""" 13 print("downloading %s ..." % url, end="") 15 data = urllib.request.urlopen(url).read() 53 url = "https://chrome-infra-packages.appspot.com/dl/gn/gn/%s/+/latest" 60 download_and_unpack(url % platform, dirname, gn)
|
/llvm-project/clang/lib/Format/ |
H A D | SortJavaScriptImports.cpp | 60 // URL, followed by an export of the symbol, allowing this code to treat both 83 // The URL imported, e.g. `import .. from 'url';`. Empty for `export {a, b};`. 84 StringRef URL; member 117 if (LHS.URL.empty() != RHS.URL.empty()) in operator <() 118 return LHS.URL.empty() < RHS.URL.empty(); in operator <() 119 if (int Res = LHS.URL.compare_insensitive(RHS.URL)) in operator <() 287 // same URL and merge their names. E.g. 312 PreviousReference->URL != Reference->URL) { in mergeModuleReferences() 409 // References w/o a URL, e.g. export {A}, groups with RELATIVE. in parseModuleReferences() 424 << ", url: " << Reference.URL in parseModuleReferences() [all …]
|
/llvm-project/lldb/source/Plugins/Platform/Android/ |
H A D | PlatformAndroidRemoteGDBServer.cpp | 102 LLDB_LOGF(log, "gdbserver connect URL: %s", connect_url.c_str()); in LaunchGDBServer() 118 "\"platform connect\" takes a single argument: <connect-url>"); in ConnectRemote() 120 const char *url = args.GetArgumentAtIndex(0); in ConnectRemote() local 121 if (!url) in ConnectRemote() 122 return Status::FromErrorString("URL is null."); in ConnectRemote() 123 std::optional<URI> parsed_url = URI::Parse(url); in ConnectRemote() 125 return Status::FromErrorStringWithFormat("Invalid URL: %s", url); in ConnectRemote() 151 LLDB_LOGF(log, "Rewritten platform connect URL: %s", connect_url.c_str()); in ConnectRemote() 234 error = Status::FromErrorStringWithFormatv("Invalid URL in ConnectProcess() [all...] |
/llvm-project/llvm/lib/Debuginfod/ |
H A D | HTTPClient.cpp | 27 HTTPRequest::HTTPRequest(StringRef Url) { this->Url = Url.str(); } in HTTPRequest() argument 30 return A.Url == B.Url && A.Method == B.Method && in operator ==() 112 SmallString<128> Url = Request.Url; in perform() local 113 curl_easy_setopt(Curl, CURLOPT_URL, Url.c_str()); in perform()
|
/llvm-project/lldb/source/Host/macosx/cfcpp/ |
H A D | CFCBundle.cpp | 18 CFCBundle::CFCBundle(CFURLRef url) in CFCBundle() argument 19 : CFCReleaser<CFBundleRef>(url ? CFBundleCreate(NULL, url) : NULL) {} in CFCBundle() 27 // Release our old bundle and URL in SetPath() 34 // Make our Bundle URL in SetPath()
|
/llvm-project/clang/test/APINotes/Inputs/Frameworks/SomeKit.framework/Headers/ |
H A D | SomeKitForNullAnnotation.h | 49 …+ (void)getNonLocalVersionsOfItemAtURL:(NSURL *)url completionHandler:(void (^)(NSArray *nonLocalF… 50 …+ (void *)getNonLocalVersionsOfItemAtURL2:(NSURL *)url completionHandler:(void (^)(NSArray *nonLoc… 51 …+ (NSError **)getNonLocalVersionsOfItemAtURL3:(int)url completionHandler:(void (^)(NSArray *nonLoc… 52 …+ (id)getNonLocalVersionsOfItemAtURL4:(NSURL *)url completionHandler:(void (^)(int nonLocalFileVer…
|
/llvm-project/clang/tools/scan-view/bin/ |
H A D | scan-view | 32 def url_is_up(url): argument 34 o = urlopen(url) 44 url = 'http://%s:%d' % (options.host, port) 51 if url_is_up(url): 62 webbrowser.open(url)
|
/llvm-project/mlir/docs/includes/img/ |
H A D | nested_branch_example_pre_move.svg | 383 …ejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-end:url(#marker3341)" 391 …ejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-end:url(#marker3503)" 399 …949px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect3669);fill:#00… 414 …035px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect3679);fill:#00… 422 …949px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect3730);fill:#00… 426 …035px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect3679-2);fill:#… 435 …035px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect1896);fill:#00… 487 …035px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect3679-0);displa… 506 …035px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect3679-2-4);disp… 559 …ejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-end:url(#marker8415)" [all …]
|
H A D | nested_branch_example_post_move.svg | 383 …ejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-end:url(#marker3341)" 391 …ejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-end:url(#marker3503)" 399 …949px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect3669);fill:#00… 414 …035px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect3679);fill:#00… 422 …949px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect3730);fill:#00… 426 …035px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect3679-2);fill:#… 435 …035px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect1896);fill:#00… 487 …035px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect3679-0);displa… 506 …035px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect3679-2-4);disp… 559 …ejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-end:url(#marker8415)" [all …]
|
H A D | region_branch_example_pre_move.svg | 270 …it:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker-end:url(#marker3141);paint-… 278 …ejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-end:url(#marker3341)" 286 …ejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-end:url(#marker3389)" 294 …ejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-end:url(#marker3443)" 302 …ejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-end:url(#marker3503)" 310 …949px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect3669);fill:#00… 325 …035px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect3679);fill:#00… 332 …949px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect3730);fill:#00… 336 …035px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect3679-2);fill:#… 354 …035px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect1370);fill:#00… [all …]
|
H A D | branch_example_pre_move.svg | 254 …it:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker-end:url(#marker3141);paint-… 262 …ejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-end:url(#marker3341)" 270 …ejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-end:url(#marker3389)" 278 …ejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-end:url(#marker3443)" 286 …ejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-end:url(#marker3503)" 294 …949px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect3669);fill:#00… 309 …035px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect3679);fill:#00… 317 …949px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect3730);fill:#00… 332 …035px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect3679-2);fill:#… 352 …035px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect1370);fill:#00… [all …]
|
H A D | branch_example_post_move.svg | 254 …it:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker-end:url(#marker3141);paint-… 262 …ejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-end:url(#marker3341)" 270 …ejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-end:url(#marker3389)" 278 …ejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-end:url(#marker3443)" 286 …ejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-end:url(#marker3503)" 294 …949px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect3669);fill:#00… 309 …035px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect3679);fill:#00… 317 …949px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect3730);fill:#00… 332 …035px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect3679-2);fill:#… 352 …035px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect1370);fill:#00… [all …]
|
/llvm-project/lldb/source/API/ |
H A D | SBPlatform.cpp | 37 PlatformConnectOptions(const char *url = nullptr) { in PlatformConnectOptions() 38 if (url && url[0]) in PlatformConnectOptions() 39 m_url = url; in PlatformConnectOptions() 79 SBPlatformConnectOptions::SBPlatformConnectOptions(const char *url) in SBPlatformConnectOptions() argument 80 : m_opaque_ptr(new PlatformConnectOptions(url)) { in SBPlatformConnectOptions() 81 LLDB_INSTRUMENT_VA(this, url); in SBPlatformConnectOptions() 110 void SBPlatformConnectOptions::SetURL(const char *url) { in SetURL() argument 111 LLDB_INSTRUMENT_VA(this, url); in SetURL() 113 if (url in SetURL() [all...] |
H A D | SBCommunication.cpp | 59 ConnectionStatus SBCommunication::Connect(const char *url) { in Connect() argument 60 LLDB_INSTRUMENT_VA(this, url); in Connect() 64 m_opaque->SetConnection(Host::CreateDefaultConnection(url)); in Connect() 65 return m_opaque->Connect(url, nullptr); in Connect()
|
/llvm-project/llvm/utils/git/ |
H A D | pre-push.py | 145 % (local_ref, local_sha, remote_ref, remote_sha, args.remote, args.url) 151 % (remote_ref, args.url) 160 % (remote_ref, args.url) 178 print('Pushing to "%s" on remote "%s"' % (remote_ref, args.url)) 223 p.add_argument("url", type=str, help="URL for the remote")
|
/llvm-project/clang/docs/DataFlowAnalysisIntroImages/ |
H A D | OutputParameterIdentificationLattice.svg | 212 …in:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-end:url(#marker1393)" /> 217 …in:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-end:url(#marker1403)" /> 222 …in:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-end:url(#marker1373)" /> 227 …in:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-end:url(#marker1383)" /> 311 …in:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-end:url(#marker1333)" /> 315 …in:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-end:url(#marker1343)" /> 330 …in:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-end:url(#marker1353)" /> 334 …in:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-end:url(#marker1363)" /> 338 …in:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-end:url(#marker1323)" />
|
/llvm-project/mlir/utils/mbr/ |
H A D | mlir-mbr.in | 38 "--url", 39 help="The lnt server url to send the results to", 82 req = request.Request(args.url, request_data)
|
/llvm-project/polly/lib/External/isl/doc/ |
H A D | isl.bib | 79 url = "https://lirias.kuleuven.be/handle/123456789/228373", 201 howpublished = {Available from \url{https://barvinok.sourceforge.io/}}, 233 url = "citeseer.nj.nec.com/article/feautrier92some.html", 244 url = {http://www.mrtc.mdh.se/index.php?choice=publications&id=2144}, 275 howpublished = {\url{http://www.cs.unipr.it/ppl/}}, 285 NOTE={available at \url{http://ideas.repec.org/p/cwl/cwldpp/990.html}}, 390 url = "https://lirias.kuleuven.be/handle/123456789/235370", 440 url = {https://acohen.gitlabpages.inria.fr/impact/impact2014/papers/impact2014-verdoolaege.pdf}, 468 url = {http://doi.acm.org/10.1145/2743016},
|
/llvm-project/clang/www/ |
H A D | make_cxx_dr_status | 13 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 28 _, url, issue = issue_link.split('"', 2) 29 url = url.strip() 32 return DR(section, issue, url, status, title)
|
/llvm-project/lldb/tools/lldb-server/ |
H A D | lldb-gdbserver.cpp | 202 std::string url; in ConnectToRemote() local 216 url = llvm::formatv("fd://{0}", connection_fd).str(); in ConnectToRemote() 225 llvm::errs() << llvm::formatv("error: invalid host:port or URL '{0}': " in ConnectToRemote() 232 url = std::move(url_exp.get()); in ConnectToRemote() 235 if (!url.empty()) { in ConnectToRemote() 240 url, in ConnectToRemote() 264 "error: failed to connect to client at '{0}': {1}\n", url, error); in ConnectToRemote() 271 url, static_cast<int>(connection_result)); in ConnectToRemote()
|
/llvm-project/lldb/source/Core/ |
H A D | Communication.cpp | 41 ConnectionStatus Communication::Connect(const char *url, Status *error_ptr) { in Connect() argument 45 "{0} Communication::Connect (url = {1})", this, url); in Connect() 49 return connection_sp->Connect(url, error_ptr); in Connect()
|
/llvm-project/mlir/utils/vscode/ |
H A D | package-lock.json | 77 "url-join": "^4.0.1", 197 "url": "https://github.com/sponsors/feross" string 201 "url": "https://www.patreon.com/feross" string 205 "url": "https://feross.org/support" string 306 "url": "https://github.com/sponsors/feross" string 310 "url": "https://www.patreon.com/feross" string 314 "url": "https://feross.org/support" string 360 "url": "https://github.com/sponsors/ljharb" string 407 "url": "https://github.com/cheeriojs/cheerio?sponsor=1" string 423 "url": "https://github.com/sponsors/fb55" string [all …]
|