Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/frontends/nine/
Dnine_debug.h92 #define user_error(x) \ macro
96 #define user_error(x) (!(x) ? TRUE : FALSE) macro
/third_party/rust/rust/src/tools/rust-analyzer/crates/hir-ty/src/
Dlayout.rs26 macro_rules! user_error { macro