Enumsยง
- Access
Kind - Indicates which kind of access is being performed.
Traitsยง
- Eval
Context Ext - ToHost
- Convert a softfloat type to its corresponding hostfloat type.
- ToSoft
- Convert a hostfloat type to its corresponding softfloat type.
Functionsยง
- bool_
to_ ๐simd_ element - check_
arg_ count - Check that the number of args is what we expect.
- check_
min_ vararg_ count - Check that the number of varargs is at least the minimum what we expect.
Fixed args should not be included.
Use
check_vararg_fixed_arg_count
to extract the varargs slice from full function arguments. - check_
vargarg_ ๐fixed_ arg_ count - Check the number of fixed args of a vararg function. Returns a tuple that consisting of an array of fixed args, and a slice of varargs.
- get_
local_ crates - Retrieve the list of local crates that should have been passed by cargo-miri in
MIRI_LOCAL_CRATES and turn them into
CrateNum
s. - isolation_
abort_ error - iter_
exported_ symbols - Call
f
for each exported symbol. - path_
ty_ layout - Gets the layout of a type at a path.
- resolve_
path - Gets an instance for a path.
- simd_
element_ ๐to_ bool - try_
resolve_ ๐did - Gets an instance for a path.
- try_
resolve_ path - Gets an instance for a path; fails gracefully if the path does not exist.
- windows_
check_ ๐buffer_ size - Check whether an operation that writes to a target buffer was successful. Accordingly select return value. Local helper function to be used in Windows shims.