Home
last modified time | relevance | path

Searched refs:can_hash (Results 1 – 25 of 104) sorted by relevance

12345

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/libcxx/test/support/
H A Dpoisoned_hash_helper.h122 constexpr bool can_hash(int) { in can_hash() function
126 template <class T> constexpr bool can_hash() { return can_hash<T>(0); } in can_hash() function
149 static_assert(can_hash<Hash(Key&)>(), ""); in test_hash_enabled()
150 static_assert(can_hash<Hash(Key const&)>(), ""); in test_hash_enabled()
151 static_assert(can_hash<Hash(Key&&)>(), ""); in test_hash_enabled()
152 static_assert(can_hash<Hash const&(Key&)>(), ""); in test_hash_enabled()
154 static_assert(can_hash<Hash const&(Key&&)>(), ""); in test_hash_enabled()
188 static_assert(!can_hash<Hash(Key&)>(), ""); in test_hash_disabled()
189 static_assert(!can_hash<Hash(Key const&)>(), ""); in test_hash_disabled()
190 static_assert(!can_hash<Hash(Key&&)>(), ""); in test_hash_disabled()
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/libcxx/test/support/
H A Dpoisoned_hash_helper.h122 constexpr bool can_hash(int) { in can_hash() function
126 template <class T> constexpr bool can_hash() { return can_hash<T>(0); } in can_hash() function
149 static_assert(can_hash<Hash(Key&)>(), ""); in test_hash_enabled()
150 static_assert(can_hash<Hash(Key const&)>(), ""); in test_hash_enabled()
151 static_assert(can_hash<Hash(Key&&)>(), ""); in test_hash_enabled()
152 static_assert(can_hash<Hash const&(Key&)>(), ""); in test_hash_enabled()
154 static_assert(can_hash<Hash const&(Key&&)>(), ""); in test_hash_enabled()
188 static_assert(!can_hash<Hash(Key&)>(), ""); in test_hash_disabled()
189 static_assert(!can_hash<Hash(Key const&)>(), ""); in test_hash_disabled()
190 static_assert(!can_hash<Hash(Key&&)>(), ""); in test_hash_disabled()
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/libcxx/test/support/
H A Dpoisoned_hash_helper.h122 constexpr bool can_hash(int) { in can_hash() function
126 constexpr bool can_hash(long) { in can_hash() function
130 constexpr bool can_hash() { in can_hash() function
131 return can_hash<Hasher, Key>(0); in can_hash()
154 static_assert(can_hash<Hash, Key&>(), ""); in test_hash_enabled()
155 static_assert(can_hash<Hash, Key const&>(), ""); in test_hash_enabled()
156 static_assert(can_hash<Hash, Key&&>(), ""); in test_hash_enabled()
157 static_assert(can_hash<Hash const, Key&>(), ""); in test_hash_enabled()
159 static_assert(can_hash<Hash const, Key&&>(), ""); in test_hash_enabled()
193 static_assert(!can_hash<Hash, Key&>(), ""); in test_hash_disabled()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/buildtools/third_party/libc++/trunk/test/support/
H A Dpoisoned_hash_helper.h122 constexpr bool can_hash(int) { in can_hash() function
126 template <class T> constexpr bool can_hash() { return can_hash<T>(0); } in can_hash() function
149 static_assert(can_hash<Hash(Key&)>(), ""); in test_hash_enabled()
150 static_assert(can_hash<Hash(Key const&)>(), ""); in test_hash_enabled()
151 static_assert(can_hash<Hash(Key&&)>(), ""); in test_hash_enabled()
152 static_assert(can_hash<Hash const&(Key&)>(), ""); in test_hash_enabled()
154 static_assert(can_hash<Hash const&(Key&&)>(), ""); in test_hash_enabled()
188 static_assert(!can_hash<Hash(Key&)>(), ""); in test_hash_disabled()
189 static_assert(!can_hash<Hash(Key const&)>(), ""); in test_hash_disabled()
190 static_assert(!can_hash<Hash(Key&&)>(), ""); in test_hash_disabled()
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/libcxx/test/support/
H A Dpoisoned_hash_helper.h122 constexpr bool can_hash(int) { in can_hash() function
126 template <class T> constexpr bool can_hash() { return can_hash<T>(0); } in can_hash() function
149 static_assert(can_hash<Hash(Key&)>(), ""); in test_hash_enabled()
150 static_assert(can_hash<Hash(Key const&)>(), ""); in test_hash_enabled()
151 static_assert(can_hash<Hash(Key&&)>(), ""); in test_hash_enabled()
152 static_assert(can_hash<Hash const&(Key&)>(), ""); in test_hash_enabled()
154 static_assert(can_hash<Hash const&(Key&&)>(), ""); in test_hash_enabled()
188 static_assert(!can_hash<Hash(Key&)>(), ""); in test_hash_disabled()
189 static_assert(!can_hash<Hash(Key const&)>(), ""); in test_hash_disabled()
190 static_assert(!can_hash<Hash(Key&&)>(), ""); in test_hash_disabled()
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/libcxx/test/support/
H A Dpoisoned_hash_helper.h122 constexpr bool can_hash(int) { in can_hash() function
126 template <class T> constexpr bool can_hash() { return can_hash<T>(0); } in can_hash() function
149 static_assert(can_hash<Hash(Key&)>(), ""); in test_hash_enabled()
150 static_assert(can_hash<Hash(Key const&)>(), ""); in test_hash_enabled()
151 static_assert(can_hash<Hash(Key&&)>(), ""); in test_hash_enabled()
152 static_assert(can_hash<Hash const&(Key&)>(), ""); in test_hash_enabled()
154 static_assert(can_hash<Hash const&(Key&&)>(), ""); in test_hash_enabled()
188 static_assert(!can_hash<Hash(Key&)>(), ""); in test_hash_disabled()
189 static_assert(!can_hash<Hash(Key const&)>(), ""); in test_hash_disabled()
190 static_assert(!can_hash<Hash(Key&&)>(), ""); in test_hash_disabled()
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/libcxx/test/support/
H A Dpoisoned_hash_helper.h122 constexpr bool can_hash(int) { in can_hash() function
126 template <class T> constexpr bool can_hash() { return can_hash<T>(0); } in can_hash() function
149 static_assert(can_hash<Hash(Key&)>(), ""); in test_hash_enabled()
150 static_assert(can_hash<Hash(Key const&)>(), ""); in test_hash_enabled()
151 static_assert(can_hash<Hash(Key&&)>(), ""); in test_hash_enabled()
152 static_assert(can_hash<Hash const&(Key&)>(), ""); in test_hash_enabled()
154 static_assert(can_hash<Hash const&(Key&&)>(), ""); in test_hash_enabled()
188 static_assert(!can_hash<Hash(Key&)>(), ""); in test_hash_disabled()
189 static_assert(!can_hash<Hash(Key const&)>(), ""); in test_hash_disabled()
190 static_assert(!can_hash<Hash(Key&&)>(), ""); in test_hash_disabled()
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/libcxx/test/support/
H A Dpoisoned_hash_helper.h124 constexpr bool can_hash(int) { in can_hash() function
128 constexpr bool can_hash(long) { in can_hash() function
132 constexpr bool can_hash() { in can_hash() function
133 return can_hash<Hasher, Key>(0); in can_hash()
156 static_assert(can_hash<Hash, Key&>(), ""); in test_hash_enabled()
157 static_assert(can_hash<Hash, Key const&>(), ""); in test_hash_enabled()
158 static_assert(can_hash<Hash, Key&&>(), ""); in test_hash_enabled()
159 static_assert(can_hash<Hash const, Key&>(), ""); in test_hash_enabled()
161 static_assert(can_hash<Hash const, Key&&>(), ""); in test_hash_enabled()
195 static_assert(!can_hash<Hash, Key&>(), ""); in test_hash_disabled()
[all …]
/dports/devel/libc++/libcxx-10.0.1.src/test/support/
H A Dpoisoned_hash_helper.h122 constexpr bool can_hash(int) { in can_hash() function
126 template <class T> constexpr bool can_hash() { return can_hash<T>(0); } in can_hash() function
149 static_assert(can_hash<Hash(Key&)>(), ""); in test_hash_enabled()
150 static_assert(can_hash<Hash(Key const&)>(), ""); in test_hash_enabled()
151 static_assert(can_hash<Hash(Key&&)>(), ""); in test_hash_enabled()
152 static_assert(can_hash<Hash const&(Key&)>(), ""); in test_hash_enabled()
154 static_assert(can_hash<Hash const&(Key&&)>(), ""); in test_hash_enabled()
188 static_assert(!can_hash<Hash(Key&)>(), ""); in test_hash_disabled()
189 static_assert(!can_hash<Hash(Key const&)>(), ""); in test_hash_disabled()
190 static_assert(!can_hash<Hash(Key&&)>(), ""); in test_hash_disabled()
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/libcxx/test/support/
H A Dpoisoned_hash_helper.h122 constexpr bool can_hash(int) { in can_hash() function
126 constexpr bool can_hash(long) { in can_hash() function
130 constexpr bool can_hash() { in can_hash() function
131 return can_hash<Hasher, Key>(0); in can_hash()
154 static_assert(can_hash<Hash, Key&>(), ""); in test_hash_enabled()
155 static_assert(can_hash<Hash, Key const&>(), ""); in test_hash_enabled()
156 static_assert(can_hash<Hash, Key&&>(), ""); in test_hash_enabled()
157 static_assert(can_hash<Hash const, Key&>(), ""); in test_hash_enabled()
159 static_assert(can_hash<Hash const, Key&&>(), ""); in test_hash_enabled()
193 static_assert(!can_hash<Hash, Key&>(), ""); in test_hash_disabled()
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/libcxx/test/support/
H A Dpoisoned_hash_helper.h122 constexpr bool can_hash(int) { in can_hash() function
126 constexpr bool can_hash(long) { in can_hash() function
130 constexpr bool can_hash() { in can_hash() function
131 return can_hash<Hasher, Key>(0); in can_hash()
154 static_assert(can_hash<Hash, Key&>(), ""); in test_hash_enabled()
155 static_assert(can_hash<Hash, Key const&>(), ""); in test_hash_enabled()
156 static_assert(can_hash<Hash, Key&&>(), ""); in test_hash_enabled()
157 static_assert(can_hash<Hash const, Key&>(), ""); in test_hash_enabled()
159 static_assert(can_hash<Hash const, Key&&>(), ""); in test_hash_enabled()
193 static_assert(!can_hash<Hash, Key&>(), ""); in test_hash_disabled()
[all …]
/dports/databases/timescaledb/timescaledb-2.5.1/src/
H A Dplan_add_hashagg.c144 bool can_hash; in ts_plan_add_hashagg() local
161 can_hash = (parse->groupClause != NIL && in ts_plan_add_hashagg()
169 if (!can_hash) in ts_plan_add_hashagg()
/dports/devel/py-pipenv/pipenv-2021.5.29/pipenv/vendor/passa/models/
H A Dcaches.py44 can_hash = new_location.hash
45 if can_hash:
51 if can_hash:
/dports/devel/py-graphql-core/graphql-core-3.1.6/tests/language/
H A Dtest_ast.py71 def can_hash(): function
135 def can_hash(): function
180 def can_hash(): function
/dports/devel/py-requirementslib/requirementslib-1.5.16/src/requirementslib/models/
H A Dcache.py216 can_hash = new_location.hash
217 if can_hash:
223 if can_hash:
/dports/devel/py-pipenv/pipenv-2021.5.29/pipenv/vendor/requirementslib/models/
H A Dcache.py216 can_hash = new_location.hash
217 if can_hash:
223 if can_hash:
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/python/pipenv/pipenv/patched/piptools/repositories/
H A Dpypi.py44 can_hash = location.hash
45 if can_hash:
51 if can_hash:
/dports/devel/py-pipenv/pipenv-2021.5.29/pipenv/patched/piptools/repositories/
H A Dpypi.py80 can_hash = new_location.hash
81 if can_hash:
90 if can_hash:
/dports/devel/py-graphql-core/graphql-core-3.1.6/tests/pyutils/
H A Dtest_frozen_dict.py57 def can_hash(): function
H A Dtest_frozen_list.py82 def can_hash(): function
/dports/databases/postgresql14-pltcl/postgresql-14.1/src/backend/optimizer/prep/
H A Dprepunion.c1024 bool can_hash; in choose_hashed_setop() local
1032 can_hash = grouping_is_hashable(groupClauses); in choose_hashed_setop()
1033 if (can_hash && can_sort) in choose_hashed_setop()
1037 else if (can_hash) in choose_hashed_setop()
/dports/databases/postgresql14-server/postgresql-14.1/src/backend/optimizer/prep/
H A Dprepunion.c1024 bool can_hash; in choose_hashed_setop() local
1032 can_hash = grouping_is_hashable(groupClauses); in choose_hashed_setop()
1033 if (can_hash && can_sort) in choose_hashed_setop()
1037 else if (can_hash) in choose_hashed_setop()
/dports/databases/postgresql14-plpython/postgresql-14.1/src/backend/optimizer/prep/
H A Dprepunion.c1024 bool can_hash; in choose_hashed_setop() local
1032 can_hash = grouping_is_hashable(groupClauses); in choose_hashed_setop()
1033 if (can_hash && can_sort) in choose_hashed_setop()
1037 else if (can_hash) in choose_hashed_setop()
/dports/databases/postgresql14-plperl/postgresql-14.1/src/backend/optimizer/prep/
H A Dprepunion.c1024 bool can_hash; in choose_hashed_setop() local
1032 can_hash = grouping_is_hashable(groupClauses); in choose_hashed_setop()
1033 if (can_hash && can_sort) in choose_hashed_setop()
1037 else if (can_hash) in choose_hashed_setop()
/dports/databases/postgresql14-client/postgresql-14.1/src/backend/optimizer/prep/
H A Dprepunion.c1024 bool can_hash; in choose_hashed_setop() local
1032 can_hash = grouping_is_hashable(groupClauses); in choose_hashed_setop()
1033 if (can_hash && can_sort) in choose_hashed_setop()
1037 else if (can_hash) in choose_hashed_setop()

12345