| /wasmtime-44.0.1/crates/c-api/include/wasmtime/ |
| H A D | func.hh | 54 static const bool valid = false; member 62 static const bool valid = true; \ 87 static const bool valid = true; member 118 static const bool valid = true; member 135 static const bool valid = WasmType<T>::valid; member 155 static const bool valid = true; member 174 static const bool valid = (WasmType<T>::valid && ...); member 467 std::enable_if_t<WasmHostFunc<F>::Params::valid, bool> = true, 576 std::enable_if_t<WasmTypeList<Params>::valid, bool> = true, 577 std::enable_if_t<WasmTypeList<Results>::valid, bool> = true> [all …]
|
| H A D | linker.hh | 147 std::enable_if_t<WasmHostFunc<F>::Params::valid, bool> = true, 148 std::enable_if_t<WasmHostFunc<F>::Results::valid, bool> = true>
|
| /wasmtime-44.0.1/crates/environ/fuzz/ |
| H A D | Cargo.toml | 23 name = "fact-valid-module" 24 path = "fuzz_targets/fact-valid-module.rs"
|
| /wasmtime-44.0.1/cranelift/codegen/src/ |
| H A D | flowgraph.rs | 75 valid: bool, field 83 valid: false, in new() 94 self.valid = false; in clear() 116 self.valid = true; in compute() 176 self.valid in is_valid()
|
| H A D | loop_analysis.rs | 27 valid: bool, field 94 valid: false, in new() 172 self.valid = true; in compute() 181 self.valid in is_valid() 190 self.valid = false; in clear()
|
| H A D | dominator_tree.rs | 158 valid: bool, field 282 valid: false, in new() 295 valid: false, in with_function() 318 self.valid = true; in compute() 327 self.valid = false; in clear() 336 self.valid in is_valid()
|
| /wasmtime-44.0.1/cranelift/isle/isle/src/ |
| H A D | serialize.rs | 204 valid: usize, field 227 valid: respect_priority(rules, order, matching), in partition() 297 self.count = partition.valid; in update() 454 let partition_point = best.partition(self.rules, order).valid; in sort() 722 valid: respect_priority(self.rules, order, matching), in best_control_flow() 768 count: kind.partition(self.rules, order).valid, in best_control_flow()
|
| /wasmtime-44.0.1/cranelift/codegen/src/dominator_tree/ |
| H A D | simple.rs | 45 valid: bool, field 203 valid: false, in new() 214 valid: false, in with_function() 226 self.valid = true; in compute() 234 self.valid = false; in clear() 243 self.valid in is_valid()
|
| /wasmtime-44.0.1/cranelift/isle/isle/isle_examples/fail/ |
| H A D | recursion_cycle.isle | 3 ; the cycle must be marked `rec` to be valid.
|
| /wasmtime-44.0.1/tests/misc_testsuite/component-model/ |
| H A D | enum_discriminant.wast | 5 ;; Returns invalid discriminant 3 (valid range: 0-2)
|
| H A D | adapter.wast | 89 ;; valid, but odd
|
| H A D | resources.wast | 270 ;; Using an index that has never been valid is a trap 298 ;; Using an index which was previously valid but no longer valid is also a trap. 340 ;; Also invalid to pass a previously valid handle to the drop intrinsic 414 ;; for index 0. The index 0 should be valid within the above component, but 415 ;; it is not valid within this component 460 ;; for index 2. The index 2 should be valid within the above component, but 461 ;; it is not valid within this component
|
| /wasmtime-44.0.1/crates/wasi-http/src/p3/wit/deps/ |
| H A D | http.wit | 196 /// Value, represented as a list of bytes. In a valid Fields, all names 197 /// and values are valid UTF-8 strings. However, values are not always 292 /// `method.other` argument is not a syntactically valid method. 299 /// string given is not a syntactically valid path and query uri component. 306 /// string given is not a syntactically valid uri scheme. 315 /// not a syntactically valid URI authority. 342 /// request options acquired from it previously will remain valid. 404 /// given is not a valid http status code. 422 /// acquired from it previously will remain valid.
|
| /wasmtime-44.0.1/tests/misc_testsuite/simd/ |
| H A D | cvt-from-uint.wast | 4 ;; which found issue in lowering Opcode::FcvtFromUint where valid instruction
|
| /wasmtime-44.0.1/cranelift/filetests/filetests/inline/ |
| H A D | unreachable-block.clif | 14 ;; required for correctness, while producing valid CLIF that does not have empty
|
| /wasmtime-44.0.1/tests/misc_testsuite/threads/ |
| H A D | atomics_wait_address.wast | 78 ;; not valid values for memory.atomic.wait
|
| /wasmtime-44.0.1/cranelift/filetests/filetests/isa/x64/ |
| H A D | div-checks.clif | 6 ;; cases when `srem` is valid (specifically -INT_MIN % -1).
|
| /wasmtime-44.0.1/crates/cache/src/worker/ |
| H A D | tests.rs | 420 for (f, valid, ..) in &mod_locks { in test_on_update_cleanup_limits_trash_locks() 421 assert_eq!(f.exists(), *valid); in test_on_update_cleanup_limits_trash_locks()
|
| /wasmtime-44.0.1/tests/misc_testsuite/custom-page-sizes/ |
| H A D | custom-page-sizes.wast | 5 ;; Check all the valid custom page sizes.
|
| /wasmtime-44.0.1/examples/ |
| H A D | async.cc | 126 return _print_finished_future.valid() && in print_is_pending()
|
| /wasmtime-44.0.1/crates/wasi-http/wit/deps/ |
| H A D | http.wit | 305 /// `method.other` argument is not a syntactically valid method. 314 /// string given is not a syntactically valid path and query uri component. 323 /// string given is not a syntactically valid uri scheme. 334 /// not a syntactically valid URI authority. 524 /// given is not a valid http status code.
|
| /wasmtime-44.0.1/cranelift/codegen/src/opts/ |
| H A D | shifts.isle | 39 ;; `k` bits. A similar rule is valid for vectors but this `iconst` mask only 83 ;; try to `ireduce` a type to itself, which isn't a valid use of `ireduce`.
|
| /wasmtime-44.0.1/docs/ |
| H A D | contributing-conditional-compilation.md | 79 conditionally-omitted code. It is only required to be syntactically valid.
|
| H A D | contributing-architecture.md | 343 indeed a valid wasm trap. This should be true except for cases where the host 455 within, they're simply assumed to be valid for as long as the table is in use.
|
| /wasmtime-44.0.1/crates/wasi/src/p3/wit/deps/ |
| H A D | sockets.wit | 41 /// The operation is not valid in the socket's current state. 228 /// state and the only valid action left is to `drop` the socket. A single
|