Home
last modified time | relevance | path

Searched refs:symt (Results 1 – 25 of 114) sorted by relevance

12345

/dports/devel/ftnchek/ftnchek-3.3.1/
H A Dsymtab.c221 if( symt->array_var || symt->parameter ) {
225 symt->array_var = symt->parameter = FALSE;
241 if(!symt->external && !symt->intrinsic && !symt->argument
345 if( symt->array_var || symt->parameter ) {
371 if(!symt->external && !symt->intrinsic
898 && symt->equiv_link == symt ) {
903 symt->argument || symt->external || symt->intrinsic) {
1238 else if( symt->array_var || symt->parameter || symt->entry_point ) {
1290 if( symt->array_var || symt->external || symt->intrinsic
1903 symt->line_declared = symt->line_set = symt->line_used = NO_LINE_NUM;
[all …]
H A Dplsymtab.c152 lineno, symt, force_lineno, msg);
207 else if( symt != (Lsymtab *)NULL ) {
208 choose_tag(TAG_DEFN,symt,&tag,&lineno);
448 Lsymtab *symt;
452 int t = get_type(symt);
453 int s = get_size(symt,t);
783 (*lineno) = symt->line_declared;
803 (*lineno) = symt->line_used;
810 (*lineno) = symt->line_used;
815 (*lineno) = symt->line_set;
[all …]
H A Dmakedcls.c275 get_dimension_list(symt) in get_dimension_list()
276 Lsymtab *symt; in get_dimension_list()
308 get_parameter_value(symt) in get_parameter_value()
309 Lsymtab *symt; in get_parameter_value()
334 get_size_expression(symt) in get_size_expression()
335 Lsymtab *symt; in get_size_expression()
624 Lsymtab *symt; local
810 Lsymtab *symt; local
903 Lsymtab *symt; in print_parameter_statement()
1103 Lsymtab *symt;
[all …]
H A Dprlists.c367 Lsymtab *symt = hashtab[h].loc_symtab; local
380 if( symt->common_var ) {
381 Lsymtab *eq = symt;
387 } while(eq != symt);
404 if( eq == symt ) {
561 Lsymtab *symt; local
579 symt = hashtab[h].loc_symtab;
586 comlist[i].used = symt->used_flag;
587 comlist[i].set = symt->set_flag;
686 implied_type = get_type(symt);
[all …]
H A Diokeywds.c213 Lsymtab *symt; local
214 if((symt=hashtab[h].loc_symtab) != NULL) {
215 if(symt->parameter)
216 modespec = symt->info.param->value.string;/* whew! found it! */
309 Lsymtab *symt; in record_io_usage() local
310 if((symt=hashtab[current_io_unit_id].loc_symtab) != NULL) { /* ultra bogus if not in symtab */ in record_io_usage()
311 if( symt->type == type_byte(class_VAR,type_INTEGER) && in record_io_usage()
312 symt->parameter) { /* Can we do business? */ in record_io_usage()
313 current_io_unit_no = symt->info.param->value.integer; in record_io_usage()
H A Dexprtype.c1032 Lsymtab *symt; local
1038 if( symt->intrinsic ) {
1117 if( symt->intrinsic ) {
1159 Lsymtab *symt; local
1162 id_type=get_type(symt);
1177 if(symt->parameter) {
1188 if(symt->array_var)
1190 if(symt->set_flag || symt->common_var || symt->parameter
1191 || symt->argument)
1193 if(symt->assigned_flag)
[all …]
H A Dmakehtml.c650 get_dimension_list(Lsymtab *symt) in get_dimension_list() argument
652 get_dimension_list(symt) in get_dimension_list()
653 Lsymtab *symt; in get_dimension_list()
680 get_parameter_value(Lsymtab *symt) in get_parameter_value() argument
682 get_parameter_value(symt) in get_parameter_value()
683 Lsymtab *symt; in get_parameter_value()
708 get_size_expression(symt) in get_size_expression()
709 Lsymtab *symt; in get_size_expression()
1193 Lsymtab *symt; local
1656 Lsymtab *symt;
[all …]
H A Dplsymtab.h41 const Lsymtab *symt, int force_lineno, const char *msg ));
44 const Lsymtab *symt, int force_lineno, const char *msg ));
49 PROTO(void choose_tag,(int tag_type, const Lsymtab *symt, char **tag, LINENO_t *lineno));
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/os/bsd/
H A Ddecoder_machO.cpp55 struct symtab_command * symt = (struct symtab_command *) in decode() local
57 if (symt == NULL) { in decode()
61 uint32_t off = symt->symoff; /* symbol table offset (within this mach file) */ in decode()
62 uint32_t nsyms = symt->nsyms; /* number of symbol table entries */ in decode()
63 uint32_t stroff = symt->stroff; /* string table offset */ in decode()
64 uint32_t strsize = symt->strsize; /* string table size in bytes */ in decode()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/os/bsd/
H A Ddecoder_machO.cpp55 struct symtab_command * symt = (struct symtab_command *) in decode() local
57 if (symt == NULL) { in decode()
61 uint32_t off = symt->symoff; /* symbol table offset (within this mach file) */ in decode()
62 uint32_t nsyms = symt->nsyms; /* number of symbol table entries */ in decode()
63 uint32_t stroff = symt->stroff; /* string table offset */ in decode()
64 uint32_t strsize = symt->strsize; /* string table size in bytes */ in decode()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/os/bsd/
H A Ddecoder_machO.cpp55 struct symtab_command * symt = (struct symtab_command *) in decode() local
57 if (symt == NULL) { in decode()
61 uint32_t off = symt->symoff; /* symbol table offset (within this mach file) */ in decode()
62 uint32_t nsyms = symt->nsyms; /* number of symbol table entries */ in decode()
63 uint32_t stroff = symt->stroff; /* string table offset */ in decode()
64 uint32_t strsize = symt->strsize; /* string table size in bytes */ in decode()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/os/bsd/
H A Ddecoder_machO.cpp55 struct symtab_command * symt = (struct symtab_command *) in decode() local
57 if (symt == NULL) { in decode()
61 uint32_t off = symt->symoff; /* symbol table offset (within this mach file) */ in decode()
62 uint32_t nsyms = symt->nsyms; /* number of symbol table entries */ in decode()
63 uint32_t stroff = symt->stroff; /* string table offset */ in decode()
64 uint32_t strsize = symt->strsize; /* string table size in bytes */ in decode()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/os/bsd/
H A Ddecoder_machO.cpp55 struct symtab_command * symt = (struct symtab_command *) in decode() local
57 if (symt == NULL) { in decode()
61 uint32_t off = symt->symoff; /* symbol table offset (within this mach file) */ in decode()
62 uint32_t nsyms = symt->nsyms; /* number of symbol table entries */ in decode()
63 uint32_t stroff = symt->stroff; /* string table offset */ in decode()
64 uint32_t strsize = symt->strsize; /* string table size in bytes */ in decode()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/os/bsd/
H A Ddecoder_machO.cpp55 struct symtab_command * symt = (struct symtab_command *) in decode() local
57 if (symt == NULL) { in decode()
61 uint32_t off = symt->symoff; /* symbol table offset (within this mach file) */ in decode()
62 uint32_t nsyms = symt->nsyms; /* number of symbol table entries */ in decode()
63 uint32_t stroff = symt->stroff; /* string table offset */ in decode()
64 uint32_t strsize = symt->strsize; /* string table size in bytes */ in decode()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/os/bsd/
H A Ddecoder_machO.cpp55 struct symtab_command * symt = (struct symtab_command *) in decode() local
57 if (symt == NULL) { in decode()
61 uint32_t off = symt->symoff; /* symbol table offset (within this mach file) */ in decode()
62 uint32_t nsyms = symt->nsyms; /* number of symbol table entries */ in decode()
63 uint32_t stroff = symt->stroff; /* string table offset */ in decode()
64 uint32_t strsize = symt->strsize; /* string table size in bytes */ in decode()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/os/bsd/
H A Ddecoder_machO.cpp55 struct symtab_command * symt = (struct symtab_command *) in decode() local
57 if (symt == NULL) { in decode()
61 uint32_t off = symt->symoff; /* symbol table offset (within this mach file) */ in decode()
62 uint32_t nsyms = symt->nsyms; /* number of symbol table entries */ in decode()
63 uint32_t stroff = symt->stroff; /* string table offset */ in decode()
64 uint32_t strsize = symt->strsize; /* string table size in bytes */ in decode()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/os/bsd/vm/
H A Ddecoder_machO.cpp53 struct symtab_command * symt = (struct symtab_command *) in decode() local
55 if (symt == NULL) { in decode()
59 uint32_t off = symt->symoff; /* symbol table offset (within this mach file) */ in decode()
60 uint32_t nsyms = symt->nsyms; /* number of symbol table entries */ in decode()
61 uint32_t stroff = symt->stroff; /* string table offset */ in decode()
62 uint32_t strsize = symt->strsize; /* string table size in bytes */ in decode()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/os/bsd/vm/
H A Ddecoder_machO.cpp53 struct symtab_command * symt = (struct symtab_command *) in decode() local
55 if (symt == NULL) { in decode()
59 uint32_t off = symt->symoff; /* symbol table offset (within this mach file) */ in decode()
60 uint32_t nsyms = symt->nsyms; /* number of symbol table entries */ in decode()
61 uint32_t stroff = symt->stroff; /* string table offset */ in decode()
62 uint32_t strsize = symt->strsize; /* string table size in bytes */ in decode()
/dports/games/ecwolf/ecwolf-1.3.3-src/src/
H A Ddobject.cpp409 PSymbolTable *symt; in SerializeUserVars()
414 symt = &GetClass()->Symbols; in SerializeUserVars()
419 for (; symt != NULL; symt = symt->ParentSymbolTable) in SerializeUserVars()
421 for (unsigned i = 0; i < symt->Symbols.Size(); ++i) in SerializeUserVars()
423 PSymbol *sym = symt->Symbols[i]; in SerializeUserVars()
452 PSymbol *sym = symt->FindSymbol(varname, true); in SerializeUserVars()
/dports/games/zdoom/zdoom-2.8.1/src/
H A Ddobject.cpp540 PSymbolTable *symt; in SerializeUserVars() local
545 symt = &GetClass()->Symbols; in SerializeUserVars()
550 for (; symt != NULL; symt = symt->ParentSymbolTable) in SerializeUserVars()
552 for (unsigned i = 0; i < symt->Symbols.Size(); ++i) in SerializeUserVars()
554 PSymbol *sym = symt->Symbols[i]; in SerializeUserVars()
583 PSymbol *sym = symt->FindSymbol(varname, true); in SerializeUserVars()
/dports/devel/p5-B-Deobfuscate/B-Deobfuscate-0.20/lib/B/
H A DDeobfuscate.pm157 my $symt = $p->{ $symt_nym . "_symbols" };
158 for my $symt_key ( keys %$symt ) {
159 if ( not defined $symt->{$symt_key} ) {
160 $symt->{$symt_key} = $symt_key;
/dports/games/zdoom/zdoom-2.8.1/src/thingdef/
H A Dthingdef_parse.cpp175 static void ParseConstant (FScanner &sc, PSymbolTable * symt, PClass *cls) in ParseConstant() argument
200 if (symt->AddSymbol (sym) == NULL) in ParseConstant()
223 static void ParseEnum (FScanner &sc, PSymbolTable *symt, PClass *cls) in ParseEnum() argument
241 if (symt->AddSymbol (sym) == NULL) in ParseEnum()
264 static void ParseNativeVariable (FScanner &sc, PSymbolTable * symt, PClass *cls) in ParseNativeVariable() argument
332 if (symt->AddSymbol (sym) == NULL) in ParseNativeVariable()
349 static void ParseUserVariable (FScanner &sc, PSymbolTable *symt, PClass *cls) in ParseUserVariable() argument
397 if (symt->FindSymbol(symname, true) != NULL) in ParseUserVariable()
409 if (symt->AddSymbol(sym) == NULL) in ParseUserVariable()
/dports/science/simbody/simbody-Simbody-3.7/SimTKmath/Optimizers/src/IpOpt/
H A DIpTripletHelper.cpp40 const SymTMatrix* symt = dynamic_cast<const SymTMatrix*>(mptr); in GetNumberEntries() local
41 if (symt) { in GetNumberEntries()
42 return symt->Nonzeros(); in GetNumberEntries()
107 const SymTMatrix* symt = dynamic_cast<const SymTMatrix*>(mptr); in FillRowCol() local
108 if (symt) { in FillRowCol()
109 FillRowCol_(n_entries, *symt, row_offset, col_offset, iRow, jCol); in FillRowCol()
185 const SymTMatrix* symt = dynamic_cast<const SymTMatrix*>(mptr); in FillValues() local
186 if (symt) { in FillValues()
187 FillValues_(n_entries, *symt, values); in FillValues()
/dports/math/ipopt/Ipopt-3.12.13/Ipopt/src/LinAlg/TMatrices/
H A DIpTripletHelper.cpp43 const SymTMatrix* symt = dynamic_cast<const SymTMatrix*>(mptr); in GetNumberEntries() local
44 if (symt) { in GetNumberEntries()
45 return symt->Nonzeros(); in GetNumberEntries()
125 const SymTMatrix* symt = dynamic_cast<const SymTMatrix*>(mptr); in FillRowCol() local
126 if (symt) { in FillRowCol()
127 FillRowCol_(n_entries, *symt, row_offset, col_offset, iRow, jCol); in FillRowCol()
221 const SymTMatrix* symt = dynamic_cast<const SymTMatrix*>(mptr); in FillValues() local
222 if (symt) { in FillValues()
223 FillValues_(n_entries, *symt, values); in FillValues()
/dports/devel/ftnchek/ftnchek-3.3.1/test/
H A Dt208f.opt1 -list -symt -sixchar t208f.f

12345