Files
Nim/compiler/modulegraphs.idx
github-actions[bot] 85fdbc4ae3 Deploy to GitHub pages
2026-07-04 08:24:44 +00:00

107 lines
12 KiB
Plaintext

nimTitle modulegraphs modulegraphs.html module modulegraphs 0
nim SigHash modulegraphs.html#SigHash type SigHash 28
nim Iface modulegraphs.html#Iface object Iface 30
nim Operators modulegraphs.html#Operators object Operators 40
nim NonePass modulegraphs.html#NonePass PipelinePass.NonePass 44
nim SemPass modulegraphs.html#SemPass PipelinePass.SemPass 44
nim JSgenPass modulegraphs.html#JSgenPass PipelinePass.JSgenPass 44
nim CgenPass modulegraphs.html#CgenPass PipelinePass.CgenPass 44
nim NifgenPass modulegraphs.html#NifgenPass PipelinePass.NifgenPass 44
nim EvalPass modulegraphs.html#EvalPass PipelinePass.EvalPass 44
nim InterpreterPass modulegraphs.html#InterpreterPass PipelinePass.InterpreterPass 44
nim GenDependPass modulegraphs.html#GenDependPass PipelinePass.GenDependPass 44
nim Docgen2TexPass modulegraphs.html#Docgen2TexPass PipelinePass.Docgen2TexPass 44
nim Docgen2JsonPass modulegraphs.html#Docgen2JsonPass PipelinePass.Docgen2JsonPass 44
nim Docgen2Pass modulegraphs.html#Docgen2Pass PipelinePass.Docgen2Pass 44
nim PipelinePass modulegraphs.html#PipelinePass enum PipelinePass 44
nim ModuleGraph modulegraphs.html#ModuleGraph type ModuleGraph 57
nim TPassContext modulegraphs.html#TPassContext object TPassContext 183
nim PPassContext modulegraphs.html#PPassContext type PPassContext 185
nim TPassOpen modulegraphs.html#TPassOpen type TPassOpen 187
nim TPassClose modulegraphs.html#TPassClose type TPassClose 188
nim TPassProcess modulegraphs.html#TPassProcess type TPassProcess 189
nim TPass modulegraphs.html#TPass tuple TPass 191
nim resetForBackend modulegraphs.html#resetForBackend,ModuleGraph proc resetForBackend(g: ModuleGraph) 196
nim semtabAll modulegraphs.html#semtabAll.t,ModuleGraph,PSym template semtabAll(g: ModuleGraph; m: PSym): TStrTable 253
nim initStrTables modulegraphs.html#initStrTables,ModuleGraph,PSym proc initStrTables(g: ModuleGraph; m: PSym) 256
nim strTableAdds modulegraphs.html#strTableAdds,ModuleGraph,PSym,PSym proc strTableAdds(g: ModuleGraph; m: PSym; s: PSym) 260
nim isCachedModule modulegraphs.html#isCachedModule,ModuleGraph,PSym proc isCachedModule(g: ModuleGraph; m: PSym): bool 267
nim ModuleIter modulegraphs.html#ModuleIter object ModuleIter 271
nim initModuleIter modulegraphs.html#initModuleIter,ModuleIter,ModuleGraph,PSym,PIdent proc initModuleIter(mi: var ModuleIter; g: ModuleGraph; m: PSym; name: PIdent): PSym 276
nim nextModuleIter modulegraphs.html#nextModuleIter,ModuleIter,ModuleGraph proc nextModuleIter(mi: var ModuleIter; g: ModuleGraph): PSym 282
nim allSyms modulegraphs.html#allSyms.i,ModuleGraph,PSym iterator allSyms(g: ModuleGraph; m: PSym): PSym 285
nim reexportedModuleSyms modulegraphs.html#reexportedModuleSyms,ModuleGraph,PSym proc reexportedModuleSyms(g: ModuleGraph; m: PSym): seq[(string, string)] 291
nim someSym modulegraphs.html#someSym,ModuleGraph,PSym,PIdent proc someSym(g: ModuleGraph; m: PSym; name: PIdent): PSym 303
nim someSymAmb modulegraphs.html#someSymAmb,ModuleGraph,PSym,PIdent,bool proc someSymAmb(g: ModuleGraph; m: PSym; name: PIdent; amb: var bool): PSym 307
nim systemModuleSym modulegraphs.html#systemModuleSym,ModuleGraph,PIdent proc systemModuleSym(g: ModuleGraph; name: PIdent): PSym 315
nim systemModuleSyms modulegraphs.html#systemModuleSyms.i,ModuleGraph,PIdent iterator systemModuleSyms(g: ModuleGraph; name: PIdent): PSym 318
nim typeInstCacheItems modulegraphs.html#typeInstCacheItems.i,ModuleGraph,PSym iterator typeInstCacheItems(g: ModuleGraph; s: PSym): PType 325
nim procInstCacheItems modulegraphs.html#procInstCacheItems.i,ModuleGraph,PSym iterator procInstCacheItems(g: ModuleGraph; s: PSym): PInstantiation 331
nim getAttachedOp modulegraphs.html#getAttachedOp,ModuleGraph,PType,TTypeAttachedOp proc getAttachedOp(g: ModuleGraph; t: PType; op: TTypeAttachedOp): PSym 338
nim setAttachedOp modulegraphs.html#setAttachedOp,ModuleGraph,int,PType,TTypeAttachedOp,PSym proc setAttachedOp(g: ModuleGraph; module: int; t: PType; op: TTypeAttachedOp;\n value: PSym) 359
nim setAttachedOp modulegraphs.html#setAttachedOp,ModuleGraph,int,ItemId,TTypeAttachedOp,PSym proc setAttachedOp(g: ModuleGraph; module: int; typeId: ItemId; op: TTypeAttachedOp;\n value: PSym) 411
nim setAttachedOpPartial modulegraphs.html#setAttachedOpPartial,ModuleGraph,int,PType,TTypeAttachedOp,PSym proc setAttachedOpPartial(g: ModuleGraph; module: int; t: PType; op: TTypeAttachedOp;\n value: PSym) 415
nim completePartialOp modulegraphs.html#completePartialOp,ModuleGraph,int,PType,TTypeAttachedOp,PSym proc completePartialOp(g: ModuleGraph; module: int; t: PType; op: TTypeAttachedOp;\n value: PSym) 419
nim getDispatchers modulegraphs.html#getDispatchers.i,ModuleGraph iterator getDispatchers(g: ModuleGraph): PSym 422
nim addDispatchers modulegraphs.html#addDispatchers,ModuleGraph,PSym proc addDispatchers(g: ModuleGraph; value: PSym) 426
nim setMethodsPerType modulegraphs.html#setMethodsPerType,ModuleGraph,ItemId,seq[PSym] proc setMethodsPerType(g: ModuleGraph; id: ItemId; methods: seq[PSym]) 434
nim addNifReplayAction modulegraphs.html#addNifReplayAction,ModuleGraph,int32,PNode proc addNifReplayAction(g: ModuleGraph; module: int32; n: PNode) 438
nim getMethodsPerType modulegraphs.html#getMethodsPerType.i,ModuleGraph,PType iterator getMethodsPerType(g: ModuleGraph; t: PType): PSym 442
nim getToStringProc modulegraphs.html#getToStringProc,ModuleGraph,PType proc getToStringProc(g: ModuleGraph; t: PType): PSym 447
nim setToStringProc modulegraphs.html#setToStringProc,ModuleGraph,PType,PSym proc setToStringProc(g: ModuleGraph; t: PType; value: PSym) 454
nim methodsForGeneric modulegraphs.html#methodsForGeneric.i,ModuleGraph,PType iterator methodsForGeneric(g: ModuleGraph; t: PType): (int, PSym) 462
nim addMethodToGeneric modulegraphs.html#addMethodToGeneric,ModuleGraph,int,PType,int,PSym proc addMethodToGeneric(g: ModuleGraph; module: int; t: PType; col: int; m: PSym) 467
nim logMethodDef modulegraphs.html#logMethodDef,ModuleGraph,PSym proc logMethodDef(g: ModuleGraph; s: PSym) 473
nim registerLoadedMethod modulegraphs.html#registerLoadedMethod,ModuleGraph,PSym proc registerLoadedMethod(g: ModuleGraph; m: PSym) 483
nim flushMethodReplays modulegraphs.html#flushMethodReplays,ModuleGraph proc flushMethodReplays(g: ModuleGraph) 508
nim logGenericInstance modulegraphs.html#logGenericInstance,ModuleGraph,PSym proc logGenericInstance(g: ModuleGraph; inst: PSym) 516
nim InstanceDisambBit modulegraphs.html#InstanceDisambBit const InstanceDisambBit 525
nim setInstanceDisamb modulegraphs.html#setInstanceDisamb,ModuleGraph,PSym,PSym,openArray[PType] proc setInstanceDisamb(g: ModuleGraph; inst, generic: PSym;\n concreteTypes: openArray[PType]) 531
nim HookDisambBit modulegraphs.html#HookDisambBit const HookDisambBit 569
nim setHookDisamb modulegraphs.html#setHookDisamb,ModuleGraph,PSym,string,PType proc setHookDisamb(g: ModuleGraph; hook: PSym; opName: string; typ: PType) 574
nim hasDisabledAsgn modulegraphs.html#hasDisabledAsgn,ModuleGraph,PType proc hasDisabledAsgn(g: ModuleGraph; t: PType): bool 604
nim copyTypeProps modulegraphs.html#copyTypeProps,ModuleGraph,int,PType,PType proc copyTypeProps(g: ModuleGraph; module: int; dest, src: PType) 608
nim loadCompilerProc modulegraphs.html#loadCompilerProc,ModuleGraph,string proc loadCompilerProc(g: ModuleGraph; name: string): PSym 614
nim `$` modulegraphs.html#$,SigHash proc `$`(u: SigHash): string 647
nim `==` modulegraphs.html#==,SigHash,SigHash proc `==`(a, b: SigHash): bool 650
nim hash modulegraphs.html#hash,SigHash proc hash(u: SigHash): Hash 653
nim hash modulegraphs.html#hash,FileIndex proc hash(x: FileIndex): Hash 658
nim onUse modulegraphs.html#onUse.t,TLineInfo,PSym template onUse(info: TLineInfo; s: PSym; isGenericInstance = false) 668
nim onDef modulegraphs.html#onDef.t,TLineInfo,PSym template onDef(info: TLineInfo; s: PSym) 669
nim onDefResolveForward modulegraphs.html#onDefResolveForward.t,TLineInfo,PSym template onDefResolveForward(info: TLineInfo; s: PSym) 670
nim stopCompile modulegraphs.html#stopCompile,ModuleGraph proc stopCompile(g: ModuleGraph): bool 672
nim createMagic modulegraphs.html#createMagic,ModuleGraph,IdGenerator,string,TMagic proc createMagic(g: ModuleGraph; idgen: IdGenerator; name: string; m: TMagic): PSym 675
nim uniqueModuleName modulegraphs.html#uniqueModuleName,ConfigRef,PSym proc uniqueModuleName(conf: ConfigRef; m: PSym): string 683
nim registerModule modulegraphs.html#registerModule,ModuleGraph,PSym proc registerModule(g: ModuleGraph; m: PSym) 726
nim registerModuleById modulegraphs.html#registerModuleById,ModuleGraph,FileIndex proc registerModuleById(g: ModuleGraph; m: FileIndex) 738
nim initOperators modulegraphs.html#initOperators,ModuleGraph proc initOperators(g: ModuleGraph): Operators 741
nim newModuleGraph modulegraphs.html#newModuleGraph,IdentCache,ConfigRef proc newModuleGraph(cache: IdentCache; config: ConfigRef): ModuleGraph 789
nim resetAllModules modulegraphs.html#resetAllModules,ModuleGraph proc resetAllModules(g: ModuleGraph) 796
nim getModule modulegraphs.html#getModule,ModuleGraph,FileIndex proc getModule(g: ModuleGraph; fileIdx: FileIndex): PSym 809
nim moduleOpenForCodegen modulegraphs.html#moduleOpenForCodegen,ModuleGraph,FileIndex proc moduleOpenForCodegen(g: ModuleGraph; m: FileIndex): bool 815
nim recordIcImplDep modulegraphs.html#recordIcImplDep,ModuleGraph,PSym proc recordIcImplDep(g: ModuleGraph; s: PSym) 818
nim addDep modulegraphs.html#addDep,ModuleGraph,PSym,FileIndex proc addDep(g: ModuleGraph; m: PSym; dep: FileIndex) 829
nim addIncludeDep modulegraphs.html#addIncludeDep,ModuleGraph,FileIndex,FileIndex proc addIncludeDep(g: ModuleGraph; module, includeFile: FileIndex) 837
nim parentModule modulegraphs.html#parentModule,ModuleGraph,FileIndex proc parentModule(g: ModuleGraph; fileIdx: FileIndex): FileIndex 840
nim markDirty modulegraphs.html#markDirty,ModuleGraph,FileIndex proc markDirty(g: ModuleGraph; fileIdx: FileIndex) 858
nim unmarkAllDirty modulegraphs.html#unmarkAllDirty,ModuleGraph proc unmarkAllDirty(g: ModuleGraph) 865
nim isDirty modulegraphs.html#isDirty,ModuleGraph,PSym proc isDirty(g: ModuleGraph; m: PSym): bool 871
nim markClientsDirty modulegraphs.html#markClientsDirty,ModuleGraph,FileIndex proc markClientsDirty(g: ModuleGraph; fileIdx: FileIndex) 874
nim needsCompilation modulegraphs.html#needsCompilation,ModuleGraph proc needsCompilation(g: ModuleGraph): bool 887
nim needsCompilation modulegraphs.html#needsCompilation,ModuleGraph,FileIndex proc needsCompilation(g: ModuleGraph; fileIdx: FileIndex): bool 896
nim getBody modulegraphs.html#getBody,ModuleGraph,PSym proc getBody(g: ModuleGraph; s: PSym): PNode 907
nim registerLoadedHooks modulegraphs.html#registerLoadedHooks,ModuleGraph,seq[LogEntry] proc registerLoadedHooks(g: ModuleGraph; logOps: seq[LogEntry]) 916
nim moduleFromNifFile modulegraphs.html#moduleFromNifFile,ModuleGraph,FileIndex,set[LoadFlag] proc moduleFromNifFile(g: ModuleGraph; fileIdx: FileIndex; flags: set[LoadFlag] = {}): PrecompiledModule 1034
nim registerIncluderFromNif modulegraphs.html#registerIncluderFromNif,ModuleGraph,FileIndex proc registerIncluderFromNif(g: ModuleGraph; fileIdx: FileIndex): bool 1138
nim needsIncludeScan modulegraphs.html#needsIncludeScan,ModuleGraph,FileIndex proc needsIncludeScan(g: ModuleGraph; fileIdx: FileIndex): bool 1157
nim configComplete modulegraphs.html#configComplete,ModuleGraph proc configComplete(g: ModuleGraph) 1163
nim onProcessing modulegraphs.html#onProcessing,ModuleGraph,FileIndex,string,PSym proc onProcessing(graph: ModuleGraph; fileIdx: FileIndex; moduleStatus: string;\n fromModule: PSym) 1167
nim getPackage modulegraphs.html#getPackage,ModuleGraph,FileIndex proc getPackage(graph: ModuleGraph; fileIdx: FileIndex): PSym 1177
nim belongsToStdlib modulegraphs.html#belongsToStdlib,ModuleGraph,PSym proc belongsToStdlib(graph: ModuleGraph; sym: PSym): bool 1188
nim fileSymbols modulegraphs.html#fileSymbols,ModuleGraph,FileIndex proc fileSymbols(graph: ModuleGraph; fileIdx: FileIndex): SuggestFileSymbolDatabase 1201
nim suggestSymbolsIter modulegraphs.html#suggestSymbolsIter.i,ModuleGraph iterator suggestSymbolsIter(g: ModuleGraph): SymInfoPair 1205
nim suggestErrorsIter modulegraphs.html#suggestErrorsIter.i,ModuleGraph iterator suggestErrorsIter(g: ModuleGraph): Suggest 1210
nimgrp setattachedop modulegraphs.html#setAttachedOp-procs-all proc 359
nimgrp needscompilation modulegraphs.html#needsCompilation-procs-all proc 887
nimgrp hash modulegraphs.html#hash-procs-all proc 653