Home
last modified time | relevance | path

Searched refs:nodetype2str (Results 1 – 22 of 22) sorted by relevance

/dports/lang/fpc/fpc-3.2.2/compiler/
H A Dpass_2.pas202 … Comment(V_Warning,'ExpectLoc is not set before secondpass: '+nodetype2str[p.nodetype]);
204 … Comment(V_Warning,'Location.Loc is already set before secondpass: '+nodetype2str[p.nodetype]);
219 ….location.loc]+') not equal to expectloc ('+tcgloc2str[p.expectloc]+'): '+nodetype2str[p.nodetype])
221 …location.loc]+') not equal to expectloc ('+tcgloc2str[p.expectloc]+'): '+nodetype2str[p.nodetype]);
224 Comment(V_Warning,'Location not set in secondpass: '+nodetype2str[p.nodetype]);
H A Doptutils.pas131 … write(text(arg^),nodetype2str[n.nodetype],'(',n.fileinfo.line,',',n.fileinfo.column,') Life: ');
138 …write(text(arg^),' Successor: ',nodetype2str[n.successor.nodetype],'(',n.successor.fileinfo.line,'…
H A Dpass_1.pas213 … Comment(V_Warning,'Expectloc is not set in firstpass: '+nodetype2str[p.nodetype]);
H A Dnode.pas119 nodetype2str : array[tnodetype] of string[24] = (
852 Comment(V_Warning,'mark_write not implemented for '+nodetype2str[nodetype]);
862 write(t,nodetype2str[nodetype]);
H A Doptdfa.pas193 …writeln('Another DFA pass caused by: ',nodetype2str[n.nodetype],'(',n.fileinfo.line,',',n.fileinfo…
243 …writeln('Handling: ',nodetype2str[node.nodetype],'(',node.fileinfo.line,',',node.fileinfo.column,'…
/dports/lang/fpc-source/fpc-3.2.2/compiler/
H A Dpass_2.pas202 … Comment(V_Warning,'ExpectLoc is not set before secondpass: '+nodetype2str[p.nodetype]);
204 … Comment(V_Warning,'Location.Loc is already set before secondpass: '+nodetype2str[p.nodetype]);
219 ….location.loc]+') not equal to expectloc ('+tcgloc2str[p.expectloc]+'): '+nodetype2str[p.nodetype])
221 …location.loc]+') not equal to expectloc ('+tcgloc2str[p.expectloc]+'): '+nodetype2str[p.nodetype]);
224 Comment(V_Warning,'Location not set in secondpass: '+nodetype2str[p.nodetype]);
H A Doptutils.pas131 … write(text(arg^),nodetype2str[n.nodetype],'(',n.fileinfo.line,',',n.fileinfo.column,') Life: ');
138 …write(text(arg^),' Successor: ',nodetype2str[n.successor.nodetype],'(',n.successor.fileinfo.line,'…
H A Dpass_1.pas213 … Comment(V_Warning,'Expectloc is not set in firstpass: '+nodetype2str[p.nodetype]);
H A Dnode.pas119 nodetype2str : array[tnodetype] of string[24] = (
852 Comment(V_Warning,'mark_write not implemented for '+nodetype2str[nodetype]);
862 write(t,nodetype2str[nodetype]);
H A Doptdfa.pas193 …writeln('Another DFA pass caused by: ',nodetype2str[n.nodetype],'(',n.fileinfo.line,',',n.fileinfo…
243 …writeln('Handling: ',nodetype2str[node.nodetype],'(',node.fileinfo.line,',',node.fileinfo.column,'…
/dports/editors/fpc-ide/fpc-3.2.2/compiler/
H A Dpass_2.pas202 … Comment(V_Warning,'ExpectLoc is not set before secondpass: '+nodetype2str[p.nodetype]);
204 … Comment(V_Warning,'Location.Loc is already set before secondpass: '+nodetype2str[p.nodetype]);
219 ….location.loc]+') not equal to expectloc ('+tcgloc2str[p.expectloc]+'): '+nodetype2str[p.nodetype])
221 …location.loc]+') not equal to expectloc ('+tcgloc2str[p.expectloc]+'): '+nodetype2str[p.nodetype]);
224 Comment(V_Warning,'Location not set in secondpass: '+nodetype2str[p.nodetype]);
H A Doptutils.pas131 … write(text(arg^),nodetype2str[n.nodetype],'(',n.fileinfo.line,',',n.fileinfo.column,') Life: ');
138 …write(text(arg^),' Successor: ',nodetype2str[n.successor.nodetype],'(',n.successor.fileinfo.line,'…
H A Dpass_1.pas213 … Comment(V_Warning,'Expectloc is not set in firstpass: '+nodetype2str[p.nodetype]);
H A Dnode.pas119 nodetype2str : array[tnodetype] of string[24] = (
852 Comment(V_Warning,'mark_write not implemented for '+nodetype2str[nodetype]);
862 write(t,nodetype2str[nodetype]);
H A Doptdfa.pas193 …writeln('Another DFA pass caused by: ',nodetype2str[n.nodetype],'(',n.fileinfo.line,',',n.fileinfo…
243 …writeln('Handling: ',nodetype2str[node.nodetype],'(',node.fileinfo.line,',',node.fileinfo.column,'…
/dports/japanese/gawk/gawk-3.0.6/
H A Deval.c42 char *nodetype2str P((NODETYPE type));
255 nodetype2str(type) in nodetype2str() function
989 fatal("illegal type (%s) in tree_eval", nodetype2str(tree->type));
1630 fprintf(stderr, "type = %s\n", nodetype2str(ptr->type));
H A DChangeLog841 * eval.c (nodetype2str): not static, for debugging.
1011 * eval.c (nodetype2str): make static, add prototype.
1324 * eval.c (nodetype2str): new function, used for diagnostics.
1325 eval.c (interpret): use nodetype2str when finding invalid node.
/dports/lang/gawk/gawk-5.1.1/
H A Deval.c396 nodetype2str(NODETYPE type) in nodetype2str() function
1487 nodetype2str(r->type)); in unwind_stack()
H A Dprofile.c372 nodetype2str(m->type)); in pprint()
376 fprintf(stderr, "Got unexpected type %s\n", nodetype2str(m->type)); in pprint()
H A Dbuiltin.c4199 nodetype2str(arg->type)); in do_typeof()
4203 nodetype2str(arg->type)); in do_typeof()
H A Dawk.h1542 extern const char *nodetype2str(NODETYPE type);
H A DChangeLog.01581 * eval.c (nodetype2str): Add new node type.
5892 (flags2str, genflags2str, nodetype2str, redflags2str, set_loc,
5897 * eval.c (casetable, nodetypes, nodetype2str, flags2str,
8108 * awk.h (nodetype2str): Add declaration.
9306 * eval.c (nodetype2str): Not static, for debugging.
9476 * eval.c (nodetype2str): Make static, add prototype.
9788 * eval.c (nodetype2str): New function, used for diagnostics.
9789 (interpret): Use nodetype2str when finding invalid node.