/third_party/rust/crates/libloading/src/os/unix/ |
D | consts.rs | 88 compile_error!( 123 compile_error!( 168 compile_error!( 206 compile_error!(
|
/third_party/rust/crates/static-assertions-rs/src/ |
D | assert_cfg.rs | 43 compile_error!($msg); 47 compile_error!(concat!("Cfg does not pass: ", stringify!($($cfg)*)));
|
/third_party/rust/crates/syn/dev/ |
D | parse.rs | 7 let compile_error = syn::parse::<File>(input) localVariable 13 #compile_error
|
/third_party/rust/crates/cxx/src/ |
D | lib.rs | 426 compile_error! { 431 compile_error! { 436 compile_error! {
|
/third_party/rust/crates/memchr/src/ |
D | lib.rs | 169 compile_error!("memchr currently not supported on non-{16,32,64}");
|
/third_party/rust/crates/clap/src/ |
D | macros.rs | 159 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");
|
D | lib.rs | 98 compile_error!("`std` feature is currently required to build `clap`");
|
/third_party/mesa3d/src/gallium/drivers/freedreno/a2xx/ |
D | ir2_nir.c | 655 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()
|
D | ir2_private.h | 222 #define compile_error(ctx, args...) \ macro
|
/third_party/rust/crates/aho-corasick/src/ |
D | lib.rs | 187 compile_error!("`std` feature is currently required to build this crate");
|
/third_party/rust/crates/regex/src/ |
D | lib.rs | 616 compile_error!("`std` feature is currently required to build this crate");
|
/third_party/mesa3d/src/gallium/drivers/etnaviv/ |
D | etnaviv_compiler_nir.c | 385 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()
|
D | etnaviv_compiler_nir_emit.c | 133 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()
|
D | etnaviv_compiler_nir.h | 62 #define compile_error(ctx, args...) ({ \ macro
|
/third_party/rust/crates/nom/doc/archive/ |
D | FAQ.md | 6 [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/ |
D | lib.rs | 32 quote_spanned!(self.span=> compile_error!{#message}) in into_compile_error()
|
/third_party/rust/crates/proc-macro-error/ |
D | README.md | 13 `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/ |
D | span_of.rs | 27 compile_error! { $($inner)* }
|
/third_party/rust/crates/regex/bench/src/ |
D | bench.rs | 27 compile_error!(
|
/third_party/rust/crates/proc-macro-error/src/ |
D | diagnostic.rs | 258 quote_spanned!(span_range.first=> compile_error!#group) in to_tokens()
|
/third_party/rust/crates/libc/src/ |
D | macros.rs | 69 compile_error!("unions cannot derive extra traits, use s_no_extra_traits instead");
|
/third_party/rust/crates/rustix/src/backend/linux_raw/arch/inline/ |
D | aarch64.rs | 9 compile_error!("arm64-ilp32 is not supported yet");
|
D | x86_64.rs | 9 compile_error!("x32 is not yet supported");
|
/third_party/vk-gl-cts/external/openglcts/modules/gles31/ |
D | es31cTextureGatherTests.cpp | 129 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/ |
D | gl4cProgramInterfaceQueryTests.cpp | 2554 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()
|