Home
last modified time | relevance | path

Searched refs:valid (Results 1 – 25 of 45) sorted by relevance

12

/wasmtime-44.0.1/crates/c-api/include/wasmtime/
H A Dfunc.hh54 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 Dlinker.hh147 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 DCargo.toml23 name = "fact-valid-module"
24 path = "fuzz_targets/fact-valid-module.rs"
/wasmtime-44.0.1/cranelift/codegen/src/
H A Dflowgraph.rs75 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 Dloop_analysis.rs27 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 Ddominator_tree.rs158 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 Dserialize.rs204 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 Dsimple.rs45 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 Drecursion_cycle.isle3 ; the cycle must be marked `rec` to be valid.
/wasmtime-44.0.1/tests/misc_testsuite/component-model/
H A Denum_discriminant.wast5 ;; Returns invalid discriminant 3 (valid range: 0-2)
H A Dadapter.wast89 ;; valid, but odd
H A Dresources.wast270 ;; 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 Dhttp.wit196 /// 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 Dcvt-from-uint.wast4 ;; which found issue in lowering Opcode::FcvtFromUint where valid instruction
/wasmtime-44.0.1/cranelift/filetests/filetests/inline/
H A Dunreachable-block.clif14 ;; required for correctness, while producing valid CLIF that does not have empty
/wasmtime-44.0.1/tests/misc_testsuite/threads/
H A Datomics_wait_address.wast78 ;; not valid values for memory.atomic.wait
/wasmtime-44.0.1/cranelift/filetests/filetests/isa/x64/
H A Ddiv-checks.clif6 ;; cases when `srem` is valid (specifically -INT_MIN % -1).
/wasmtime-44.0.1/crates/cache/src/worker/
H A Dtests.rs420 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 Dcustom-page-sizes.wast5 ;; Check all the valid custom page sizes.
/wasmtime-44.0.1/examples/
H A Dasync.cc126 return _print_finished_future.valid() && in print_is_pending()
/wasmtime-44.0.1/crates/wasi-http/wit/deps/
H A Dhttp.wit305 /// `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 Dshifts.isle39 ;; `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 Dcontributing-conditional-compilation.md79 conditionally-omitted code. It is only required to be syntactically valid.
H A Dcontributing-architecture.md343 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 Dsockets.wit41 /// 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

12