Home
last modified time | relevance | path

Searched refs:GenScope (Results 1 – 3 of 3) sorted by relevance

/dports/lang/fpc-source/fpc-3.2.2/packages/fcl-passrc/src/
H A Dpasuseanalyzer.pas1031 GenScope: TPasGenericScope;
1038 GenScope:=TPasGenericScope(El.CustomData);
1039 Item:=GenScope.SpecializedFromItem;
2732 GenScope: TPasGenericScope;
2746 GenScope:=TPasGenericScope(El.CustomData);
2747 SpecializedItems:=GenScope.SpecializedItems;
3159 GenScope: TPasGenericScope;
3163 GenScope:=El.CustomData as TPasGenericScope;
3164 if (GenScope<>nil) and (GenScope.SpecializedFromItem<>nil) then
/dports/devel/fpc-fcl-passrc/fpc-3.2.2/packages/fcl-passrc/src/
H A Dpasuseanalyzer.pas1031 GenScope: TPasGenericScope;
1038 GenScope:=TPasGenericScope(El.CustomData);
1039 Item:=GenScope.SpecializedFromItem;
2732 GenScope: TPasGenericScope;
2746 GenScope:=TPasGenericScope(El.CustomData);
2747 SpecializedItems:=GenScope.SpecializedItems;
3159 GenScope: TPasGenericScope;
3163 GenScope:=El.CustomData as TPasGenericScope;
3164 if (GenScope<>nil) and (GenScope.SpecializedFromItem<>nil) then
/dports/deskutils/treesheets/treesheets-1.0.2/lobster/src/lobster/
H A Dcodegen.h205 if (sf && sf->typechecked) GenScope(*sf); in CodeGen()
251 void GenScope(SubFunction &sf) { in GenScope() function