Home
last modified time | relevance | path

Searched refs:compile_error (Results 1 – 25 of 36) sorted by relevance

12

/third_party/rust/crates/libloading/src/os/unix/
Dconsts.rs88 compile_error!(
123 compile_error!(
168 compile_error!(
206 compile_error!(
/third_party/rust/crates/static-assertions-rs/src/
Dassert_cfg.rs43 compile_error!($msg);
47 compile_error!(concat!("Cfg does not pass: ", stringify!($($cfg)*)));
/third_party/rust/crates/syn/dev/
Dparse.rs7 let compile_error = syn::parse::<File>(input) localVariable
13 #compile_error
/third_party/rust/crates/cxx/src/
Dlib.rs426 compile_error! {
431 compile_error! {
436 compile_error! {
/third_party/rust/crates/memchr/src/
Dlib.rs169 compile_error!("memchr currently not supported on non-{16,32,64}");
/third_party/rust/crates/clap/src/
Dmacros.rs159 compile_error!("`cargo` feature flag is required");
162 compile_error!("`cargo` feature flag is required");
177 ::std::compile_error!("Only identifiers or string literals supported");
Dlib.rs98 compile_error!("`std` feature is currently required to build `clap`");
/third_party/mesa3d/src/gallium/drivers/freedreno/a2xx/
Dir2_nir.c655 compile_error(ctx, "unimplemented intr %d\n", intr->intrinsic); in emit_intrinsic()
680 compile_error(ctx, "Unhandled NIR tex src type: %d\n", in emit_tex()
692 compile_error(ctx, "unimplemented texop %d\n", tex->op); in emit_tex()
707 compile_error(ctx, "unimplemented sampler %d\n", tex->sampler_dim); in emit_tex()
774 compile_error(ctx, "unknown shader type: %d\n", ctx->so->type); in setup_input()
1014 compile_error(ctx, "Not supported\n"); in loop_last_block()
1044 compile_error(ctx, "Not supported\n"); in emit_cf_list()
Dir2_private.h222 #define compile_error(ctx, args...) \ macro
/third_party/rust/crates/aho-corasick/src/
Dlib.rs187 compile_error!("`std` feature is currently required to build this crate");
/third_party/rust/crates/regex/src/
Dlib.rs616 compile_error!("`std` feature is currently required to build this crate");
/third_party/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_compiler_nir.c385 compile_error(c, "Unhandled NIR intrinsic type: %s\n", in get_src()
399 compile_error(c, "Unhandled NIR instruction type: %d\n", instr->type); in get_src()
534 compile_error(c, "Unhandled NIR tex src type: %d\n", in emit_tex()
601 compile_error(c, "Unhandled NIR intrinsic type: %s\n", in emit_intrinsic()
627 compile_error(c, "Unhandled NIR instruction type: %d\n", instr->type); in emit_instr()
680 compile_error(c, "Unknown NIR node type\n"); in emit_cf_list()
Detnaviv_compiler_nir_emit.c133 compile_error(c, "Unhandled ALU op: %s\n", nir_op_infos[op].name); in etna_emit_alu()
218 compile_error(c, "Unhandled NIR tex type: %d\n", op); in etna_emit_tex()
Detnaviv_compiler_nir.h62 #define compile_error(ctx, args...) ({ \ macro
/third_party/rust/crates/nom/doc/archive/
DFAQ.md6 [compile_error](https://doc.rust-lang.org/std/macro.compile_error.html) macro
/third_party/rust/crates/proc-macro-error/proc-macro-error-attr/src/
Dlib.rs32 quote_spanned!(self.span=> compile_error!{#message}) in into_compile_error()
/third_party/rust/crates/proc-macro-error/
DREADME.md13 `compile_error!`. It detects the most preferable way to emit errors based on compiler's version.
189 a [`compile_error!`][compl_err] invocation or just use a good old panic. Both these ways suck:
250 [compl_err]: https://doc.rust-lang.org/std/macro.compile_error.html
/third_party/rust/crates/memoffset/src/
Dspan_of.rs27 compile_error! { $($inner)* }
/third_party/rust/crates/regex/bench/src/
Dbench.rs27 compile_error!(
/third_party/rust/crates/proc-macro-error/src/
Ddiagnostic.rs258 quote_spanned!(span_range.first=> compile_error!#group) in to_tokens()
/third_party/rust/crates/libc/src/
Dmacros.rs69 compile_error!("unions cannot derive extra traits, use s_no_extra_traits instead");
/third_party/rust/crates/rustix/src/backend/linux_raw/arch/inline/
Daarch64.rs9 compile_error!("arm64-ilp32 is not supported yet");
Dx86_64.rs9 compile_error!("x32 is not yet supported");
/third_party/vk-gl-cts/external/openglcts/modules/gles31/
Des31cTextureGatherTests.cpp129 bool CheckProgram(GLuint program, bool* compile_error = NULL) in CheckProgram() argument
204 if (compile_error) in CheckProgram()
205 *compile_error = (compile_status == GL_TRUE ? false : true); in CheckProgram()
/third_party/vk-gl-cts/external/openglcts/modules/gl/
Dgl4cProgramInterfaceQueryTests.cpp2554 bool CheckProgram(GLuint program, bool* compile_error = NULL) in CheckProgram() argument
2646 if (compile_error) in CheckProgram()
2647 *compile_error = (compile_status == GL_TRUE ? false : true); in CheckProgram()
4597 bool CheckProgram(GLuint program, bool* compile_error = NULL) in CheckProgram() argument
4689 if (compile_error) in CheckProgram()
4690 *compile_error = (compile_status == GL_TRUE ? false : true); in CheckProgram()

12