Home
last modified time | relevance | path

Searched refs:tlocalsymtable (Results 1 – 9 of 9) sorted by relevance

/dports/lang/fpc/fpc-3.2.2/compiler/
H A Dpparautl.pas193 tlocalsymtable(tprocdef(pd).localst).insert(aliasvs);
233 tlocalsymtable(tprocdef(pd).localst).insert(aliasvs);
336 tlocalsymtable(pd.localst).insert(aliasvs);
347 tlocalsymtable(pd.localst).insert(aliasvs);
H A Dsymdef.pas5617 localst:=tlocalsymtable.create(self,parast.symtablelevel);
5733 localst:=tlocalsymtable.create(self,level);
5734 tlocalsymtable(localst).ppuload(ppufile);
5917 tlocalsymtable(localst).ppuwrite(ppufile);
6189 tlocalsymtable(localst).buildderef;
6190 tlocalsymtable(localst).buildderefimpl;
6223 tlocalsymtable(localst).deref(false);
6224 tlocalsymtable(localst).derefimpl(false);
H A Dsymtable.pas224 tlocalsymtable = class(tabstractlocalsymtable) class
2392 constructor tlocalsymtable.create(adefowner:tdef;level:byte);
2401 function tlocalsymtable.checkduplicate(var hashedid:THashedIDString;sym:TSymEntry):boolean; in tlocalsymtable.checkduplicate()
/dports/lang/fpc-source/fpc-3.2.2/compiler/
H A Dpparautl.pas193 tlocalsymtable(tprocdef(pd).localst).insert(aliasvs);
233 tlocalsymtable(tprocdef(pd).localst).insert(aliasvs);
336 tlocalsymtable(pd.localst).insert(aliasvs);
347 tlocalsymtable(pd.localst).insert(aliasvs);
H A Dsymdef.pas5617 localst:=tlocalsymtable.create(self,parast.symtablelevel);
5733 localst:=tlocalsymtable.create(self,level);
5734 tlocalsymtable(localst).ppuload(ppufile);
5917 tlocalsymtable(localst).ppuwrite(ppufile);
6189 tlocalsymtable(localst).buildderef;
6190 tlocalsymtable(localst).buildderefimpl;
6223 tlocalsymtable(localst).deref(false);
6224 tlocalsymtable(localst).derefimpl(false);
H A Dsymtable.pas224 tlocalsymtable = class(tabstractlocalsymtable) class
2392 constructor tlocalsymtable.create(adefowner:tdef;level:byte);
2401 function tlocalsymtable.checkduplicate(var hashedid:THashedIDString;sym:TSymEntry):boolean; in tlocalsymtable.checkduplicate()
/dports/editors/fpc-ide/fpc-3.2.2/compiler/
H A Dpparautl.pas193 tlocalsymtable(tprocdef(pd).localst).insert(aliasvs);
233 tlocalsymtable(tprocdef(pd).localst).insert(aliasvs);
336 tlocalsymtable(pd.localst).insert(aliasvs);
347 tlocalsymtable(pd.localst).insert(aliasvs);
H A Dsymdef.pas5617 localst:=tlocalsymtable.create(self,parast.symtablelevel);
5733 localst:=tlocalsymtable.create(self,level);
5734 tlocalsymtable(localst).ppuload(ppufile);
5917 tlocalsymtable(localst).ppuwrite(ppufile);
6189 tlocalsymtable(localst).buildderef;
6190 tlocalsymtable(localst).buildderefimpl;
6223 tlocalsymtable(localst).deref(false);
6224 tlocalsymtable(localst).derefimpl(false);
H A Dsymtable.pas224 tlocalsymtable = class(tabstractlocalsymtable) class
2392 constructor tlocalsymtable.create(adefowner:tdef;level:byte);
2401 function tlocalsymtable.checkduplicate(var hashedid:THashedIDString;sym:TSymEntry):boolean; in tlocalsymtable.checkduplicate()