Home
last modified time | relevance | path

Searched refs:trecordsymtable (Results 1 – 25 of 48) sorted by relevance

12

/dports/lang/fpc/fpc-3.2.2/compiler/llvm/
H A Dnllvmcon.pas120 field:=trecordsymtable(strrecdef.symtable).findfieldbyoffset(offset);
121 llvmfield:=trecordsymtable(strrecdef.symtable).llvmst[field];
H A Dllvmdef.pas812 hrecst: trecordsymtable;
867 trecordsymtable(trecorddef(res^.Data).symtable).addalignmentpadding;
/dports/lang/fpc-source/fpc-3.2.2/compiler/llvm/
H A Dnllvmcon.pas120 field:=trecordsymtable(strrecdef.symtable).findfieldbyoffset(offset);
121 llvmfield:=trecordsymtable(strrecdef.symtable).llvmst[field];
H A Dllvmdef.pas812 hrecst: trecordsymtable;
867 trecordsymtable(trecorddef(res^.Data).symtable).addalignmentpadding;
/dports/editors/fpc-ide/fpc-3.2.2/compiler/llvm/
H A Dnllvmcon.pas120 field:=trecordsymtable(strrecdef.symtable).findfieldbyoffset(offset);
121 llvmfield:=trecordsymtable(strrecdef.symtable).llvmst[field];
H A Dllvmdef.pas812 hrecst: trecordsymtable;
867 trecordsymtable(trecorddef(res^.Data).symtable).addalignmentpadding;
/dports/editors/fpc-ide/fpc-3.2.2/compiler/
H A Dsymdef.pas4561 trecordsymtable(symtable).addfield(sym,vis_hidden);
4607 symtable:=trecordsymtable.create(objrealname^,0,0,0);
4614 trecordsymtable(symtable).paddingsize:=ppufile.getword;
4619 trecordsymtable(symtable).ppuload(ppufile);
4680 trecordsymtable(symtable).needs_init_final
4691 result:=trecordsymtable(symtable).has_non_trivial_init;
4772 ppufile.putword(trecordsymtable(symtable).paddingsize);
4784 trecordsymtable(symtable).ppuwrite(ppufile);
4790 result:=trecordsymtable(symtable).datasize;
4796 alignment:=trecordsymtable(symtable).recordalignment;
[all …]
H A Dpsystem.pas253 hrecst : trecordsymtable;
561 …hrecst:=trecordsymtable.create('',current_settings.packrecords,current_settings.alignment.recordal…
586 …hrecst:=trecordsymtable.create('',1,current_settings.alignment.recordalignmin,current_settings.ali…
592 …hrecst:=trecordsymtable.create('',1,current_settings.alignment.recordalignmin,current_settings.ali…
H A Dsymtable.pas157 trecordsymtable = class(tabstractrecordsymtable) class
165 procedure insertunionst(unionst : trecordsymtable;offset : asizeint);
1112 …(mop_initialize in trecordsymtable(trecorddef(tabstractvarsym(sym).vardef).symtable).managementope…
1325 …has_fields_with_mop:=has_fields_with_mop + trecordsymtable(trecorddef(sym.vardef).symtable).manage…
1695 if mop in trecordsymtable(trecorddef(fsym.vardef).symtable).managementoperators then
1824 …constructor trecordsymtable.create(const n:string;usealign,recordminalign,recordmaxCalign:shortint…
1836 procedure trecordsymtable.insertunionst(unionst : trecordsymtable;offset : asizeint);
1939 procedure trecordsymtable.includemanagementoperator(mop:tmanagementoperator);
H A Dptype.pas975 recst: trecordsymtable;
989 …recst:=trecordsymtable.create(n,current_settings.packrecords,current_settings.alignment.recordalig…
998 …recst:=trecordsymtable.create(current_module.realmodulename^+'__fpc_intern_recname_'+tostr(current…
H A Daasmcnst.pas1631 trecordsymtable(trecorddef(result).symtable).addalignmentpadding;
1937 trecordsymtable(anonrecorddef.symtable).recordalignment:=recordalign;
1964 trecordsymtable(result.symtable).addalignmentpadding;
H A Dsymcreat.pas1267 trecordsymtable(nestedvarsst).addfield(tfieldvarsym(result),vis_public);
1348trecordsymtable(trecorddef(tlocalvarsym(pd.parentfpstruct).vardef).symtable).addalignmentpadding;
/dports/lang/fpc/fpc-3.2.2/compiler/
H A Dsymdef.pas4561 trecordsymtable(symtable).addfield(sym,vis_hidden);
4607 symtable:=trecordsymtable.create(objrealname^,0,0,0);
4614 trecordsymtable(symtable).paddingsize:=ppufile.getword;
4619 trecordsymtable(symtable).ppuload(ppufile);
4680 trecordsymtable(symtable).needs_init_final
4691 result:=trecordsymtable(symtable).has_non_trivial_init;
4772 ppufile.putword(trecordsymtable(symtable).paddingsize);
4784 trecordsymtable(symtable).ppuwrite(ppufile);
4790 result:=trecordsymtable(symtable).datasize;
4796 alignment:=trecordsymtable(symtable).recordalignment;
[all …]
H A Dpsystem.pas253 hrecst : trecordsymtable;
561 …hrecst:=trecordsymtable.create('',current_settings.packrecords,current_settings.alignment.recordal…
586 …hrecst:=trecordsymtable.create('',1,current_settings.alignment.recordalignmin,current_settings.ali…
592 …hrecst:=trecordsymtable.create('',1,current_settings.alignment.recordalignmin,current_settings.ali…
H A Dsymtable.pas157 trecordsymtable = class(tabstractrecordsymtable) class
165 procedure insertunionst(unionst : trecordsymtable;offset : asizeint);
1112 …(mop_initialize in trecordsymtable(trecorddef(tabstractvarsym(sym).vardef).symtable).managementope…
1325 …has_fields_with_mop:=has_fields_with_mop + trecordsymtable(trecorddef(sym.vardef).symtable).manage…
1695 if mop in trecordsymtable(trecorddef(fsym.vardef).symtable).managementoperators then
1824 …constructor trecordsymtable.create(const n:string;usealign,recordminalign,recordmaxCalign:shortint…
1836 procedure trecordsymtable.insertunionst(unionst : trecordsymtable;offset : asizeint);
1939 procedure trecordsymtable.includemanagementoperator(mop:tmanagementoperator);
H A Dptype.pas975 recst: trecordsymtable;
989 …recst:=trecordsymtable.create(n,current_settings.packrecords,current_settings.alignment.recordalig…
998 …recst:=trecordsymtable.create(current_module.realmodulename^+'__fpc_intern_recname_'+tostr(current…
H A Daasmcnst.pas1631 trecordsymtable(trecorddef(result).symtable).addalignmentpadding;
1937 trecordsymtable(anonrecorddef.symtable).recordalignment:=recordalign;
1964 trecordsymtable(result.symtable).addalignmentpadding;
H A Dsymcreat.pas1267 trecordsymtable(nestedvarsst).addfield(tfieldvarsym(result),vis_public);
1348trecordsymtable(trecorddef(tlocalvarsym(pd.parentfpstruct).vardef).symtable).addalignmentpadding;
/dports/lang/fpc-source/fpc-3.2.2/compiler/
H A Dsymdef.pas4561 trecordsymtable(symtable).addfield(sym,vis_hidden);
4607 symtable:=trecordsymtable.create(objrealname^,0,0,0);
4614 trecordsymtable(symtable).paddingsize:=ppufile.getword;
4619 trecordsymtable(symtable).ppuload(ppufile);
4680 trecordsymtable(symtable).needs_init_final
4691 result:=trecordsymtable(symtable).has_non_trivial_init;
4772 ppufile.putword(trecordsymtable(symtable).paddingsize);
4784 trecordsymtable(symtable).ppuwrite(ppufile);
4790 result:=trecordsymtable(symtable).datasize;
4796 alignment:=trecordsymtable(symtable).recordalignment;
[all …]
H A Dpsystem.pas253 hrecst : trecordsymtable;
561 …hrecst:=trecordsymtable.create('',current_settings.packrecords,current_settings.alignment.recordal…
586 …hrecst:=trecordsymtable.create('',1,current_settings.alignment.recordalignmin,current_settings.ali…
592 …hrecst:=trecordsymtable.create('',1,current_settings.alignment.recordalignmin,current_settings.ali…
H A Dsymtable.pas157 trecordsymtable = class(tabstractrecordsymtable) class
165 procedure insertunionst(unionst : trecordsymtable;offset : asizeint);
1112 …(mop_initialize in trecordsymtable(trecorddef(tabstractvarsym(sym).vardef).symtable).managementope…
1325 …has_fields_with_mop:=has_fields_with_mop + trecordsymtable(trecorddef(sym.vardef).symtable).manage…
1695 if mop in trecordsymtable(trecorddef(fsym.vardef).symtable).managementoperators then
1824 …constructor trecordsymtable.create(const n:string;usealign,recordminalign,recordmaxCalign:shortint…
1836 procedure trecordsymtable.insertunionst(unionst : trecordsymtable;offset : asizeint);
1939 procedure trecordsymtable.includemanagementoperator(mop:tmanagementoperator);
H A Dptype.pas975 recst: trecordsymtable;
989 …recst:=trecordsymtable.create(n,current_settings.packrecords,current_settings.alignment.recordalig…
998 …recst:=trecordsymtable.create(current_module.realmodulename^+'__fpc_intern_recname_'+tostr(current…
H A Daasmcnst.pas1631 trecordsymtable(trecorddef(result).symtable).addalignmentpadding;
1937 trecordsymtable(anonrecorddef.symtable).recordalignment:=recordalign;
1964 trecordsymtable(result.symtable).addalignmentpadding;
H A Dsymcreat.pas1267 trecordsymtable(nestedvarsst).addfield(tfieldvarsym(result),vis_public);
1348trecordsymtable(trecorddef(tlocalvarsym(pd.parentfpstruct).vardef).symtable).addalignmentpadding;
/dports/editors/fpc-ide/fpc-3.2.2/compiler/arm/
H A Dcpupara.pas279 … if (trecordsymtable(trecorddef(def).symtable).usefieldalignment=bit_alignment) and

12