Home
last modified time | relevance | path

Searched refs:typedecl (Results 1 – 25 of 772) sorted by relevance

12345678910>>...31

/dports/lang/python310/Python-3.10.1/Tools/c-analyzer/c_analyzer/
H A Danalyze.py127 if typedecl is None:
131 if typedecl is None:
133 typedecl = UNKNOWN
136 typedecl = UNKNOWN
144 typedecl = None
145 typedeps.append(typedecl)
157 typedecl, = specdecls
161 return typedecl
166 for typedecl in specdecls:
172 samefile = typedecl
[all …]
H A Dinfo.py94 if typedecl in (UNKNOWN, IGNORED):
99 elif typedecl is None:
100 typedecl = UNKNOWN
102 typedecl = [UNKNOWN if d is None else d for d in typedecl]
103 elif typedecl is None:
104 typedecl = UNKNOWN
105 elif typedecl and not isinstance(typedecl, TypeDeclaration):
107 typedecl, = typedecl
108 if typedecl is None:
109 typedecl = UNKNOWN
[all …]
/dports/lang/python311/Python-3.11.0a3/Tools/c-analyzer/c_analyzer/
H A Danalyze.py127 if typedecl is None:
131 if typedecl is None:
133 typedecl = UNKNOWN
136 typedecl = UNKNOWN
144 typedecl = None
145 typedeps.append(typedecl)
157 typedecl, = specdecls
161 return typedecl
166 for typedecl in specdecls:
172 samefile = typedecl
[all …]
H A Dinfo.py94 if typedecl in (UNKNOWN, IGNORED):
99 elif typedecl is None:
100 typedecl = UNKNOWN
102 typedecl = [UNKNOWN if d is None else d for d in typedecl]
103 elif typedecl is None:
104 typedecl = UNKNOWN
105 elif typedecl and not isinstance(typedecl, TypeDeclaration):
107 typedecl, = typedecl
108 if typedecl is None:
109 typedecl = UNKNOWN
[all …]
/dports/lang/python311/Python-3.11.0a3/Tools/c-analyzer/cpython/
H A D_analyzer.py183 for member, typedecl in zip(members, typedeps):
195 if not isinstance(typedecl, TypeDeclaration):
196 if hasattr(type(typedecl), '__len__'):
197 if len(typedecl) == 1:
198 typedecl, = typedecl
199 if typedecl is None:
202 elif typedecl is _info.UNKNOWN:
237 if typedecl is not None:
238 found = types.get(typedecl)
240 found = knowntypes.get(typedecl)
[all …]
/dports/lang/python310/Python-3.10.1/Tools/c-analyzer/cpython/
H A D_analyzer.py183 for member, typedecl in zip(members, typedeps):
195 if not isinstance(typedecl, TypeDeclaration):
196 if hasattr(type(typedecl), '__len__'):
197 if len(typedecl) == 1:
198 typedecl, = typedecl
199 if typedecl is None:
202 elif typedecl is _info.UNKNOWN:
237 if typedecl is not None:
238 found = types.get(typedecl)
240 found = knowntypes.get(typedecl)
[all …]
/dports/biology/sra-tools/sra-tools-2.11.0/ncbi-vdb/interfaces/vdb/
H A Dtypes.hpp103 const char *typedecl, ... ) const throw() in ResolveTypedecl()
106 va_start ( args, typedecl ); in ResolveTypedecl()
107 rc_t rc = VDatatypesVResolveTypedecl ( this, resolved, typedecl, args ); in ResolveTypedecl()
112 const char *typedecl, va_list args ) const throw() in ResolveTypedecl()
113 { return VDatatypesVResolveTypedecl ( this, resolved, typedecl, args ); } in ResolveTypedecl()
172 const VTypedecl *typedecl ) const throw() in MakeTypedecl()
173 { return VDatatypesMakeTypedecl ( this, buffer, bsize, typedecl ); } in MakeTypedecl()
189 inline rc_t ToSupertype ( VTypedecl *typedecl ) const throw() in ToSupertype()
190 { return VDatatypesToSupertype ( this, typedecl ); } in ToSupertype()
210 inline rc_t ToIntrinsic ( VTypedecl *typedecl ) const throw() in ToIntrinsic()
[all …]
H A Dschema.hpp129 const char *typedecl, ... ) const throw() in ResolveTypedecl()
132 va_start ( args, typedecl ); in ResolveTypedecl()
133 rc_t rc = VSchemaVResolveTypedecl ( this, resolved, typedecl, args ); in ResolveTypedecl()
138 const char *typedecl, va_list args ) const throw() in ResolveTypedecl()
139 { return VSchemaVResolveTypedecl ( this, resolved, typedecl, args ); } in ResolveTypedecl()
/dports/biology/ncbi-vdb/ncbi-vdb-2.11.0/interfaces/vdb/
H A Dtypes.hpp103 const char *typedecl, ... ) const throw() in ResolveTypedecl()
106 va_start ( args, typedecl ); in ResolveTypedecl()
107 rc_t rc = VDatatypesVResolveTypedecl ( this, resolved, typedecl, args ); in ResolveTypedecl()
112 const char *typedecl, va_list args ) const throw() in ResolveTypedecl()
113 { return VDatatypesVResolveTypedecl ( this, resolved, typedecl, args ); } in ResolveTypedecl()
172 const VTypedecl *typedecl ) const throw() in MakeTypedecl()
173 { return VDatatypesMakeTypedecl ( this, buffer, bsize, typedecl ); } in MakeTypedecl()
189 inline rc_t ToSupertype ( VTypedecl *typedecl ) const throw() in ToSupertype()
190 { return VDatatypesToSupertype ( this, typedecl ); } in ToSupertype()
210 inline rc_t ToIntrinsic ( VTypedecl *typedecl ) const throw() in ToIntrinsic()
[all …]
H A Dschema.hpp129 const char *typedecl, ... ) const throw() in ResolveTypedecl()
132 va_start ( args, typedecl ); in ResolveTypedecl()
133 rc_t rc = VSchemaVResolveTypedecl ( this, resolved, typedecl, args ); in ResolveTypedecl()
138 const char *typedecl, va_list args ) const throw() in ResolveTypedecl()
139 { return VSchemaVResolveTypedecl ( this, resolved, typedecl, args ); } in ResolveTypedecl()
/dports/biology/sra-tools/sra-tools-2.11.0/ncbi-vdb/libs/sra/
H A Dtypes.c85 VTypedecl *resolved, const char *typedecl, va_list args ) in VDatatypesVResolveTypedecl() argument
87 return VSchemaVResolveTypedecl ( ( const VSchema* ) self, resolved, typedecl, args ); in VDatatypesVResolveTypedecl()
91 VTypedecl *resolved, const char *typedecl, ... ) in VDatatypesResolveTypedecl() argument
96 va_start ( args, typedecl ); in VDatatypesResolveTypedecl()
97 rc = VSchemaVResolveTypedecl ( ( const VSchema* ) self, resolved, typedecl, args ); in VDatatypesResolveTypedecl()
222 char *buffer, size_t bsize, const VTypedecl *typedecl ) in VDatatypesMakeTypedecl() argument
224 return VTypedeclToText ( typedecl, ( const VSchema* ) self, buffer, bsize ); in VDatatypesMakeTypedecl()
243 return VTypedeclToSupertype ( typedecl, ( const VSchema* ) self, typedecl ); in VDatatypesToSupertype()
270 else if ( typedecl == NULL ) in VDatatypesToIntrinsic()
278 else for ( rc = 0; typedecl -> type_id > last_intrinsic; ) in VDatatypesToIntrinsic()
[all …]
/dports/biology/ncbi-vdb/ncbi-vdb-2.11.0/libs/sra/
H A Dtypes.c85 VTypedecl *resolved, const char *typedecl, va_list args ) in VDatatypesVResolveTypedecl() argument
87 return VSchemaVResolveTypedecl ( ( const VSchema* ) self, resolved, typedecl, args ); in VDatatypesVResolveTypedecl()
91 VTypedecl *resolved, const char *typedecl, ... ) in VDatatypesResolveTypedecl() argument
96 va_start ( args, typedecl ); in VDatatypesResolveTypedecl()
97 rc = VSchemaVResolveTypedecl ( ( const VSchema* ) self, resolved, typedecl, args ); in VDatatypesResolveTypedecl()
222 char *buffer, size_t bsize, const VTypedecl *typedecl ) in VDatatypesMakeTypedecl() argument
224 return VTypedeclToText ( typedecl, ( const VSchema* ) self, buffer, bsize ); in VDatatypesMakeTypedecl()
243 return VTypedeclToSupertype ( typedecl, ( const VSchema* ) self, typedecl ); in VDatatypesToSupertype()
270 else if ( typedecl == NULL ) in VDatatypesToIntrinsic()
278 else for ( rc = 0; typedecl -> type_id > last_intrinsic; ) in VDatatypesToIntrinsic()
[all …]
/dports/devel/efl/efl-1.25.1/src/scripts/pyolian/
H A Dtest_gen_namespace.template40 <!--(for typedecl in namespace.aliases)-->
41 * ${typedecl.name}$
48 <!--(for typedecl in namespace.structs)-->
49 * ${typedecl.name}$
50 <!--(for field in typedecl.struct_fields)-->
59 <!--(for typedecl in namespace.enums)-->
60 * ${typedecl.name}$
61 <!--(for field in typedecl.enum_fields)-->
/dports/math/teyjus/teyjus-2.1-7-ge63f40a/source/test/system_tests/hocompiler/
H A Dtypecat.mod36 typeexp (letexp D E) T :- typedecl [] D E T.
39 %typedecl A B C D :- printterm std_out (typedecl A B C D), print " <-d\n", fail.
40 typedecl Ns (decabs D) (nameterm E) T :-
43 typedecl [] (declist []) E T :- typeexp E T.
44 typedecl [N|Ns] (declist [D|Ds]) E T :-
48 typedecl Ns (declist Ds) E T.
49 typedecl [N|Ns] (declist [D|Ds]) E T :-
53 typedecl Ns (declist Ds) E T.
56 %typedecl [N|Ns] (declist [D|Ds]) E T :-
59 % typedecl Ns (declist Ds) E T.
[all …]
/dports/devel/efl/efl-1.25.1/src/scripts/gendoc/
H A Dnamespaces.template15 #!#### TYPEDECL_LINK(typedecl) ###############################################
19 <!--(for n in typedecl.namespaces)-->
22 :${typedecl.short_name.lower()}$|${typedecl.short_name}$]]
43 \\ Structs: <!--(for struct in ns.structs)--> ${TYPEDECL_LINK(typedecl=struct)}$, <!--(end)--> #!
46 \\ Enums: <!--(for enum in ns.enums)--> ${TYPEDECL_LINK(typedecl=enum)}$, <!--(end)--> #!
49 \\ Aliases: <!--(for alias in ns.aliases)--> ${TYPEDECL_LINK(typedecl=alias)}$, <!--(end)--> #!
/dports/biology/sra-tools/sra-tools-2.11.0/ncbi-vdb/interfaces/sra/
H A Dtypes.h242 struct VTypedecl *resolved, const char *typedecl, ... );
244 struct VTypedecl *resolved, const char *typedecl, va_list args );
299 char *buffer, size_t bsize, struct VTypedecl const *typedecl );
315 SRA_EXTERN rc_t CC VDatatypesToSupertype ( const VDatatypes *self, struct VTypedecl *typedecl );
335 SRA_EXTERN rc_t CC VDatatypesToIntrinsic ( const VDatatypes *self, struct VTypedecl *typedecl );
/dports/biology/ncbi-vdb/ncbi-vdb-2.11.0/interfaces/sra/
H A Dtypes.h242 struct VTypedecl *resolved, const char *typedecl, ... );
244 struct VTypedecl *resolved, const char *typedecl, va_list args );
299 char *buffer, size_t bsize, struct VTypedecl const *typedecl );
315 SRA_EXTERN rc_t CC VDatatypesToSupertype ( const VDatatypes *self, struct VTypedecl *typedecl );
335 SRA_EXTERN rc_t CC VDatatypesToIntrinsic ( const VDatatypes *self, struct VTypedecl *typedecl );
/dports/net-mgmt/carbonzipper/carbonzipper-0.74/vendor/github.com/gogo/protobuf/test/typedecl/
H A Dtypedecl.proto3 package typedecl; package
19 option (gogoproto.typedecl) = false;
25 option (gogoproto.typedecl) = false;
/dports/net/inlets/inlets-3.0.2/vendor/github.com/gogo/protobuf/protobuf-1.3.1/test/typedecl/
H A Dtypedecl.proto3 package typedecl; package
20 option (gogoproto.typedecl) = false;
26 option (gogoproto.typedecl) = false;
/dports/net/gscloud/gscloud-0.11.0/vendor/github.com/gogo/protobuf/test/typedecl/
H A Dtypedecl.proto3 package typedecl; package
20 option (gogoproto.typedecl) = false;
26 option (gogoproto.typedecl) = false;
/dports/net/grpcui/grpcui-1.1.0/vendor/github.com/envoyproxy/protoc-gen-validate/vendor/github.com/gogo/protobuf/test/typedecl/
H A Dtypedecl.proto3 package typedecl; package
20 option (gogoproto.typedecl) = false;
26 option (gogoproto.typedecl) = false;
/dports/net/rclone/rclone-1.57.0/vendor/github.com/gogo/protobuf/test/typedecl/
H A Dtypedecl.proto3 package typedecl; package
20 option (gogoproto.typedecl) = false;
26 option (gogoproto.typedecl) = false;
/dports/databases/prometheus-postgresql-adapter/prometheus-postgresql-adapter-0.6.0/vendor/github.com/gogo/protobuf/test/typedecl/
H A Dtypedecl.proto3 package typedecl; package
20 option (gogoproto.typedecl) = false;
26 option (gogoproto.typedecl) = false;
/dports/net/evans/evans-0.9.1/vendor/github.com/gogo/protobuf/test/typedecl/
H A Dtypedecl.proto3 package typedecl; package
20 option (gogoproto.typedecl) = false;
26 option (gogoproto.typedecl) = false;
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/github.com/gogo/protobuf/test/typedecl/
H A Dtypedecl.proto3 package typedecl; package
20 option (gogoproto.typedecl) = false;
26 option (gogoproto.typedecl) = false;

12345678910>>...31