Home
last modified time | relevance | path

Searched refs:StringRef (Results 1 – 25 of 10818) sorted by relevance

12345678910>>...433

/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/Compiler/Optimizer/OpenCLPasses/SubGroupFuncs/
H A DSubGroupFuncsResolution.hpp72 static const llvm::StringRef SUB_GROUP_BARRIER;
75 static const llvm::StringRef SUB_GROUP_SHUFFLE;
77 static const llvm::StringRef SUB_GROUP_SHUFFLE_F;
78 static const llvm::StringRef SUB_GROUP_SHUFFLE_H;
79 static const llvm::StringRef SUB_GROUP_SHUFFLE_C;
80 static const llvm::StringRef SUB_GROUP_SHUFFLE_B;
199 static const llvm::StringRef MEDIA_BLOCK_READ;
204 static const llvm::StringRef GET_IMAGE_BTI;
206 static const llvm::StringRef SUB_GROUP_REDUCE;
207 static const llvm::StringRef SUB_GROUP_SCAN;
[all …]
/dports/net/proby/proby-1.0.2/cargo-crates/libnghttp2-sys-0.1.4+1.41.0/nghttp2/src/
H A Dshrpx_config.h396 StringRef name;
398 StringRef path;
436 StringRef host;
465 StringRef host;
470 StringRef sni;
472 StringRef group;
549 TLSCertificate(StringRef private_key_file, StringRef cert_file, in TLSCertificate()
563 StringRef host;
660 std::map<StringRef, StringRef> psk_secrets;
828 StringRef host;
[all …]
H A Dshrpx_worker_test.cc62 router.add_route(StringRef{g->pattern}, i); in test_shrpx_worker_match_downstream_addr_group()
116 routerconf, StringRef::from_lit(""), in test_shrpx_worker_match_downstream_addr_group()
120 routerconf, StringRef::from_lit(""), in test_shrpx_worker_match_downstream_addr_group()
133 routerconf, StringRef::from_lit("[::1]"), in test_shrpx_worker_match_downstream_addr_group()
204 wp.emplace_back(StringRef::from_lit("git.nghttp2.org")); in test_shrpx_worker_match_downstream_addr_group()
208 wp.emplace_back(StringRef::from_lit(".nghttp2.org")); in test_shrpx_worker_match_downstream_addr_group()
209 wcrouter.add_route(StringRef::from_lit("gro.2ptthgn."), 1); in test_shrpx_worker_match_downstream_addr_group()
213 wp.emplace_back(StringRef::from_lit(".local")); in test_shrpx_worker_match_downstream_addr_group()
214 wcrouter.add_route(StringRef::from_lit("lacol."), 2); in test_shrpx_worker_match_downstream_addr_group()
215 wp.back().router.add_route(StringRef::from_lit("/"), 13); in test_shrpx_worker_match_downstream_addr_group()
[all …]
H A Dhttp2_test.cc134 {StringRef::from_lit("alpha"), StringRef::from_lit("0"), true},
135 {StringRef::from_lit("bravo"), StringRef::from_lit("1")},
140 {StringRef::from_lit("delta"), StringRef::from_lit("4")},
141 {StringRef::from_lit("expect"), StringRef::from_lit("5")},
142 {StringRef::from_lit("foxtrot"), StringRef::from_lit("6")},
143 {StringRef::from_lit("tango"), StringRef::from_lit("7")},
150 {StringRef::from_lit("zulu"), StringRef::from_lit("12")}};
167 {StringRef::from_lit("via"), StringRef::from_lit("via1"), false,
268 balloc, StringRef{uri}, u, StringRef{match_host}, in check_rewrite_location_uri()
269 StringRef{req_authority}, StringRef{upstream_scheme}); in check_rewrite_location_uri()
[all …]
H A Dshrpx_router_test.cc34 StringRef pattern;
41 {StringRef::from_lit("nghttp2.org/"), 0}, in test_shrpx_router_match()
42 {StringRef::from_lit("nghttp2.org/alpha"), 1}, in test_shrpx_router_match()
43 {StringRef::from_lit("nghttp2.org/alpha/"), 2}, in test_shrpx_router_match()
46 {StringRef::from_lit("/alpha"), 5}, in test_shrpx_router_match()
47 {StringRef::from_lit("example.com/alpha/"), 6}, in test_shrpx_router_match()
62 StringRef::from_lit("/")); in test_shrpx_router_match()
67 StringRef::from_lit("/alpha")); in test_shrpx_router_match()
97 idx = router.match(StringRef{}, StringRef::from_lit("/alpha")); in test_shrpx_router_match()
104 {StringRef::from_lit("nghttp2.org/"), 0}, in test_shrpx_router_match_wildcard()
[all …]
/dports/devel/cargo-generate/cargo-generate-0.9.0/cargo-crates/libnghttp2-sys-0.1.6+1.43.0/nghttp2/src/
H A Dshrpx_config.h396 StringRef name;
398 StringRef path;
436 StringRef host;
465 StringRef host;
470 StringRef sni;
472 StringRef group;
549 TLSCertificate(StringRef private_key_file, StringRef cert_file, in TLSCertificate()
563 StringRef host;
660 std::map<StringRef, StringRef> psk_secrets;
828 StringRef host;
[all …]
H A Dshrpx_worker_test.cc62 router.add_route(StringRef{g->pattern}, i); in test_shrpx_worker_match_downstream_addr_group()
116 routerconf, StringRef::from_lit(""), in test_shrpx_worker_match_downstream_addr_group()
120 routerconf, StringRef::from_lit(""), in test_shrpx_worker_match_downstream_addr_group()
133 routerconf, StringRef::from_lit("[::1]"), in test_shrpx_worker_match_downstream_addr_group()
204 wp.emplace_back(StringRef::from_lit("git.nghttp2.org")); in test_shrpx_worker_match_downstream_addr_group()
208 wp.emplace_back(StringRef::from_lit(".nghttp2.org")); in test_shrpx_worker_match_downstream_addr_group()
209 wcrouter.add_route(StringRef::from_lit("gro.2ptthgn."), 1); in test_shrpx_worker_match_downstream_addr_group()
213 wp.emplace_back(StringRef::from_lit(".local")); in test_shrpx_worker_match_downstream_addr_group()
214 wcrouter.add_route(StringRef::from_lit("lacol."), 2); in test_shrpx_worker_match_downstream_addr_group()
215 wp.back().router.add_route(StringRef::from_lit("/"), 13); in test_shrpx_worker_match_downstream_addr_group()
[all …]
H A Dhttp2_test.cc134 {StringRef::from_lit("alpha"), StringRef::from_lit("0"), true},
135 {StringRef::from_lit("bravo"), StringRef::from_lit("1")},
140 {StringRef::from_lit("delta"), StringRef::from_lit("4")},
141 {StringRef::from_lit("expect"), StringRef::from_lit("5")},
142 {StringRef::from_lit("foxtrot"), StringRef::from_lit("6")},
143 {StringRef::from_lit("tango"), StringRef::from_lit("7")},
150 {StringRef::from_lit("zulu"), StringRef::from_lit("12")}};
167 {StringRef::from_lit("via"), StringRef::from_lit("via1"), false,
268 balloc, StringRef{uri}, u, StringRef{match_host}, in check_rewrite_location_uri()
269 StringRef{req_authority}, StringRef{upstream_scheme}); in check_rewrite_location_uri()
[all …]
/dports/lang/rust/rustc-1.58.1-src/vendor/libnghttp2-sys/nghttp2/src/
H A Dshrpx_config.h396 StringRef name;
398 StringRef path;
436 StringRef host;
465 StringRef host;
470 StringRef sni;
472 StringRef group;
549 TLSCertificate(StringRef private_key_file, StringRef cert_file, in TLSCertificate()
563 StringRef host;
660 std::map<StringRef, StringRef> psk_secrets;
828 StringRef host;
[all …]
H A Dshrpx_worker_test.cc62 router.add_route(StringRef{g->pattern}, i); in test_shrpx_worker_match_downstream_addr_group()
116 routerconf, StringRef::from_lit(""), in test_shrpx_worker_match_downstream_addr_group()
120 routerconf, StringRef::from_lit(""), in test_shrpx_worker_match_downstream_addr_group()
133 routerconf, StringRef::from_lit("[::1]"), in test_shrpx_worker_match_downstream_addr_group()
204 wp.emplace_back(StringRef::from_lit("git.nghttp2.org")); in test_shrpx_worker_match_downstream_addr_group()
208 wp.emplace_back(StringRef::from_lit(".nghttp2.org")); in test_shrpx_worker_match_downstream_addr_group()
209 wcrouter.add_route(StringRef::from_lit("gro.2ptthgn."), 1); in test_shrpx_worker_match_downstream_addr_group()
213 wp.emplace_back(StringRef::from_lit(".local")); in test_shrpx_worker_match_downstream_addr_group()
214 wcrouter.add_route(StringRef::from_lit("lacol."), 2); in test_shrpx_worker_match_downstream_addr_group()
215 wp.back().router.add_route(StringRef::from_lit("/"), 13); in test_shrpx_worker_match_downstream_addr_group()
[all …]
H A Dhttp2_test.cc134 {StringRef::from_lit("alpha"), StringRef::from_lit("0"), true},
135 {StringRef::from_lit("bravo"), StringRef::from_lit("1")},
140 {StringRef::from_lit("delta"), StringRef::from_lit("4")},
141 {StringRef::from_lit("expect"), StringRef::from_lit("5")},
142 {StringRef::from_lit("foxtrot"), StringRef::from_lit("6")},
143 {StringRef::from_lit("tango"), StringRef::from_lit("7")},
150 {StringRef::from_lit("zulu"), StringRef::from_lit("12")}};
167 {StringRef::from_lit("via"), StringRef::from_lit("via1"), false,
268 balloc, StringRef{uri}, u, StringRef{match_host}, in check_rewrite_location_uri()
269 StringRef{req_authority}, StringRef{upstream_scheme}); in check_rewrite_location_uri()
[all …]
/dports/www/libnghttp2/nghttp2-1.46.0/src/
H A Dshrpx_config.h442 StringRef name;
444 StringRef path;
484 StringRef host;
514 StringRef host;
519 StringRef sni;
521 StringRef group;
603 TLSCertificate(StringRef private_key_file, StringRef cert_file, in TLSCertificate()
633 StringRef host;
730 std::map<StringRef, StringRef> psk_secrets;
939 StringRef host;
[all …]
H A Dshrpx_worker_test.cc62 router.add_route(StringRef{g->pattern}, i); in test_shrpx_worker_match_downstream_addr_group()
116 routerconf, StringRef::from_lit(""), in test_shrpx_worker_match_downstream_addr_group()
120 routerconf, StringRef::from_lit(""), in test_shrpx_worker_match_downstream_addr_group()
133 routerconf, StringRef::from_lit("[::1]"), in test_shrpx_worker_match_downstream_addr_group()
204 wp.emplace_back(StringRef::from_lit("git.nghttp2.org")); in test_shrpx_worker_match_downstream_addr_group()
208 wp.emplace_back(StringRef::from_lit(".nghttp2.org")); in test_shrpx_worker_match_downstream_addr_group()
209 wcrouter.add_route(StringRef::from_lit("gro.2ptthgn."), 1); in test_shrpx_worker_match_downstream_addr_group()
213 wp.emplace_back(StringRef::from_lit(".local")); in test_shrpx_worker_match_downstream_addr_group()
214 wcrouter.add_route(StringRef::from_lit("lacol."), 2); in test_shrpx_worker_match_downstream_addr_group()
215 wp.back().router.add_route(StringRef::from_lit("/"), 13); in test_shrpx_worker_match_downstream_addr_group()
[all …]
H A Dhttp2_test.cc134 {StringRef::from_lit("alpha"), StringRef::from_lit("0"), true},
135 {StringRef::from_lit("bravo"), StringRef::from_lit("1")},
140 {StringRef::from_lit("delta"), StringRef::from_lit("4")},
141 {StringRef::from_lit("expect"), StringRef::from_lit("5")},
142 {StringRef::from_lit("foxtrot"), StringRef::from_lit("6")},
143 {StringRef::from_lit("tango"), StringRef::from_lit("7")},
150 {StringRef::from_lit("zulu"), StringRef::from_lit("12")}};
167 {StringRef::from_lit("via"), StringRef::from_lit("via1"), false,
268 balloc, StringRef{uri}, u, StringRef{match_host}, in check_rewrite_location_uri()
269 StringRef{req_authority}, StringRef{upstream_scheme}); in check_rewrite_location_uri()
[all …]
H A Dutil_test.cc51 CU_ASSERT(!util::streq(StringRef{}, StringRef::from_lit("a"))); in test_util_streq()
52 CU_ASSERT(util::streq(StringRef{}, StringRef{})); in test_util_streq()
83 CU_ASSERT(util::strieq(StringRef{}, StringRef{})); in test_util_strieq()
571 CU_ASSERT(!util::strifind(StringRef{}, StringRef{})); in test_util_strifind()
646 CU_ASSERT(std::make_pair(StringRef{}, StringRef{}) == in test_util_split_hostport()
648 CU_ASSERT(std::make_pair(StringRef{}, StringRef{}) == in test_util_split_hostport()
650 CU_ASSERT(std::make_pair(StringRef{}, StringRef{}) == in test_util_split_hostport()
652 CU_ASSERT(std::make_pair(StringRef{}, StringRef{}) == in test_util_split_hostport()
654 CU_ASSERT(std::make_pair(StringRef{}, StringRef{}) == in test_util_split_hostport()
674 (std::vector<StringRef>{StringRef::from_lit("alpha"), in test_util_split_str()
[all …]
/dports/www/nghttp2/nghttp2-1.46.0/src/
H A Dshrpx_config.h442 StringRef name;
444 StringRef path;
484 StringRef host;
514 StringRef host;
519 StringRef sni;
521 StringRef group;
603 TLSCertificate(StringRef private_key_file, StringRef cert_file, in TLSCertificate()
633 StringRef host;
730 std::map<StringRef, StringRef> psk_secrets;
939 StringRef host;
[all …]
H A Dshrpx_worker_test.cc62 router.add_route(StringRef{g->pattern}, i); in test_shrpx_worker_match_downstream_addr_group()
116 routerconf, StringRef::from_lit(""), in test_shrpx_worker_match_downstream_addr_group()
120 routerconf, StringRef::from_lit(""), in test_shrpx_worker_match_downstream_addr_group()
133 routerconf, StringRef::from_lit("[::1]"), in test_shrpx_worker_match_downstream_addr_group()
204 wp.emplace_back(StringRef::from_lit("git.nghttp2.org")); in test_shrpx_worker_match_downstream_addr_group()
208 wp.emplace_back(StringRef::from_lit(".nghttp2.org")); in test_shrpx_worker_match_downstream_addr_group()
209 wcrouter.add_route(StringRef::from_lit("gro.2ptthgn."), 1); in test_shrpx_worker_match_downstream_addr_group()
213 wp.emplace_back(StringRef::from_lit(".local")); in test_shrpx_worker_match_downstream_addr_group()
214 wcrouter.add_route(StringRef::from_lit("lacol."), 2); in test_shrpx_worker_match_downstream_addr_group()
215 wp.back().router.add_route(StringRef::from_lit("/"), 13); in test_shrpx_worker_match_downstream_addr_group()
[all …]
H A Dhttp2_test.cc134 {StringRef::from_lit("alpha"), StringRef::from_lit("0"), true},
135 {StringRef::from_lit("bravo"), StringRef::from_lit("1")},
140 {StringRef::from_lit("delta"), StringRef::from_lit("4")},
141 {StringRef::from_lit("expect"), StringRef::from_lit("5")},
142 {StringRef::from_lit("foxtrot"), StringRef::from_lit("6")},
143 {StringRef::from_lit("tango"), StringRef::from_lit("7")},
150 {StringRef::from_lit("zulu"), StringRef::from_lit("12")}};
167 {StringRef::from_lit("via"), StringRef::from_lit("via1"), false,
268 balloc, StringRef{uri}, u, StringRef{match_host}, in check_rewrite_location_uri()
269 StringRef{req_authority}, StringRef{upstream_scheme}); in check_rewrite_location_uri()
[all …]
H A Dutil_test.cc51 CU_ASSERT(!util::streq(StringRef{}, StringRef::from_lit("a"))); in test_util_streq()
52 CU_ASSERT(util::streq(StringRef{}, StringRef{})); in test_util_streq()
83 CU_ASSERT(util::strieq(StringRef{}, StringRef{})); in test_util_strieq()
571 CU_ASSERT(!util::strifind(StringRef{}, StringRef{})); in test_util_strifind()
646 CU_ASSERT(std::make_pair(StringRef{}, StringRef{}) == in test_util_split_hostport()
648 CU_ASSERT(std::make_pair(StringRef{}, StringRef{}) == in test_util_split_hostport()
650 CU_ASSERT(std::make_pair(StringRef{}, StringRef{}) == in test_util_split_hostport()
652 CU_ASSERT(std::make_pair(StringRef{}, StringRef{}) == in test_util_split_hostport()
654 CU_ASSERT(std::make_pair(StringRef{}, StringRef{}) == in test_util_split_hostport()
674 (std::vector<StringRef>{StringRef::from_lit("alpha"), in test_util_split_str()
[all …]
/dports/devel/cargo-c/cargo-c-0.9.6+cargo-0.58/cargo-crates/libnghttp2-sys-0.1.7+1.45.0/nghttp2/src/
H A Dshrpx_config.h434 StringRef name;
436 StringRef path;
476 StringRef host;
506 StringRef host;
511 StringRef sni;
513 StringRef group;
595 TLSCertificate(StringRef private_key_file, StringRef cert_file, in TLSCertificate()
617 StringRef host;
714 std::map<StringRef, StringRef> psk_secrets;
921 StringRef host;
[all …]
H A Dshrpx_worker_test.cc62 router.add_route(StringRef{g->pattern}, i); in test_shrpx_worker_match_downstream_addr_group()
116 routerconf, StringRef::from_lit(""), in test_shrpx_worker_match_downstream_addr_group()
120 routerconf, StringRef::from_lit(""), in test_shrpx_worker_match_downstream_addr_group()
133 routerconf, StringRef::from_lit("[::1]"), in test_shrpx_worker_match_downstream_addr_group()
204 wp.emplace_back(StringRef::from_lit("git.nghttp2.org")); in test_shrpx_worker_match_downstream_addr_group()
208 wp.emplace_back(StringRef::from_lit(".nghttp2.org")); in test_shrpx_worker_match_downstream_addr_group()
209 wcrouter.add_route(StringRef::from_lit("gro.2ptthgn."), 1); in test_shrpx_worker_match_downstream_addr_group()
213 wp.emplace_back(StringRef::from_lit(".local")); in test_shrpx_worker_match_downstream_addr_group()
214 wcrouter.add_route(StringRef::from_lit("lacol."), 2); in test_shrpx_worker_match_downstream_addr_group()
215 wp.back().router.add_route(StringRef::from_lit("/"), 13); in test_shrpx_worker_match_downstream_addr_group()
[all …]
H A Dhttp2_test.cc134 {StringRef::from_lit("alpha"), StringRef::from_lit("0"), true},
135 {StringRef::from_lit("bravo"), StringRef::from_lit("1")},
140 {StringRef::from_lit("delta"), StringRef::from_lit("4")},
141 {StringRef::from_lit("expect"), StringRef::from_lit("5")},
142 {StringRef::from_lit("foxtrot"), StringRef::from_lit("6")},
143 {StringRef::from_lit("tango"), StringRef::from_lit("7")},
150 {StringRef::from_lit("zulu"), StringRef::from_lit("12")}};
167 {StringRef::from_lit("via"), StringRef::from_lit("via1"), false,
268 balloc, StringRef{uri}, u, StringRef{match_host}, in check_rewrite_location_uri()
269 StringRef{req_authority}, StringRef{upstream_scheme}); in check_rewrite_location_uri()
[all …]
H A Dutil_test.cc51 CU_ASSERT(!util::streq(StringRef{}, StringRef::from_lit("a"))); in test_util_streq()
52 CU_ASSERT(util::streq(StringRef{}, StringRef{})); in test_util_streq()
83 CU_ASSERT(util::strieq(StringRef{}, StringRef{})); in test_util_strieq()
571 CU_ASSERT(!util::strifind(StringRef{}, StringRef{})); in test_util_strifind()
646 CU_ASSERT(std::make_pair(StringRef{}, StringRef{}) == in test_util_split_hostport()
648 CU_ASSERT(std::make_pair(StringRef{}, StringRef{}) == in test_util_split_hostport()
650 CU_ASSERT(std::make_pair(StringRef{}, StringRef{}) == in test_util_split_hostport()
652 CU_ASSERT(std::make_pair(StringRef{}, StringRef{}) == in test_util_split_hostport()
654 CU_ASSERT(std::make_pair(StringRef{}, StringRef{}) == in test_util_split_hostport()
674 (std::vector<StringRef>{StringRef::from_lit("alpha"), in test_util_split_str()
[all …]
H A Dshrpx_router_test.cc34 StringRef pattern;
41 {StringRef::from_lit("nghttp2.org/"), 0}, in test_shrpx_router_match()
42 {StringRef::from_lit("nghttp2.org/alpha"), 1}, in test_shrpx_router_match()
43 {StringRef::from_lit("nghttp2.org/alpha/"), 2}, in test_shrpx_router_match()
46 {StringRef::from_lit("/alpha"), 5}, in test_shrpx_router_match()
47 {StringRef::from_lit("example.com/alpha/"), 6}, in test_shrpx_router_match()
62 StringRef::from_lit("/")); in test_shrpx_router_match()
67 StringRef::from_lit("/alpha")); in test_shrpx_router_match()
97 idx = router.match(StringRef{}, StringRef::from_lit("/alpha")); in test_shrpx_router_match()
104 {StringRef::from_lit("nghttp2.org/"), 0}, in test_shrpx_router_match_wildcard()
[all …]
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/test/Analysis/
H A Dllvm-conventions.cpp34 class StringRef { class
131 std::pair<StringRef, StringRef> split(StringRef Separator) const;
132 std::pair<StringRef, StringRef> rsplit(StringRef Separator) const;
140 StringRef ltrim(StringRef Chars = " \t\n\v\f\r") const;
144 StringRef trim(StringRef Chars = " \t\n\v\f\r") const;
147 inline bool operator==(StringRef LHS, StringRef RHS);
148 inline bool operator!=(StringRef LHS, StringRef RHS);
149 inline bool operator<(StringRef LHS, StringRef RHS);
150 inline bool operator<=(StringRef LHS, StringRef RHS);
151 inline bool operator>(StringRef LHS, StringRef RHS);
[all …]

12345678910>>...433