Home
last modified time | relevance | path

Searched refs:is_struct (Results 1 – 25 of 1368) sorted by relevance

12345678910>>...55

/dports/lang/smalltalk/smalltalk-3.2.5/packages/gtk/
H A Dstructs.awk62 is_struct = $(1+is_typedef) == "struct"
65 src = $(1+is_typedef+is_struct)
66 dest = $(3+is_struct)
74 else if (is_struct)
78 is_typedef && is_struct && is_g_name && (src == dest || "_" src == dest) {
92 is_struct && (name in classNames) {
H A Dmk_sizeof.awk54 is_struct = $(1+is_typedef) == "struct" && (is_typedef || NF == 2 || $3 == "{")
55 if (is_struct)
65 is_typedef && is_struct && is_g_name && !is_vtable_decl && !is_pointer {
69 !is_typedef && is_struct && !is_pointer && dest !~ /^[a-z_]/ {
/dports/www/firefox-esr/firefox-91.8.0/gfx/wr/peek-poke/peek-poke-derive/src/
H A Dlib.rs44 fn is_struct(s: &Structure) -> bool { in is_struct() function
63 let body = if is_struct(s) { in derive_max_size()
82 assert!(!is_struct(s)); in derive_peek_from_for_enum()
139 assert!(is_struct(&s)); in derive_peek_from_for_struct()
169 let is_struct = is_struct(&s); in derive_poke_into() localVariable
176 let init = if !is_struct { in derive_poke_into()
216 let peek_from_fn = if is_struct(&s) { in peek_poke_derive()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/wr/peek-poke/peek-poke-derive/src/
H A Dlib.rs44 fn is_struct(s: &Structure) -> bool { in is_struct() function
66 let body = if is_struct(s) { in derive_max_size()
85 assert!(!is_struct(s)); in derive_peek_from_for_enum()
142 assert!(is_struct(&s)); in derive_peek_from_for_struct()
172 let is_struct = is_struct(&s); in derive_poke_into() localVariable
179 let init = if !is_struct { in derive_poke_into()
219 let peek_from_fn = if is_struct(&s) { in peek_poke_derive()
/dports/www/firefox/firefox-99.0/gfx/wr/peek-poke/peek-poke-derive/src/
H A Dlib.rs44 fn is_struct(s: &Structure) -> bool { in is_struct() function
63 let body = if is_struct(s) { in derive_max_size()
82 assert!(!is_struct(s)); in derive_peek_from_for_enum()
139 assert!(is_struct(&s)); in derive_peek_from_for_struct()
169 let is_struct = is_struct(&s); in derive_poke_into() localVariable
176 let init = if !is_struct { in derive_poke_into()
216 let peek_from_fn = if is_struct(&s) { in peek_poke_derive()
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/peek-poke-derive/src/
H A Dlib.rs44 fn is_struct(s: &Structure) -> bool { in is_struct() function
66 let body = if is_struct(s) { in derive_max_size()
85 assert!(!is_struct(s)); in derive_peek_from_for_enum()
142 assert!(is_struct(&s)); in derive_peek_from_for_struct()
172 let is_struct = is_struct(&s); in derive_poke_into() localVariable
179 let init = if !is_struct { in derive_poke_into()
219 let peek_from_fn = if is_struct(&s) { in peek_poke_derive()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/wr/peek-poke/peek-poke-derive/src/
H A Dlib.rs44 fn is_struct(s: &Structure) -> bool { in is_struct() function
63 let body = if is_struct(s) { in derive_max_size()
82 assert!(!is_struct(s)); in derive_peek_from_for_enum()
139 assert!(is_struct(&s)); in derive_peek_from_for_struct()
169 let is_struct = is_struct(&s); in derive_poke_into() localVariable
176 let init = if !is_struct { in derive_poke_into()
216 let peek_from_fn = if is_struct(&s) { in peek_poke_derive()
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/crates/parser/src/grammar/items/
H A Dadt.rs18 fn struct_or_union(p: &mut Parser, m: Marker, is_struct: bool) { in struct_or_union()
36 T![;] if is_struct => { in struct_or_union()
41 T!['('] if is_struct => { in struct_or_union()
48 _ => p.error(if is_struct { "expected `;`, `{`, or `(`" } else { "expected `{`" }), in struct_or_union()
50 m.complete(p, if is_struct { STRUCT } else { UNION }); in struct_or_union()
/dports/lang/rust/rustc-1.58.1-src/src/tools/rust-analyzer/crates/parser/src/grammar/items/
H A Dadt.rs18 fn struct_or_union(p: &mut Parser, m: Marker, is_struct: bool) { in struct_or_union()
36 T![;] if is_struct => { in struct_or_union()
41 T!['('] if is_struct => { in struct_or_union()
48 _ => p.error(if is_struct { "expected `;`, `{`, or `(`" } else { "expected `{`" }), in struct_or_union()
50 m.complete(p, if is_struct { STRUCT } else { UNION }); in struct_or_union()
/dports/textproc/pear-XML_Wddx/XML_Wddx-1.0.2/XML/
H A DWddx.php140 $is_struct = (array_keys($value) !== range(0,sizeof($value)-1));
142 … $ret .= $is_struct ? "<struct>\n" : sprintf("<array length='%d'>",count($value)). "\n";
146 $ret .= $is_struct ? sprintf("<var name='%s'>",$k) : '';
151 $ret .= $is_struct ? "</var>\n" : "\n";
155 $ret .= $is_struct ? '</struct>' : '</array>';
/dports/lang/elixir-devel/elixir-1.13.1/lib/elixir/test/elixir/fixtures/dialyzer/
H A Dis_struct.ex3 is_struct(%Macro.Env{}, Macro.Env)
7 is_struct(arg, Macro.Env)
/dports/lang/elixir/elixir-1.12.3/lib/elixir/test/elixir/fixtures/dialyzer/
H A Dis_struct.ex3 is_struct(%Macro.Env{}, Macro.Env)
7 is_struct(arg, Macro.Env)
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/SPIRV-Tools/src/source/opt/
H A Ddesc_sroa.cpp210 const bool is_struct = pointee_type_inst->opcode() == SpvOpTypeStruct; in GetReplacementVariable() local
211 assert((is_array || is_struct) && in GetReplacementVariable()
229 if (is_struct) { in GetReplacementVariable()
260 const bool is_struct = pointee_type_inst->opcode() == SpvOpTypeStruct; in CreateReplacementVariable() local
261 assert((is_array || is_struct) && in CreateReplacementVariable()
295 if (is_struct) { in CreateReplacementVariable()
316 if (is_struct) { in CreateReplacementVariable()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Ddesc_sroa.cpp210 const bool is_struct = pointee_type_inst->opcode() == SpvOpTypeStruct; in GetReplacementVariable() local
211 assert((is_array || is_struct) && in GetReplacementVariable()
229 if (is_struct) { in GetReplacementVariable()
260 const bool is_struct = pointee_type_inst->opcode() == SpvOpTypeStruct; in CreateReplacementVariable() local
261 assert((is_array || is_struct) && in CreateReplacementVariable()
295 if (is_struct) { in CreateReplacementVariable()
316 if (is_struct) { in CreateReplacementVariable()
/dports/deskutils/treesheets/treesheets-1.0.2/lobster/src/
H A Ddisasm.cpp58 int is_struct = 0; in DisAsmIns() local
139 #define LVAL(N, V) case IL_VAR_##N: is_struct = V; goto var; in DisAsmIns()
143 is_struct = 1; in DisAsmIns()
147 if (is_struct) ss << ' ' << *ip++; in DisAsmIns()
/dports/devel/flatbuffers/flatbuffers-2.0.0/src/
H A Dreflection.cpp88 if (objectdef.is_struct()) { in GetAnyValueS()
251 if (subobjectdef && subobjectdef->is_struct()) continue; in ResizeTable()
272 if (elemobjectdef && elemobjectdef->is_struct()) break; in ResizeTable()
398 if (!subobjectdef.is_struct()) { in CopyTable()
433 if (!elemobjectdef->is_struct()) { in CopyTable()
446 if (elemobjectdef && elemobjectdef->is_struct()) in CopyTable()
472 if (subobjectdef.is_struct()) { in CopyTable()
492 if (objectdef.is_struct()) { in CopyTable()
536 if (elem_obj->is_struct()) { in VerifyUnion()
589 if (obj->is_struct()) { in VerifyVector()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/flatbuffers/src/src/
H A Dreflection.cpp82 if (objectdef.is_struct()) { in GetAnyValueS()
242 if (subobjectdef && subobjectdef->is_struct()) continue; in ResizeTable()
263 if (elemobjectdef && elemobjectdef->is_struct()) break; in ResizeTable()
391 if (!subobjectdef.is_struct()) { in CopyTable()
425 if (!elemobjectdef->is_struct()) { in CopyTable()
438 if (elemobjectdef && elemobjectdef->is_struct()) in CopyTable()
464 if (subobjectdef.is_struct()) { in CopyTable()
484 if (objectdef.is_struct()) { in CopyTable()
528 if (elem_obj->is_struct()) { in VerifyUnion()
581 if (obj->is_struct()) { in VerifyVector()
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/google/flatbuffers/src/
H A Dreflection.cpp88 if (objectdef.is_struct()) { in GetAnyValueS()
251 if (subobjectdef && subobjectdef->is_struct()) continue; in ResizeTable()
272 if (elemobjectdef && elemobjectdef->is_struct()) break; in ResizeTable()
398 if (!subobjectdef.is_struct()) { in CopyTable()
433 if (!elemobjectdef->is_struct()) { in CopyTable()
446 if (elemobjectdef && elemobjectdef->is_struct()) in CopyTable()
472 if (subobjectdef.is_struct()) { in CopyTable()
492 if (objectdef.is_struct()) { in CopyTable()
536 if (elem_obj->is_struct()) { in VerifyUnion()
589 if (obj->is_struct()) { in VerifyVector()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/flatbuffers/src/src/
H A Dreflection.cpp88 if (objectdef.is_struct()) { in GetAnyValueS()
251 if (subobjectdef && subobjectdef->is_struct()) continue; in ResizeTable()
272 if (elemobjectdef && elemobjectdef->is_struct()) break; in ResizeTable()
400 if (!subobjectdef.is_struct()) { in CopyTable()
434 if (!elemobjectdef->is_struct()) { in CopyTable()
447 if (elemobjectdef && elemobjectdef->is_struct()) in CopyTable()
473 if (subobjectdef.is_struct()) { in CopyTable()
493 if (objectdef.is_struct()) { in CopyTable()
537 if (elem_obj->is_struct()) { in VerifyUnion()
590 if (obj->is_struct()) { in VerifyVector()
[all …]
/dports/lang/clover/mesa-21.3.6/src/compiler/
H A Dglsl_types.cpp1176 if (this->is_struct()) { in compare_no_precision()
1177 if (!b->is_struct()) in compare_no_precision()
1720 if (t->is_struct()) { in struct_location_offset()
1726 if (wa->is_struct()) { in struct_location_offset()
1976 if (this->is_struct()) { in std140_base_alignment()
2199 if (this->is_struct()) in get_explicit_std140_type()
2301 if (this->is_struct()) { in std430_base_alignment()
2557 if (this->is_struct()) in get_explicit_std430_type()
2652 if (this->is_struct()) { in get_explicit_type_for_size_align()
3207 else if (this->is_struct()) { in cl_alignment()
[all …]
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/compiler/
H A Dglsl_types.cpp1176 if (this->is_struct()) { in compare_no_precision()
1177 if (!b->is_struct()) in compare_no_precision()
1720 if (t->is_struct()) { in struct_location_offset()
1726 if (wa->is_struct()) { in struct_location_offset()
1976 if (this->is_struct()) { in std140_base_alignment()
2199 if (this->is_struct()) in get_explicit_std140_type()
2301 if (this->is_struct()) { in std430_base_alignment()
2557 if (this->is_struct()) in get_explicit_std430_type()
2652 if (this->is_struct()) { in get_explicit_type_for_size_align()
3207 else if (this->is_struct()) { in cl_alignment()
[all …]
/dports/graphics/mesa-libs/mesa-21.3.6/src/compiler/
H A Dglsl_types.cpp1176 if (this->is_struct()) { in compare_no_precision()
1177 if (!b->is_struct()) in compare_no_precision()
1720 if (t->is_struct()) { in struct_location_offset()
1726 if (wa->is_struct()) { in struct_location_offset()
1976 if (this->is_struct()) { in std140_base_alignment()
2199 if (this->is_struct()) in get_explicit_std140_type()
2301 if (this->is_struct()) { in std430_base_alignment()
2557 if (this->is_struct()) in get_explicit_std430_type()
2652 if (this->is_struct()) { in get_explicit_type_for_size_align()
3207 else if (this->is_struct()) { in cl_alignment()
[all …]
/dports/graphics/mesa-gallium-va/mesa-21.3.6/src/compiler/
H A Dglsl_types.cpp1176 if (this->is_struct()) { in compare_no_precision()
1177 if (!b->is_struct()) in compare_no_precision()
1720 if (t->is_struct()) { in struct_location_offset()
1726 if (wa->is_struct()) { in struct_location_offset()
1976 if (this->is_struct()) { in std140_base_alignment()
2199 if (this->is_struct()) in get_explicit_std140_type()
2301 if (this->is_struct()) { in std430_base_alignment()
2557 if (this->is_struct()) in get_explicit_std430_type()
2652 if (this->is_struct()) { in get_explicit_type_for_size_align()
3207 else if (this->is_struct()) { in cl_alignment()
[all …]
/dports/graphics/mesa-dri-gallium/mesa-21.3.6/src/compiler/
H A Dglsl_types.cpp1176 if (this->is_struct()) { in compare_no_precision()
1177 if (!b->is_struct()) in compare_no_precision()
1720 if (t->is_struct()) { in struct_location_offset()
1726 if (wa->is_struct()) { in struct_location_offset()
1976 if (this->is_struct()) { in std140_base_alignment()
2199 if (this->is_struct()) in get_explicit_std140_type()
2301 if (this->is_struct()) { in std430_base_alignment()
2557 if (this->is_struct()) in get_explicit_std430_type()
2652 if (this->is_struct()) { in get_explicit_type_for_size_align()
3207 else if (this->is_struct()) { in cl_alignment()
[all …]
/dports/graphics/mesa-gallium-vdpau/mesa-21.3.6/src/compiler/
H A Dglsl_types.cpp1176 if (this->is_struct()) { in compare_no_precision()
1177 if (!b->is_struct()) in compare_no_precision()
1720 if (t->is_struct()) { in struct_location_offset()
1726 if (wa->is_struct()) { in struct_location_offset()
1976 if (this->is_struct()) { in std140_base_alignment()
2199 if (this->is_struct()) in get_explicit_std140_type()
2301 if (this->is_struct()) { in std430_base_alignment()
2557 if (this->is_struct()) in get_explicit_std430_type()
2652 if (this->is_struct()) { in get_explicit_type_for_size_align()
3207 else if (this->is_struct()) { in cl_alignment()
[all …]

12345678910>>...55