Home
last modified time | relevance | path

Searched refs:tsym (Results 1 – 25 of 1227) sorted by relevance

12345678910>>...50

/dports/math/libmesh/libmesh-1.6.2/contrib/netcdf/netcdf-c-4.6.2/ncgen/
H A Dgetfill.c14 static void fill(Symbol* tsym, Datalist*);
58 fill(Symbol* tsym, Datalist* filler) in fill() argument
64 switch (tsym->subclass) { in fill()
68 nc_getfill(con,tsym); in fill()
111 filllist(Symbol* tsym, Datalist* dl) in filllist() argument
118 switch (tsym->subclass) { in filllist()
122 nc_getfill(con,tsym); in filllist()
207 if(tsym == NULL) in nc_getfill()
210 if(tsym->subclass != NC_ENUM) in nc_getfill()
212 if(listlength(tsym->subnodes) == 0) in nc_getfill()
[all …]
H A Dbindata.c248 switch (tsym->subclass) { in bin_generate_data_r()
250 switch (tsym->nc_id) { in bin_generate_data_r()
366 Symbol* basetype = tsym->typ.basetype; in bin_generate_data_r()
449 if(tsym == NULL in binary_reclaim_data()
470 switch (tsym->subclass) { in bin_reclaim_datar()
482 reclaimer->offset += tsym->typ.size; in bin_reclaim_datar()
502 switch (tsym->subclass) { in bin_reclaim_usertype()
541 reclaimer->offset += tsym->typ.size; in bin_reclaim_vlen()
558 reclaimer->offset += tsym->typ.size; in bin_reclaim_opaque()
574 nfields = listlength(tsym->subnodes); in bin_reclaim_compound()
[all …]
H A Dgenc.c767 cname(tsym), tsym->typ.size); in definectype()
786 ctypename(tsym->typ.basetype), cname(tsym)); in definectype()
791 ctypename(tsym)); in definectype()
849 tsym->typ.size, in genc_deftype()
850 tsym->name, in genc_deftype()
851 typencid(tsym)); in genc_deftype()
865 tsym->name, in genc_deftype()
866 typencid(tsym)); in genc_deftype()
894 typencid(tsym)); in genc_deftype()
902 ctypename(tsym), in genc_deftype()
[all …]
H A Dsemantics.c363 tagvlentypes(tsym); in processtypes()
685 tsym->typ.size = ncsize(tsym->typ.typecode); in computesize()
686 tsym->typ.alignment = ncaux_class_alignment(tsym->typ.typecode); in computesize()
690 tsym->typ.size = ncsize(tsym->typ.typecode); in computesize()
700 tsym->typ.size = tsym->typ.basetype->typ.size; in computesize()
701 tsym->typ.alignment = tsym->typ.basetype->typ.alignment; in computesize()
736 tsym->typ.alignment = tsym->typ.basetype->typ.alignment; in computesize()
739 tsym->typ.size = tsym->typ.basetype->typ.size; in computesize()
740 tsym->typ.alignment = tsym->typ.basetype->typ.alignment; in computesize()
741 tsym->typ.nelems = tsym->typ.basetype->typ.nelems; in computesize()
[all …]
H A Dgenbin.c22 static int genbin_deftype(Symbol* tsym);
85 genbin_deftype(tsym); in genbin_netcdf()
286 genbin_deftype(Symbol* tsym) in genbin_deftype() argument
291 ASSERT(tsym->objectclass == NC_TYPE); in genbin_deftype()
292 switch (tsym->subclass) { in genbin_deftype()
297 tsym->name, in genbin_deftype()
306 tsym->name, in genbin_deftype()
307 &tsym->nc_id); in genbin_deftype()
327 tsym->name, in genbin_deftype()
329 &tsym->nc_id); in genbin_deftype()
[all …]
/dports/science/netcdf/netcdf-c-4.7.4/ncgen/
H A Dgetfill.c14 static void fill(Symbol* tsym, Datalist*);
58 fill(Symbol* tsym, Datalist* filler) in fill() argument
64 switch (tsym->subclass) { in fill()
68 nc_getfill(con,tsym); in fill()
111 filllist(Symbol* tsym, Datalist* dl) in filllist() argument
118 switch (tsym->subclass) { in filllist()
122 nc_getfill(con,tsym); in filllist()
207 if(tsym == NULL) in nc_getfill()
210 if(tsym->subclass != NC_ENUM) in nc_getfill()
212 if(listlength(tsym->subnodes) == 0) in nc_getfill()
[all …]
H A Dbindata.c248 switch (tsym->subclass) { in bin_generate_data_r()
250 switch (tsym->nc_id) { in bin_generate_data_r()
366 Symbol* basetype = tsym->typ.basetype; in bin_generate_data_r()
451 if(tsym == NULL in binary_reclaim_data()
472 switch (tsym->subclass) { in bin_reclaim_datar()
484 reclaimer->offset += tsym->typ.size; in bin_reclaim_datar()
505 switch (tsym->subclass) { in bin_reclaim_usertype()
544 reclaimer->offset += tsym->typ.size; in bin_reclaim_vlen()
561 reclaimer->offset += tsym->typ.size; in bin_reclaim_opaque()
577 nfields = listlength(tsym->subnodes); in bin_reclaim_compound()
[all …]
H A Dgenc.c754 cname(tsym), tsym->typ.size); in definectype()
773 ctypename(tsym->typ.basetype), cname(tsym)); in definectype()
778 ctypename(tsym)); in definectype()
836 tsym->typ.size, in genc_deftype()
837 tsym->name, in genc_deftype()
838 typencid(tsym)); in genc_deftype()
852 tsym->name, in genc_deftype()
853 typencid(tsym)); in genc_deftype()
881 typencid(tsym)); in genc_deftype()
889 ctypename(tsym), in genc_deftype()
[all …]
H A Dsemantics.c363 tagvlentypes(tsym); in processtypes()
690 tsym->typ.size = ncsize(tsym->typ.typecode); in computesize()
691 tsym->typ.alignment = ncaux_class_alignment(tsym->typ.typecode); in computesize()
695 tsym->typ.size = ncsize(tsym->typ.typecode); in computesize()
705 tsym->typ.size = tsym->typ.basetype->typ.size; in computesize()
706 tsym->typ.alignment = tsym->typ.basetype->typ.alignment; in computesize()
741 tsym->typ.alignment = tsym->typ.basetype->typ.alignment; in computesize()
744 tsym->typ.size = tsym->typ.basetype->typ.size; in computesize()
745 tsym->typ.alignment = tsym->typ.basetype->typ.alignment; in computesize()
746 tsym->typ.nelems = tsym->typ.basetype->typ.nelems; in computesize()
[all …]
H A Dgenbin.c22 static int genbin_deftype(Symbol* tsym);
85 genbin_deftype(tsym); in genbin_netcdf()
273 genbin_deftype(Symbol* tsym) in genbin_deftype() argument
278 ASSERT(tsym->objectclass == NC_TYPE); in genbin_deftype()
279 switch (tsym->subclass) { in genbin_deftype()
284 tsym->name, in genbin_deftype()
293 tsym->name, in genbin_deftype()
294 &tsym->nc_id); in genbin_deftype()
314 tsym->name, in genbin_deftype()
316 &tsym->nc_id); in genbin_deftype()
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.javadoc/share/classes/com/sun/tools/javadoc/main/
H A DClassDocImpl.java113 this.tsym = sym; in ClassDocImpl()
174 if (t.tsym == env.syms.errorType.tsym || in isOrdinaryClass()
175 t.tsym == env.syms.exceptionType.tsym) { in isOrdinaryClass()
211 if (t.tsym == env.syms.exceptionType.tsym) { in isException()
227 if (t.tsym == env.syms.errorType.tsym) { in isError()
242 if (t.tsym == env.syms.throwableType.tsym) { in isThrowable()
505 if (tsym == env.syms.objectType.tsym) return null; in superclass()
507 if (c == null || c == tsym) c = (ClassSymbol)env.syms.objectType.tsym; in superclass()
518 (tsym == env.syms.objectType.tsym)) in superclassType()
532 return tsym.isSubClass(((ClassDocImpl)cd).tsym, env.types); in subclassOf()
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/jdk.javadoc/share/classes/com/sun/tools/javadoc/main/
H A DClassDocImpl.java113 this.tsym = sym; in ClassDocImpl()
174 if (t.tsym == env.syms.errorType.tsym || in isOrdinaryClass()
175 t.tsym == env.syms.exceptionType.tsym) { in isOrdinaryClass()
211 if (t.tsym == env.syms.exceptionType.tsym) { in isException()
227 if (t.tsym == env.syms.errorType.tsym) { in isError()
242 if (t.tsym == env.syms.throwableType.tsym) { in isThrowable()
505 if (tsym == env.syms.objectType.tsym) return null; in superclass()
507 if (c == null || c == tsym) c = (ClassSymbol)env.syms.objectType.tsym; in superclass()
518 (tsym == env.syms.objectType.tsym)) in superclassType()
532 return tsym.isSubClass(((ClassDocImpl)cd).tsym, env.types); in subclassOf()
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/jdk.javadoc/share/classes/com/sun/tools/javadoc/main/
H A DClassDocImpl.java113 this.tsym = sym; in ClassDocImpl()
174 if (t.tsym == env.syms.errorType.tsym || in isOrdinaryClass()
175 t.tsym == env.syms.exceptionType.tsym) { in isOrdinaryClass()
211 if (t.tsym == env.syms.exceptionType.tsym) { in isException()
227 if (t.tsym == env.syms.errorType.tsym) { in isError()
242 if (t.tsym == env.syms.throwableType.tsym) { in isThrowable()
505 if (tsym == env.syms.objectType.tsym) return null; in superclass()
507 if (c == null || c == tsym) c = (ClassSymbol)env.syms.objectType.tsym; in superclass()
518 (tsym == env.syms.objectType.tsym)) in superclassType()
532 return tsym.isSubClass(((ClassDocImpl)cd).tsym, env.types); in subclassOf()
[all …]
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/langtools/src/share/classes/com/sun/tools/javadoc/
H A DClassDocImpl.java109 this.tsym = sym; in ClassDocImpl()
170 if (t.tsym == env.syms.errorType.tsym || in isOrdinaryClass()
171 t.tsym == env.syms.exceptionType.tsym) { in isOrdinaryClass()
207 if (t.tsym == env.syms.exceptionType.tsym) { in isException()
223 if (t.tsym == env.syms.errorType.tsym) { in isError()
238 if (t.tsym == env.syms.throwableType.tsym) { in isThrowable()
501 if (tsym == env.syms.objectType.tsym) return null; in superclass()
503 if (c == null || c == tsym) c = (ClassSymbol)env.syms.objectType.tsym; in superclass()
514 (tsym == env.syms.objectType.tsym)) in superclassType()
528 return tsym.isSubClass(((ClassDocImpl)cd).tsym, env.types); in subclassOf()
[all …]
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/langtools/src/share/classes/com/sun/tools/javadoc/
H A DClassDocImpl.java109 this.tsym = sym; in ClassDocImpl()
170 if (t.tsym == env.syms.errorType.tsym || in isOrdinaryClass()
171 t.tsym == env.syms.exceptionType.tsym) { in isOrdinaryClass()
207 if (t.tsym == env.syms.exceptionType.tsym) { in isException()
223 if (t.tsym == env.syms.errorType.tsym) { in isError()
238 if (t.tsym == env.syms.throwableType.tsym) { in isThrowable()
501 if (tsym == env.syms.objectType.tsym) return null; in superclass()
503 if (c == null || c == tsym) c = (ClassSymbol)env.syms.objectType.tsym; in superclass()
514 (tsym == env.syms.objectType.tsym)) in superclassType()
528 return tsym.isSubClass(((ClassDocImpl)cd).tsym, env.types); in subclassOf()
[all …]
/dports/editors/fpc-ide/fpc-3.2.2/compiler/
H A Dsymtable.pas603 sym : tsym;
859 hsym : tsym;
1536 sym: tsym;
1838 sym : tsym;
1961 hsym: tsym;
2365 sym : tsym;
2403 hsym : tsym;
2515 hsym : tsym;
4058 sym : tsym;
4070 sym : tsym;
[all …]
/dports/lang/fpc/fpc-3.2.2/compiler/
H A Dsymtable.pas603 sym : tsym;
859 hsym : tsym;
1536 sym: tsym;
1838 sym : tsym;
1961 hsym: tsym;
2365 sym : tsym;
2403 hsym : tsym;
2515 hsym : tsym;
4058 sym : tsym;
4070 sym : tsym;
[all …]
/dports/lang/fpc-source/fpc-3.2.2/compiler/
H A Dsymtable.pas603 sym : tsym;
859 hsym : tsym;
1536 sym: tsym;
1838 sym : tsym;
1961 hsym: tsym;
2365 sym : tsym;
2403 hsym : tsym;
2515 hsym : tsym;
4058 sym : tsym;
4070 sym : tsym;
[all …]
/dports/editors/texmacs/TeXmacs-1.99.4-src/TeXmacs/progs/doc/
H A Dapidoc-markup.scm59 (tm-define (doc-symbol-symbol tsym)
61 (tree->string tsym))
63 (tm-define (doc-symbol-synopsis tsym)
65 (doc-symbol-synopsis* (tree->symbol tsym)))
67 (tm-define (doc-symbol-code tsym)
69 (doc-symbol-code* (tree->symbol tsym)))
71 (tm-define (doc-symbol-template tsym)
73 ($doc-symbol-template (tree->symbol tsym) #t ""))
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/langtools/src/share/classes/com/sun/tools/javac/comp/
H A DMemberEnter.java156 if (tsym.kind == PCK && tsym.members().elems == null && !tsym.exists()) { in importAll()
185 if (tsym == null || !processed.add(tsym)) in importStaticAll()
189 importFrom(types.supertype(tsym.type).tsym); in importStaticAll()
204 }.importFrom(tsym); in importStaticAll()
214 if (tsym == null || !processed.add(tsym)) in importStaticAll()
218 importFrom(types.supertype(tsym.type).tsym); in importStaticAll()
278 if (tsym == null || !processed.add(tsym)) in importNamedStatic()
282 importFrom(types.supertype(tsym.type).tsym); in importNamedStatic()
309 if (tsym == null || !processed.add(tsym)) in importNamedStatic()
313 importFrom(types.supertype(tsym.type).tsym); in importNamedStatic()
[all …]
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/langtools/src/share/classes/com/sun/tools/javac/comp/
H A DMemberEnter.java156 if (tsym.kind == PCK && tsym.members().elems == null && !tsym.exists()) { in importAll()
185 if (tsym == null || !processed.add(tsym)) in importStaticAll()
189 importFrom(types.supertype(tsym.type).tsym); in importStaticAll()
204 }.importFrom(tsym); in importStaticAll()
214 if (tsym == null || !processed.add(tsym)) in importStaticAll()
218 importFrom(types.supertype(tsym.type).tsym); in importStaticAll()
278 if (tsym == null || !processed.add(tsym)) in importNamedStatic()
282 importFrom(types.supertype(tsym.type).tsym); in importNamedStatic()
309 if (tsym == null || !processed.add(tsym)) in importNamedStatic()
313 importFrom(types.supertype(tsym.type).tsym); in importNamedStatic()
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/jdk.compiler/share/classes/com/sun/tools/javac/code/
H A DType.java126 public TypeSymbol tsym; field in Type
221 this.tsym = tsym; in Type()
454 if (tsym == null || tsym.name == null) {
457 sb.append(tsym.name);
658 return tsym;
1097 this != tsym.type && tsym.type.isErroneous();
1140 tsym.complete();
1145 tsym.apiComplete();
1188 return tsym.type;
2313 this.tsym = tsym;
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.compiler/share/classes/com/sun/tools/javac/code/
H A DType.java126 public TypeSymbol tsym; field in Type
221 this.tsym = tsym; in Type()
454 if (tsym == null || tsym.name == null) {
457 sb.append(tsym.name);
658 return tsym;
1097 this != tsym.type && tsym.type.isErroneous();
1140 tsym.complete();
1145 tsym.apiComplete();
1188 return tsym.type;
2320 this.tsym = tsym;
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.compiler/share/classes/com/sun/tools/javac/code/
H A DType.java129 public TypeSymbol tsym; field in Type
234 this.tsym = tsym; in Type()
467 if (tsym == null || tsym.name == null) {
470 sb.append(tsym.name);
671 return tsym;
1114 this != tsym.type && tsym.type.isErroneous();
1157 tsym.complete();
1162 tsym.apiComplete();
1205 return tsym.type;
2346 this.tsym = tsym;
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/jdk.compiler/share/classes/com/sun/tools/javac/code/
H A DType.java126 public TypeSymbol tsym; field in Type
221 this.tsym = tsym; in Type()
454 if (tsym == null || tsym.name == null) {
457 sb.append(tsym.name);
658 return tsym;
1097 this != tsym.type && tsym.type.isErroneous();
1140 tsym.complete();
1145 tsym.apiComplete();
1188 return tsym.type;
2320 this.tsym = tsym;
[all …]

12345678910>>...50