Home
last modified time | relevance | path

Searched defs:check_code (Results 1 – 2 of 2) sorted by relevance

/third_party/mindspore/mindspore-src/source/mindspore/core/utils/
Dms_utils.h138 uint32_t check_code = 0x12345678; in IsLittleByteOrder() local
/third_party/rust/rust/src/tools/clippy/clippy_lints/src/
Ddoc.rs705 fn check_code(cx: &LateContext<'_>, text: &str, edition: Edition, span: Span) { in check_code() function