Home
last modified time | relevance | path

Searched refs:struct_type (Results 1 – 25 of 1869) sorted by path

12345678910>>...75

/dports/astro/gpsbabel14/gpsbabel-1.4.4/
H A Ddefs.h156 #define BASE_STRUCT(memberp, struct_type, member_name) \ argument
157 ((struct_type *)((char *)(memberp) - offsetof(struct_type, member_name)))
/dports/audio/faust/faust-2.37.3/compiler/generator/c/
H A Dc_instructions.hh505 DeclareStructTypeInst* struct_type = isStructType(indexed->getName()); in visit() local
506 if (struct_type) { in visit()
508 *fOut << "->" << struct_type->fType->getName(field_index->fNum); in visit()
/dports/audio/faust/faust-2.37.3/compiler/generator/cpp/
H A Dcpp_instructions.hh529 DeclareStructTypeInst* struct_type = isStructType(indexed->getName()); in visit() local
530 if (struct_type) { in visit()
532 *fOut << "->" << struct_type->fType->getName(field_index->fNum); in visit()
/dports/audio/faust/faust-2.37.3/compiler/generator/dlang/
H A Ddlang_instructions.hh354 DeclareStructTypeInst* struct_type = isStructType(indexed->getName()); in visit() local
355 if (struct_type) { in visit()
357 *fOut << "." << struct_type->fType->getName(field_index->fNum); in visit()
/dports/audio/faust/faust-2.37.3/compiler/generator/fir/
H A Dfir_instructions.hh363 DeclareStructTypeInst* struct_type = isStructType(indexed->getName()); in visit() local
364 if (struct_type) { in visit()
366 *fOut << "->" << struct_type->fType->getName(field_index->fNum); in visit()
/dports/audio/faust/faust-2.37.3/compiler/generator/interpreter/
H A Dinterpreter_instructions.hh340 DeclareStructTypeInst* struct_type = isStructType(indexed->getName()); in visit() local
341 if (struct_type) { in visit()
/dports/audio/faust/faust-2.37.3/compiler/generator/julia/
H A Djulia_instructions.hh560 DeclareStructTypeInst* struct_type = isStructType(indexed->getName()); in visit() local
561 if (struct_type) { in visit()
563 *fOut << "." << struct_type->fType->getName(field_index->fNum); in visit()
/dports/audio/faust/faust-2.37.3/compiler/generator/llvm/
H A Dllvm_instructions.hh180 StructType* struct_type = StructType::getTypeByName(fModule->getContext(), name); in getStructType() local
182 StructType* struct_type = fModule->getTypeByName(name); in getStructType()
184 if (!struct_type) { in getStructType()
185 struct_type = StructType::create(fModule->getContext(), name); in getStructType()
187 struct_type->setBody(makeArrayRef(types), true); in getStructType()
189 return struct_type; in getStructType()
/dports/audio/faust/faust-2.37.3/compiler/generator/soul/
H A Dsoul_instructions.hh454 DeclareStructTypeInst* struct_type = isStructType(indexed->getName()); in visit() local
455 if (struct_type) { in visit()
457 *fOut << "." << struct_type->fType->getName(field_index->fNum); in visit()
/dports/audio/faust/faust-2.37.3/compiler/generator/
H A Dtext_instructions.hh123 DeclareStructTypeInst* struct_type = isStructType(indexed->getName()); in visit() local
124 if (struct_type) { in visit()
126 *fOut << "->" << struct_type->fType->getName(field_index->fNum); in visit()
H A Dtyping_instructions.hh48 DeclareStructTypeInst* struct_type = isStructType(indexed->getName()); in visit() local
49 if (struct_type) { in visit()
51 fCurType = struct_type->fType->getType(field_index->fNum); in visit()
/dports/audio/faust/faust-2.37.3/compiler/generator/wasm/
H A Dwasm_instructions.hh1088 DeclareStructTypeInst* struct_type = isStructType(indexed->getName()); in visit() local
1090 if (struct_type) { in visit()
1091 … *fOut << int8_t(BinaryConsts::I32Const) << S32LEB(struct_type->fType->getOffset(num->fNum)); in visit()
H A Dwast_instructions.hh415 DeclareStructTypeInst* struct_type = isStructType(indexed->getName()); in visit() local
417 if (struct_type) { in visit()
418 *fOut << ") (i32.const " << struct_type->fType->getOffset(num->fNum); in visit()
/dports/audio/gstreamer1-plugins-flac/gst-plugins-good-1.16.2/gst/isomp4/
H A Datoms.h55 #define ATOM_ARRAY(struct_type) \ argument
59 struct_type *data; \
/dports/audio/gstreamer1-plugins-jack/gst-plugins-good-1.16.2/gst/isomp4/
H A Datoms.h55 #define ATOM_ARRAY(struct_type) \ argument
59 struct_type *data; \
/dports/audio/gstreamer1-plugins-lame/gst-plugins-good-1.16.2/gst/isomp4/
H A Datoms.h55 #define ATOM_ARRAY(struct_type) \ argument
59 struct_type *data; \
/dports/audio/gstreamer1-plugins-mpg123/gst-plugins-good-1.16.2/gst/isomp4/
H A Datoms.h55 #define ATOM_ARRAY(struct_type) \ argument
59 struct_type *data; \
/dports/audio/gstreamer1-plugins-shout2/gst-plugins-good-1.16.2/gst/isomp4/
H A Datoms.h55 #define ATOM_ARRAY(struct_type) \ argument
59 struct_type *data; \
/dports/audio/gstreamer1-plugins-speex/gst-plugins-good-1.16.2/gst/isomp4/
H A Datoms.h55 #define ATOM_ARRAY(struct_type) \ argument
59 struct_type *data; \
/dports/audio/gstreamer1-plugins-taglib/gst-plugins-good-1.16.2/gst/isomp4/
H A Datoms.h55 #define ATOM_ARRAY(struct_type) \ argument
59 struct_type *data; \
/dports/audio/gstreamer1-plugins-twolame/gst-plugins-good-1.16.2/gst/isomp4/
H A Datoms.h55 #define ATOM_ARRAY(struct_type) \ argument
59 struct_type *data; \
/dports/audio/gstreamer1-plugins-wavpack/gst-plugins-good-1.16.2/gst/isomp4/
H A Datoms.h55 #define ATOM_ARRAY(struct_type) \ argument
59 struct_type *data; \
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/gimli-0.26.1/src/
H A Dconstants.rs59 …($(#[$meta:meta])* $struct_name:ident($struct_type:ty) { $($name:ident = $val:expr),+ $(,)? }) => {
62 pub struct $struct_name(pub $struct_type);
/dports/audio/spotify-tui/spotify-tui-0.25.0/cargo-crates/gimli-0.23.0/src/
H A Dconstants.rs59 …($(#[$meta:meta])* $struct_name:ident($struct_type:ty) { $($name:ident = $val:expr),+ $(,)? }) => {
62 pub struct $struct_name(pub $struct_type);
/dports/cad/iverilog/verilog-11.0/
H A Delab_expr.cc1849 const netstruct_t*type = net->struct_type(); in get_struct_member()
1939 const netstruct_t*struct_type = net->struct_type(); in check_for_struct_members() local
1940 ivl_assert(*li, struct_type); in check_for_struct_members()
1942 if (! struct_type->packed()) { in check_for_struct_members()
2007 struct_type = tmp_struct; in check_for_struct_members()
2018 struct_type = 0; in check_for_struct_members()
2105 struct_type = 0; in check_for_struct_members()
2184 struct_type = 0; in check_for_struct_members()
3665 if (net->struct_type() != 0) { in test_width()
3750 } else if (net->struct_type() != 0) { in elaborate_expr()
[all …]

12345678910>>...75