Home
last modified time | relevance | path

Searched refs:emit_type (Results 1 – 25 of 123) sorted by relevance

12345

/dports/sysutils/vector/lucet-d4fc14a03bdb99ac83173d27fddf1aca48412a86/wasmtime/cranelift/codegen/meta/src/
H A Dgen_types.rs15 fn emit_type(ty: &cdsl_types::ValueType, fmt: &mut srcgen::Formatter) -> Result<(), error::Error> { in emit_type() function
39 emit_type(&cdsl_types::ValueType::from(vec), fmt)?; in emit_vectors()
49 emit_type(&spec, fmt)?; in emit_types()
54 emit_type(&ty, fmt)?; in emit_types()
59 emit_type(&ty, fmt)?; in emit_types()
/dports/www/geckodriver/mozilla-central-e9783a644016aa9b317887076618425586730d73/testing/geckodriver/cargo-crates/cranelift-codegen-meta-0.44.0/src/
H A Dgen_types.rs15 fn emit_type(ty: &cdsl_types::ValueType, fmt: &mut srcgen::Formatter) -> Result<(), error::Error> { in emit_type() function
39 emit_type(&cdsl_types::ValueType::from(vec), fmt)?; in emit_vectors()
49 emit_type(&spec, fmt)?; in emit_types()
54 emit_type(&ty, fmt)?; in emit_types()
59 emit_type(&ty, fmt)?; in emit_types()
/dports/www/firefox/firefox-99.0/third_party/rust/cranelift-codegen-meta/src/
H A Dgen_types.rs15 fn emit_type(ty: &cdsl_types::ValueType, fmt: &mut srcgen::Formatter) -> Result<(), error::Error> { in emit_type() function
39 emit_type(&cdsl_types::ValueType::from(vec), fmt)?; in emit_vectors()
49 emit_type(&spec, fmt)?; in emit_types()
54 emit_type(&ty, fmt)?; in emit_types()
59 emit_type(&ty, fmt)?; in emit_types()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/cranelift-codegen-meta/src/
H A Dgen_types.rs15 fn emit_type(ty: &cdsl_types::ValueType, fmt: &mut srcgen::Formatter) -> Result<(), error::Error> { in emit_type() function
39 emit_type(&cdsl_types::ValueType::from(vec), fmt)?; in emit_vectors()
49 emit_type(&spec, fmt)?; in emit_types()
54 emit_type(&ty, fmt)?; in emit_types()
59 emit_type(&ty, fmt)?; in emit_types()
/dports/lang/rust/rustc-1.58.1-src/vendor/cranelift-codegen-meta/src/
H A Dgen_types.rs15 fn emit_type(ty: &cdsl_types::ValueType, fmt: &mut srcgen::Formatter) -> Result<(), error::Error> { in emit_type() function
39 emit_type(&cdsl_types::ValueType::from(vec), fmt)?; in emit_vectors()
49 emit_type(&spec, fmt)?; in emit_types()
54 emit_type(&ty, fmt)?; in emit_types()
59 emit_type(&ty, fmt)?; in emit_types()
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/cranelift-codegen-meta/src/
H A Dgen_types.rs15 fn emit_type(ty: &cdsl_types::ValueType, fmt: &mut srcgen::Formatter) -> Result<(), error::Error> { in emit_type() function
39 emit_type(&cdsl_types::ValueType::from(vec), fmt)?; in emit_vectors()
49 emit_type(&spec, fmt)?; in emit_types()
54 emit_type(&ty, fmt)?; in emit_types()
59 emit_type(&ty, fmt)?; in emit_types()
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/cranelift-codegen-meta/src/
H A Dgen_types.rs15 fn emit_type(ty: &cdsl_types::ValueType, fmt: &mut srcgen::Formatter) -> Result<(), error::Error> { in emit_type() function
39 emit_type(&cdsl_types::ValueType::from(vec), fmt)?; in emit_vectors()
49 emit_type(&spec, fmt)?; in emit_types()
54 emit_type(&ty, fmt)?; in emit_types()
59 emit_type(&ty, fmt)?; in emit_types()
/dports/emulators/qemu42/qemu-4.2.1/dtc/
H A Dtreesource.c205 enum markertype emit_type = TYPE_NONE; in write_propval() local
235 if (emit_type != TYPE_NONE) in write_propval()
236 fprintf(f, "%s, ", delim_end[emit_type]); in write_propval()
237 emit_type = m->type; in write_propval()
245 fprintf(f, "%s", delim_start[emit_type]); in write_propval()
250 switch(emit_type) { in write_propval()
274 fprintf(f, "%s;\n", delim_end[emit_type] ? : ""); in write_propval()
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/dtc/
H A Dtreesource.c205 enum markertype emit_type = TYPE_NONE; in write_propval() local
235 if (emit_type != TYPE_NONE) in write_propval()
236 fprintf(f, "%s, ", delim_end[emit_type]); in write_propval()
237 emit_type = m->type; in write_propval()
245 fprintf(f, "%s", delim_start[emit_type]); in write_propval()
250 switch(emit_type) { in write_propval()
274 fprintf(f, "%s;\n", delim_end[emit_type] ? : ""); in write_propval()
/dports/emulators/qemu-utils/qemu-4.2.1/dtc/
H A Dtreesource.c205 enum markertype emit_type = TYPE_NONE; in write_propval() local
235 if (emit_type != TYPE_NONE) in write_propval()
236 fprintf(f, "%s, ", delim_end[emit_type]); in write_propval()
237 emit_type = m->type; in write_propval()
245 fprintf(f, "%s", delim_start[emit_type]); in write_propval()
250 switch(emit_type) { in write_propval()
274 fprintf(f, "%s;\n", delim_end[emit_type] ? : ""); in write_propval()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/dtc/
H A Dtreesource.c205 enum markertype emit_type = TYPE_NONE; in write_propval() local
235 if (emit_type != TYPE_NONE) in write_propval()
236 fprintf(f, "%s, ", delim_end[emit_type]); in write_propval()
237 emit_type = m->type; in write_propval()
245 fprintf(f, "%s", delim_start[emit_type]); in write_propval()
250 switch(emit_type) { in write_propval()
274 fprintf(f, "%s;\n", delim_end[emit_type] ? : ""); in write_propval()
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/dtc/
H A Dtreesource.c180 enum markertype emit_type = TYPE_NONE; in write_propval() local
213 emit_type = m->type; in write_propval()
214 fprintf(f, " %s", delim_start[emit_type]); in write_propval()
220 if (emit_type == TYPE_NONE) { in write_propval()
225 switch(emit_type) { in write_propval()
245 delim_end[emit_type] ? : ""); in write_propval()
246 emit_type = TYPE_NONE; in write_propval()
/dports/emulators/qemu/qemu-6.2.0/dtc/
H A Dtreesource.c201 enum markertype emit_type = TYPE_NONE; in write_propval() local
234 emit_type = m->type; in write_propval()
235 fprintf(f, " %s", delim_start[emit_type]); in write_propval()
241 if (emit_type == TYPE_NONE) { in write_propval()
246 switch(emit_type) { in write_propval()
266 delim_end[emit_type] ? : ""); in write_propval()
267 emit_type = TYPE_NONE; in write_propval()
/dports/multimedia/v4l_compat/linux-5.13-rc2/scripts/dtc/
H A Dtreesource.c201 enum markertype emit_type = TYPE_NONE; in write_propval() local
234 emit_type = m->type; in write_propval()
235 fprintf(f, " %s", delim_start[emit_type]); in write_propval()
241 if (emit_type == TYPE_NONE) { in write_propval()
246 switch(emit_type) { in write_propval()
266 delim_end[emit_type] ? : ""); in write_propval()
267 emit_type = TYPE_NONE; in write_propval()
/dports/emulators/qemu60/qemu-6.0.0/dtc/
H A Dtreesource.c201 enum markertype emit_type = TYPE_NONE; in write_propval() local
234 emit_type = m->type; in write_propval()
235 fprintf(f, " %s", delim_start[emit_type]); in write_propval()
241 if (emit_type == TYPE_NONE) { in write_propval()
246 switch(emit_type) { in write_propval()
266 delim_end[emit_type] ? : ""); in write_propval()
267 emit_type = TYPE_NONE; in write_propval()
/dports/emulators/qemu5/qemu-5.2.0/dtc/
H A Dtreesource.c201 enum markertype emit_type = TYPE_NONE; in write_propval() local
234 emit_type = m->type; in write_propval()
235 fprintf(f, " %s", delim_start[emit_type]); in write_propval()
241 if (emit_type == TYPE_NONE) { in write_propval()
246 switch(emit_type) { in write_propval()
266 delim_end[emit_type] ? : ""); in write_propval()
267 emit_type = TYPE_NONE; in write_propval()
/dports/multimedia/libv4l/linux-5.13-rc2/scripts/dtc/
H A Dtreesource.c201 enum markertype emit_type = TYPE_NONE; in write_propval() local
234 emit_type = m->type; in write_propval()
235 fprintf(f, " %s", delim_start[emit_type]); in write_propval()
241 if (emit_type == TYPE_NONE) { in write_propval()
246 switch(emit_type) { in write_propval()
266 delim_end[emit_type] ? : ""); in write_propval()
267 emit_type = TYPE_NONE; in write_propval()
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/dtc/
H A Dtreesource.c201 enum markertype emit_type = TYPE_NONE; in write_propval() local
234 emit_type = m->type; in write_propval()
235 fprintf(f, " %s", delim_start[emit_type]); in write_propval()
241 if (emit_type == TYPE_NONE) { in write_propval()
246 switch(emit_type) { in write_propval()
266 delim_end[emit_type] ? : ""); in write_propval()
267 emit_type = TYPE_NONE; in write_propval()
/dports/sysutils/dtc/dtc-1.6.0/
H A Dtreesource.c201 enum markertype emit_type = TYPE_NONE; in write_propval() local
234 emit_type = m->type; in write_propval()
235 fprintf(f, " %s", delim_start[emit_type]); in write_propval()
241 if (emit_type == TYPE_NONE) { in write_propval()
246 switch(emit_type) { in write_propval()
266 delim_end[emit_type] ? : ""); in write_propval()
267 emit_type = TYPE_NONE; in write_propval()
/dports/multimedia/v4l-utils/linux-5.13-rc2/scripts/dtc/
H A Dtreesource.c201 enum markertype emit_type = TYPE_NONE; in write_propval() local
234 emit_type = m->type; in write_propval()
235 fprintf(f, " %s", delim_start[emit_type]); in write_propval()
241 if (emit_type == TYPE_NONE) { in write_propval()
246 switch(emit_type) { in write_propval()
266 delim_end[emit_type] ? : ""); in write_propval()
267 emit_type = TYPE_NONE; in write_propval()
/dports/graphics/py-pyglet/pyglet-1.5.21/tools/wraptypes/
H A Dwrap.py126 self.emit_type(ctype)
132 def emit_type(self, t): member in CtypesWrapper
142 self.emit_type(s_ctype)
163 self.emit_type(typ)
189 self.emit_type(restype)
191 self.emit_type(a)
/dports/devel/libfirm/libfirm-1.21.0/ir/be/
H A Dbedwarf.c441 static void emit_type(ir_type *type);
492 emit_type(res); in be_dwarf_method_before()
496 emit_type(param_type); in be_dwarf_method_before()
607 emit_type(points_to); in emit_pointer_type()
637 emit_type(element_type); in emit_array_type()
706 emit_type(member_type); in emit_compound_type()
780 emit_type(param_type); in emit_subroutine_type()
784 emit_type(res_type); in emit_subroutine_type()
804 static void emit_type(ir_type *type) in emit_type() function
855 emit_type(type); in be_dwarf_variable()
/dports/mail/rspamd/rspamd-3.1/contrib/libucl/
H A Ducl_emitter.c629 ucl_object_emit (const ucl_object_t *obj, enum ucl_emitter emit_type) in ucl_object_emit() argument
631 return ucl_object_emit_len (obj, emit_type, NULL); in ucl_object_emit()
635 ucl_object_emit_len (const ucl_object_t *obj, enum ucl_emitter emit_type, in ucl_object_emit_len() argument
650 ucl_object_emit_full (obj, emit_type, func, NULL); in ucl_object_emit_len()
663 ucl_object_emit_full (const ucl_object_t *obj, enum ucl_emitter emit_type, in ucl_object_emit_full() argument
671 ctx = ucl_emit_get_standard_context (emit_type); in ucl_object_emit_full()
725 ucl_emit_get_standard_context (enum ucl_emitter emit_type) in ucl_emit_get_standard_context() argument
727 if (emit_type >= UCL_EMIT_JSON && emit_type < UCL_EMIT_MAX) { in ucl_emit_get_standard_context()
728 return &ucl_standard_emitters[emit_type]; in ucl_emit_get_standard_context()
/dports/mail/rspamd-devel/rspamd-93430bb/contrib/libucl/
H A Ducl_emitter.c629 ucl_object_emit (const ucl_object_t *obj, enum ucl_emitter emit_type) in ucl_object_emit() argument
631 return ucl_object_emit_len (obj, emit_type, NULL); in ucl_object_emit()
635 ucl_object_emit_len (const ucl_object_t *obj, enum ucl_emitter emit_type, in ucl_object_emit_len() argument
650 ucl_object_emit_full (obj, emit_type, func, NULL); in ucl_object_emit_len()
663 ucl_object_emit_full (const ucl_object_t *obj, enum ucl_emitter emit_type, in ucl_object_emit_full() argument
671 ctx = ucl_emit_get_standard_context (emit_type); in ucl_object_emit_full()
725 ucl_emit_get_standard_context (enum ucl_emitter emit_type) in ucl_emit_get_standard_context() argument
727 if (emit_type >= UCL_EMIT_JSON && emit_type < UCL_EMIT_MAX) { in ucl_emit_get_standard_context()
728 return &ucl_standard_emitters[emit_type]; in ucl_emit_get_standard_context()
/dports/mail/rmilter/rmilter-1.10.0/contrib/libucl/
H A Ducl_emitter_utils.c80 ucl_emit_get_standard_context (enum ucl_emitter emit_type) in ucl_emit_get_standard_context() argument
82 if (emit_type >= UCL_EMIT_JSON && emit_type < UCL_EMIT_MAX) { in ucl_emit_get_standard_context()
83 return &ucl_standard_emitters[emit_type]; in ucl_emit_get_standard_context()

12345