Home
last modified time | relevance | path

Searched refs:comments (Results 1 – 20 of 20) sorted by relevance

/wasmtime-44.0.1/cranelift/src/
H A Drun.rs93 for (func, Details { comments, .. }) in test_file.functions { in run_file_contents()
94 for comment in comments { in run_file_contents()
H A Dinterpret.rs109 for comment in &details.comments { in run()
/wasmtime-44.0.1/cranelift/filetests/src/
H A Dsubtest.rs149 for comment in &context.details.comments { in build_filechecker()
161 .comments in check_precise_output()
H A Dtest_verifier.rs46 for comment in &context.details.comments { in run()
H A Dtest_domtree.rs49 for comment in &context.details.comments { in run()
H A Dtest_interpret.rs80 for comment in details.comments.iter() { in run_test()
H A Dtest_run.rs181 for comment in context.details.comments.iter() { in run_test()
/wasmtime-44.0.1/docs/
H A Dcontributing-development-process.md76 PR approvals may come with comments about additional minor changes that are
77 requested. Contributors and maintainers alike should address these comments, if
83 for them. If a PR hasn't been added, and it's approved with all comments
87 remaining comments.
H A Dcontributing-architecture.md6 to review the code itself and find the comments contained within.
381 up-to-date information. Additionally code comments throughout the codebase can
/wasmtime-44.0.1/cranelift/reader/src/
H A Dtestfile.rs40 pub comments: Vec<Comment<'a>>, field
H A Dparser.rs215 comments: Vec<Comment<'a>>, field
438 comments: Vec::new(), in new()
504 self.comments.extend( in claim_gathered_comments()
515 mem::replace(&mut self.comments, Vec::new()) in take_comments()
1197 debug_assert!(self.comments.is_empty()); in parse_function()
1242 comments: self.take_comments(), in parse_function()
3301 fn comments() { in comments() function
3302 let (func, Details { comments, .. }) = Parser::new( in comments()
3317 comments[0], in comments()
3327 assert_eq!(comments[3].text, "; Basic block"); in comments()
[all …]
/wasmtime-44.0.1/.github/workflows/
H A Dtriage.yml35 # Leave pre-determined comments on issues/PRs that are given a certain label.
H A Dmain.yml833 # See comments in the source for why we enable this during QEMU
/wasmtime-44.0.1/
H A DCODE_OF_CONDUCT.md22 * Trolling, insulting/derogatory comments, and personal or political attacks
31 Project maintainers have the right and responsibility to remove, edit, or reject comments, commits,…
/wasmtime-44.0.1/cranelift/filetests/
H A DREADME.md34 `test interpret` invokes the interpreter and checks if the conditions in the `; run` comments pass.…
/wasmtime-44.0.1/cranelift/docs/
H A Dtesting.md94 use filecheck will extract comments associated with each function (or its
/wasmtime-44.0.1/crates/c-api/
H A Ddoxygen.conf.in194 # style comments (thus requiring an explicit @brief command for a brief
204 # Javadoc-style will behave just like regular comments and it will not be
212 # set to NO, the Qt-style will behave just like regular Qt-style comments (thus
219 # multi-line C++ special comment block (i.e. a block of //! or /// comments) as
224 # Note that setting this tag to YES also means that rational rose comments are
333 # If the MARKDOWN_SUPPORT tag is enabled then doxygen pre-processes all comments
1058 # Fortran comments will always remain visible.
/wasmtime-44.0.1/supply-chain/
H A Dimports.lock2533 Additional review comments can be found at https://crrev.com/c/4723145/31
2648 Audit comments for 1.3.2 can be found at https://crrev.com/c/4723145.
3337 … ICU4X for character property lookup. The few (4) usages of unsafe have comments clarifying their …
3802 logically correct and justified in comments, and unsafe code is sound and
3803 justified in comments.
H A Daudits.toml3000 relevant assertions, although could use some comments and some slight
4535 notes = "I always really enjoy reading eliza's code, she left perfect comments at every use of unsa…
6586 notes = "Good safety comments."
6622 Lots of new comments around methods and refactorings for updates in zstd itself.
/wasmtime-44.0.1/cranelift/isle/docs/
H A Dlanguage-reference.md1447 Baseline: allow arbitrary whitespace, and wasm-style comments (`;` to
1448 newline, or nested block-comments with `(;` and `;)`).