Home
last modified time | relevance | path

Searched refs:struct_type (Results 176 – 200 of 1869) sorted by relevance

12345678910>>...75

/dports/devel/py-os-win/os-win-5.5.0/os_win/utils/storage/initiator/
H A Discsi_utils.py46 def ensure_buff_and_retrieve_items(struct_type, argument
64 call_args['buff'] = _get_buff(0, struct_type)
73 struct_type,
83 buff_size = (ctypes.sizeof(struct_type) *
85 call_args['buff'] = _get_buff(buff_size, struct_type)
118 struct_type=iscsi_struct.PERSISTENT_ISCSI_LOGIN_INFO)
128 struct_type=ctypes.c_wchar,
154 struct_type=ctypes.c_wchar,
205 struct_type=iscsi_struct.ISCSI_SESSION_INFO)
224 struct_type=iscsi_struct.ISCSI_DEVICE_ON_SESSION,
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/test/Transforms/InstCombine/
H A Dalloca.ll209 %struct_type = type { i32, i32 }
210 declare void @test9_aux(<{ %struct_type }>* inalloca(<{ %struct_type }>))
214 define void @test9(%struct_type* %a) {
219 ; ALL-NEXT: [[TMP0:%.*]] = bitcast %struct_type* [[A:%.*]] to i64*
227 %argmem = alloca inalloca <{ %struct_type }>
228 %0 = getelementptr inbounds <{ %struct_type }>, <{ %struct_type }>* %argmem, i32 0, i32 0
229 %1 = bitcast %struct_type* %0 to i8*
230 %2 = bitcast %struct_type* %a to i8*
232 call void @test9_aux(<{ %struct_type }>* inalloca(<{ %struct_type }>) %argmem)
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/test/Transforms/InstCombine/
H A Dalloca.ll209 %struct_type = type { i32, i32 }
210 declare void @test9_aux(<{ %struct_type }>* inalloca(<{ %struct_type }>))
214 define void @test9(%struct_type* %a) {
219 ; ALL-NEXT: [[TMP0:%.*]] = bitcast %struct_type* [[A:%.*]] to i64*
227 %argmem = alloca inalloca <{ %struct_type }>
228 %0 = getelementptr inbounds <{ %struct_type }>, <{ %struct_type }>* %argmem, i32 0, i32 0
229 %1 = bitcast %struct_type* %0 to i8*
230 %2 = bitcast %struct_type* %a to i8*
232 call void @test9_aux(<{ %struct_type }>* inalloca(<{ %struct_type }>) %argmem)
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/test/Transforms/InstCombine/
H A Dalloca.ll209 %struct_type = type { i32, i32 }
210 declare void @test9_aux(<{ %struct_type }>* inalloca(<{ %struct_type }>))
214 define void @test9(%struct_type* %a) {
219 ; ALL-NEXT: [[TMP0:%.*]] = bitcast %struct_type* [[A:%.*]] to i64*
227 %argmem = alloca inalloca <{ %struct_type }>
228 %0 = getelementptr inbounds <{ %struct_type }>, <{ %struct_type }>* %argmem, i32 0, i32 0
229 %1 = bitcast %struct_type* %0 to i8*
230 %2 = bitcast %struct_type* %a to i8*
232 call void @test9_aux(<{ %struct_type }>* inalloca(<{ %struct_type }>) %argmem)
/dports/graphics/llvm-mesa/llvm-13.0.1.src/test/Transforms/InstCombine/
H A Dalloca.ll209 %struct_type = type { i32, i32 }
210 declare void @test9_aux(<{ %struct_type }>* inalloca(<{ %struct_type }>))
214 define void @test9(%struct_type* %a) {
219 ; ALL-NEXT: [[TMP0:%.*]] = bitcast %struct_type* [[A:%.*]] to i64*
227 %argmem = alloca inalloca <{ %struct_type }>
228 %0 = getelementptr inbounds <{ %struct_type }>, <{ %struct_type }>* %argmem, i32 0, i32 0
229 %1 = bitcast %struct_type* %0 to i8*
230 %2 = bitcast %struct_type* %a to i8*
232 call void @test9_aux(<{ %struct_type }>* inalloca(<{ %struct_type }>) %argmem)
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/test/Transforms/InstCombine/
H A Dalloca.ll209 %struct_type = type { i32, i32 }
210 declare void @test9_aux(<{ %struct_type }>* inalloca(<{ %struct_type }>))
214 define void @test9(%struct_type* %a) {
219 ; ALL-NEXT: [[TMP0:%.*]] = bitcast %struct_type* [[A:%.*]] to i64*
227 %argmem = alloca inalloca <{ %struct_type }>
228 %0 = getelementptr inbounds <{ %struct_type }>, <{ %struct_type }>* %argmem, i32 0, i32 0
229 %1 = bitcast %struct_type* %0 to i8*
230 %2 = bitcast %struct_type* %a to i8*
232 call void @test9_aux(<{ %struct_type }>* inalloca(<{ %struct_type }>) %argmem)
/dports/security/asignify/asignify-1.0/libasignify/
H A Dasignify_internal.h41 #define STRUCT_OFFSET(struct_type, member) \ argument
42 ((long) offsetof(struct_type, member))
44 #define STRUCT_OFFSET(struct_type, member) \ argument
45 ((long)((unsigned char*) &((struct_type*) 0)->member))
/dports/net/py-mpi4py/mpi4py-3.1.3/conf/
H A Dmpiregexes.py30 struct_type = r'MPI_(?:Status|F08_status)' variable
32 any_mpi_type = r'(?:%s|%s|%s)' % (struct_type, integral_type, opaque_type)
49 STRUCT_TYPE = join( struct, [struct_type], colon+opt, fallback, eol)
57 STRUCT_PTRVAL = join(sol, [struct_type, pointer], [upper_name], fallback, eol)
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/tools/extra/test/clang-tidy/
H A Dreadability-identifier-naming.cpp378 typedef THIS___Structure struct_type; typedef
382 struct_type GlobalTypedefTestFunction(struct_type a_argument1) { in GlobalTypedefTestFunction()
384 struct_type typedef_test_1; in GlobalTypedefTestFunction()
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/thrift/compiler/cpp/src/thrift/generate/
H A Dt_rs_generator.cc169 t_rs_generator::e_struct_type struct_type
178 t_rs_generator::e_struct_type struct_type
187 t_rs_generator::e_struct_type struct_type
1001 t_rs_generator::e_struct_type struct_type in render_struct() argument
1006 if (struct_type == t_rs_generator::T_REGULAR || struct_type == t_rs_generator::T_EXCEPTION) { in render_struct()
1017 t_rs_generator::e_struct_type struct_type in render_struct_definition() argument
1135 t_rs_generator::e_struct_type struct_type in render_struct_impl() argument
1140 if (struct_type == t_rs_generator::T_REGULAR || struct_type == t_rs_generator::T_EXCEPTION) { in render_struct_impl()
1409 << visibility_qualifier(struct_type) in render_struct_sync_write()
1682 << visibility_qualifier(struct_type) in render_struct_sync_read()
[all …]
/dports/net/storj/storj-1.45.3/vendor/github.com/apache/thrift/compiler/cpp/src/thrift/generate/
H A Dt_rs_generator.cc169 t_rs_generator::e_struct_type struct_type
178 t_rs_generator::e_struct_type struct_type
187 t_rs_generator::e_struct_type struct_type
998 t_rs_generator::e_struct_type struct_type in render_struct() argument
1003 if (struct_type == t_rs_generator::T_REGULAR || struct_type == t_rs_generator::T_EXCEPTION) { in render_struct()
1014 t_rs_generator::e_struct_type struct_type in render_struct_definition() argument
1132 t_rs_generator::e_struct_type struct_type in render_struct_impl() argument
1137 if (struct_type == t_rs_generator::T_REGULAR || struct_type == t_rs_generator::T_EXCEPTION) { in render_struct_impl()
1406 << visibility_qualifier(struct_type) in render_struct_sync_write()
1680 << visibility_qualifier(struct_type) in render_struct_sync_read()
[all …]
/dports/devel/py-thrift/thrift-0.14.0/compiler/cpp/src/thrift/generate/
H A Dt_rs_generator.cc169 t_rs_generator::e_struct_type struct_type
178 t_rs_generator::e_struct_type struct_type
187 t_rs_generator::e_struct_type struct_type
1001 t_rs_generator::e_struct_type struct_type in render_struct() argument
1006 if (struct_type == t_rs_generator::T_REGULAR || struct_type == t_rs_generator::T_EXCEPTION) { in render_struct()
1017 t_rs_generator::e_struct_type struct_type in render_struct_definition() argument
1135 t_rs_generator::e_struct_type struct_type in render_struct_impl() argument
1140 if (struct_type == t_rs_generator::T_REGULAR || struct_type == t_rs_generator::T_EXCEPTION) { in render_struct_impl()
1409 << visibility_qualifier(struct_type) in render_struct_sync_write()
1682 << visibility_qualifier(struct_type) in render_struct_sync_read()
[all …]
/dports/devel/thrift-c_glib/thrift-0.14.0/compiler/cpp/src/thrift/generate/
H A Dt_rs_generator.cc169 t_rs_generator::e_struct_type struct_type
178 t_rs_generator::e_struct_type struct_type
187 t_rs_generator::e_struct_type struct_type
1001 t_rs_generator::e_struct_type struct_type in render_struct() argument
1006 if (struct_type == t_rs_generator::T_REGULAR || struct_type == t_rs_generator::T_EXCEPTION) { in render_struct()
1017 t_rs_generator::e_struct_type struct_type in render_struct_definition() argument
1135 t_rs_generator::e_struct_type struct_type in render_struct_impl() argument
1140 if (struct_type == t_rs_generator::T_REGULAR || struct_type == t_rs_generator::T_EXCEPTION) { in render_struct_impl()
1409 << visibility_qualifier(struct_type) in render_struct_sync_write()
1682 << visibility_qualifier(struct_type) in render_struct_sync_read()
[all …]
/dports/devel/thrift-cpp/thrift-0.14.0/compiler/cpp/src/thrift/generate/
H A Dt_rs_generator.cc169 t_rs_generator::e_struct_type struct_type
178 t_rs_generator::e_struct_type struct_type
187 t_rs_generator::e_struct_type struct_type
1001 t_rs_generator::e_struct_type struct_type in render_struct() argument
1006 if (struct_type == t_rs_generator::T_REGULAR || struct_type == t_rs_generator::T_EXCEPTION) { in render_struct()
1017 t_rs_generator::e_struct_type struct_type in render_struct_definition() argument
1135 t_rs_generator::e_struct_type struct_type in render_struct_impl() argument
1140 if (struct_type == t_rs_generator::T_REGULAR || struct_type == t_rs_generator::T_EXCEPTION) { in render_struct_impl()
1409 << visibility_qualifier(struct_type) in render_struct_sync_write()
1682 << visibility_qualifier(struct_type) in render_struct_sync_read()
[all …]
/dports/devel/thrift/thrift-0.14.0/compiler/cpp/src/thrift/generate/
H A Dt_rs_generator.cc169 t_rs_generator::e_struct_type struct_type
178 t_rs_generator::e_struct_type struct_type
187 t_rs_generator::e_struct_type struct_type
1001 t_rs_generator::e_struct_type struct_type in render_struct() argument
1006 if (struct_type == t_rs_generator::T_REGULAR || struct_type == t_rs_generator::T_EXCEPTION) { in render_struct()
1017 t_rs_generator::e_struct_type struct_type in render_struct_definition() argument
1135 t_rs_generator::e_struct_type struct_type in render_struct_impl() argument
1140 if (struct_type == t_rs_generator::T_REGULAR || struct_type == t_rs_generator::T_EXCEPTION) { in render_struct_impl()
1409 << visibility_qualifier(struct_type) in render_struct_sync_write()
1682 << visibility_qualifier(struct_type) in render_struct_sync_read()
[all …]
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/apache/thrift/compiler/cpp/src/thrift/generate/
H A Dt_rs_generator.cc169 t_rs_generator::e_struct_type struct_type
178 t_rs_generator::e_struct_type struct_type
187 t_rs_generator::e_struct_type struct_type
999 t_rs_generator::e_struct_type struct_type in render_struct() argument
1004 if (struct_type == t_rs_generator::T_REGULAR || struct_type == t_rs_generator::T_EXCEPTION) { in render_struct()
1015 t_rs_generator::e_struct_type struct_type in render_struct_definition() argument
1133 t_rs_generator::e_struct_type struct_type in render_struct_impl() argument
1138 if (struct_type == t_rs_generator::T_REGULAR || struct_type == t_rs_generator::T_EXCEPTION) { in render_struct_impl()
1407 << visibility_qualifier(struct_type) in render_struct_sync_write()
1681 << visibility_qualifier(struct_type) in render_struct_sync_read()
[all …]
/dports/devel/node-thrift/thrift-0.14.0/compiler/cpp/src/thrift/generate/
H A Dt_rs_generator.cc169 t_rs_generator::e_struct_type struct_type
178 t_rs_generator::e_struct_type struct_type
187 t_rs_generator::e_struct_type struct_type
1001 t_rs_generator::e_struct_type struct_type in render_struct() argument
1006 if (struct_type == t_rs_generator::T_REGULAR || struct_type == t_rs_generator::T_EXCEPTION) { in render_struct()
1017 t_rs_generator::e_struct_type struct_type in render_struct_definition() argument
1135 t_rs_generator::e_struct_type struct_type in render_struct_impl() argument
1140 if (struct_type == t_rs_generator::T_REGULAR || struct_type == t_rs_generator::T_EXCEPTION) { in render_struct_impl()
1409 << visibility_qualifier(struct_type) in render_struct_sync_write()
1682 << visibility_qualifier(struct_type) in render_struct_sync_read()
[all …]
/dports/www/fabio/fabio-1.5.14/vendor/github.com/apache/thrift/thrift-da1169d75b15/compiler/cpp/src/thrift/generate/
H A Dt_rs_generator.cc169 t_rs_generator::e_struct_type struct_type
178 t_rs_generator::e_struct_type struct_type
187 t_rs_generator::e_struct_type struct_type
985 t_rs_generator::e_struct_type struct_type in render_struct() argument
990 if (struct_type == t_rs_generator::T_REGULAR || struct_type == t_rs_generator::T_EXCEPTION) { in render_struct()
1001 t_rs_generator::e_struct_type struct_type in render_struct_definition() argument
1119 t_rs_generator::e_struct_type struct_type in render_struct_impl() argument
1124 if (struct_type == t_rs_generator::T_REGULAR || struct_type == t_rs_generator::T_EXCEPTION) { in render_struct_impl()
1393 << visibility_qualifier(struct_type) in render_struct_sync_write()
1667 << visibility_qualifier(struct_type) in render_struct_sync_read()
[all …]
/dports/misc/py-tvm/incubator-tvm-0.6.1/src/codegen/spirv/
H A Dir_builder.cc139 SType struct_type; in GetStructArrayType() local
140 struct_type.id = id_counter_++; in GetStructArrayType()
141 struct_type.type = Handle(); in GetStructArrayType()
142 struct_type.element_type_id = value_type.id; in GetStructArrayType()
154 struct_array_type_tbl_[key] = struct_type; in GetStructArrayType()
155 return struct_type; in GetStructArrayType()
207 SType struct_type; in DeclarePushConstant() local
208 struct_type.id = id_counter_++; in DeclarePushConstant()
209 struct_type.type = Handle(); in DeclarePushConstant()
210 ib_.Begin(spv::OpTypeStruct).Add(struct_type); in DeclarePushConstant()
[all …]
/dports/misc/tvm/incubator-tvm-0.6.1/src/codegen/spirv/
H A Dir_builder.cc139 SType struct_type; in GetStructArrayType() local
140 struct_type.id = id_counter_++; in GetStructArrayType()
141 struct_type.type = Handle(); in GetStructArrayType()
142 struct_type.element_type_id = value_type.id; in GetStructArrayType()
154 struct_array_type_tbl_[key] = struct_type; in GetStructArrayType()
155 return struct_type; in GetStructArrayType()
207 SType struct_type; in DeclarePushConstant() local
208 struct_type.id = id_counter_++; in DeclarePushConstant()
209 struct_type.type = Handle(); in DeclarePushConstant()
210 ib_.Begin(spv::OpTypeStruct).Add(struct_type); in DeclarePushConstant()
[all …]
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/tools/extra/test/clang-tidy/
H A Dreadability-identifier-naming.cpp390 typedef THIS___Structure struct_type; typedef
394 struct_type GlobalTypedefTestFunction(struct_type a_argument1) { in GlobalTypedefTestFunction()
396 struct_type typedef_test_1; in GlobalTypedefTestFunction()
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/tools/extra/test/clang-tidy/
H A Dreadability-identifier-naming.cpp390 typedef THIS___Structure struct_type; typedef
394 struct_type GlobalTypedefTestFunction(struct_type a_argument1) { in GlobalTypedefTestFunction()
396 struct_type typedef_test_1; in GlobalTypedefTestFunction()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang-tools-extra/test/clang-tidy/checkers/
H A Dreadability-identifier-naming.cpp416 typedef THIS___Structure struct_type; typedef
420 struct_type GlobalTypedefTestFunction(struct_type a_argument1) { in GlobalTypedefTestFunction()
422 struct_type typedef_test_1; in GlobalTypedefTestFunction()
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/tools/extra/test/clang-tidy/checkers/
H A Dreadability-identifier-naming.cpp416 typedef THIS___Structure struct_type; typedef
420 struct_type GlobalTypedefTestFunction(struct_type a_argument1) { in GlobalTypedefTestFunction()
422 struct_type typedef_test_1; in GlobalTypedefTestFunction()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/torque/
H A Dtype-visitor.cc199 StructType* struct_type = TypeOracle::GetStructType(decl, specialized_from); in ComputeType() local
200 CurrentScope::Scope struct_namespace_scope(struct_type->nspace()); in ComputeType()
213 struct_type, in ComputeType()
221 struct_type->RegisterField(f); in ComputeType()
238 return struct_type; in ComputeType()
454 StructType* struct_type, const StructDeclaration* struct_declaration) { in VisitStructMethods() argument
455 DeclareMethods(struct_type, struct_declaration->methods); in VisitStructMethods()
478 const StructType* struct_type = StructType::DynamicCast(type); in ComputeTypeForStructExpression() local
479 if (!struct_type) { in ComputeTypeForStructExpression()
482 return struct_type; in ComputeTypeForStructExpression()

12345678910>>...75