mirror of
https://github.com/nim-lang/Nim.git
synced 2026-08-27 17:11:40 +00:00
104 lines
12 KiB
Plaintext
104 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 172
|
|
nim PPassContext modulegraphs.html#PPassContext type PPassContext 174
|
|
nim TPassOpen modulegraphs.html#TPassOpen type TPassOpen 176
|
|
nim TPassClose modulegraphs.html#TPassClose type TPassClose 177
|
|
nim TPassProcess modulegraphs.html#TPassProcess type TPassProcess 178
|
|
nim TPass modulegraphs.html#TPass tuple TPass 180
|
|
nim resetForBackend modulegraphs.html#resetForBackend,ModuleGraph proc resetForBackend(g: ModuleGraph) 185
|
|
nim semtabAll modulegraphs.html#semtabAll.t,ModuleGraph,PSym template semtabAll(g: ModuleGraph; m: PSym): TStrTable 242
|
|
nim initStrTables modulegraphs.html#initStrTables,ModuleGraph,PSym proc initStrTables(g: ModuleGraph; m: PSym) 245
|
|
nim strTableAdds modulegraphs.html#strTableAdds,ModuleGraph,PSym,PSym proc strTableAdds(g: ModuleGraph; m: PSym; s: PSym) 249
|
|
nim isCachedModule modulegraphs.html#isCachedModule,ModuleGraph,PSym proc isCachedModule(g: ModuleGraph; m: PSym): bool 256
|
|
nim ModuleIter modulegraphs.html#ModuleIter object ModuleIter 260
|
|
nim initModuleIter modulegraphs.html#initModuleIter,ModuleIter,ModuleGraph,PSym,PIdent proc initModuleIter(mi: var ModuleIter; g: ModuleGraph; m: PSym; name: PIdent): PSym 265
|
|
nim nextModuleIter modulegraphs.html#nextModuleIter,ModuleIter,ModuleGraph proc nextModuleIter(mi: var ModuleIter; g: ModuleGraph): PSym 271
|
|
nim allSyms modulegraphs.html#allSyms.i,ModuleGraph,PSym iterator allSyms(g: ModuleGraph; m: PSym): PSym 274
|
|
nim reexportedModuleSyms modulegraphs.html#reexportedModuleSyms,ModuleGraph,PSym proc reexportedModuleSyms(g: ModuleGraph; m: PSym): seq[(string, string)] 280
|
|
nim someSym modulegraphs.html#someSym,ModuleGraph,PSym,PIdent proc someSym(g: ModuleGraph; m: PSym; name: PIdent): PSym 292
|
|
nim someSymAmb modulegraphs.html#someSymAmb,ModuleGraph,PSym,PIdent,bool proc someSymAmb(g: ModuleGraph; m: PSym; name: PIdent; amb: var bool): PSym 296
|
|
nim systemModuleSym modulegraphs.html#systemModuleSym,ModuleGraph,PIdent proc systemModuleSym(g: ModuleGraph; name: PIdent): PSym 304
|
|
nim systemModuleSyms modulegraphs.html#systemModuleSyms.i,ModuleGraph,PIdent iterator systemModuleSyms(g: ModuleGraph; name: PIdent): PSym 307
|
|
nim typeInstCacheItems modulegraphs.html#typeInstCacheItems.i,ModuleGraph,PSym iterator typeInstCacheItems(g: ModuleGraph; s: PSym): PType 314
|
|
nim procInstCacheItems modulegraphs.html#procInstCacheItems.i,ModuleGraph,PSym iterator procInstCacheItems(g: ModuleGraph; s: PSym): PInstantiation 320
|
|
nim getAttachedOp modulegraphs.html#getAttachedOp,ModuleGraph,PType,TTypeAttachedOp proc getAttachedOp(g: ModuleGraph; t: PType; op: TTypeAttachedOp): PSym 327
|
|
nim setAttachedOp modulegraphs.html#setAttachedOp,ModuleGraph,int,PType,TTypeAttachedOp,PSym proc setAttachedOp(g: ModuleGraph; module: int; t: PType; op: TTypeAttachedOp;\n value: PSym) 348
|
|
nim setAttachedOp modulegraphs.html#setAttachedOp,ModuleGraph,int,ItemId,TTypeAttachedOp,PSym proc setAttachedOp(g: ModuleGraph; module: int; typeId: ItemId; op: TTypeAttachedOp;\n value: PSym) 400
|
|
nim setAttachedOpPartial modulegraphs.html#setAttachedOpPartial,ModuleGraph,int,PType,TTypeAttachedOp,PSym proc setAttachedOpPartial(g: ModuleGraph; module: int; t: PType; op: TTypeAttachedOp;\n value: PSym) 404
|
|
nim completePartialOp modulegraphs.html#completePartialOp,ModuleGraph,int,PType,TTypeAttachedOp,PSym proc completePartialOp(g: ModuleGraph; module: int; t: PType; op: TTypeAttachedOp;\n value: PSym) 408
|
|
nim getDispatchers modulegraphs.html#getDispatchers.i,ModuleGraph iterator getDispatchers(g: ModuleGraph): PSym 411
|
|
nim addDispatchers modulegraphs.html#addDispatchers,ModuleGraph,PSym proc addDispatchers(g: ModuleGraph; value: PSym) 415
|
|
nim setMethodsPerType modulegraphs.html#setMethodsPerType,ModuleGraph,ItemId,seq[PSym] proc setMethodsPerType(g: ModuleGraph; id: ItemId; methods: seq[PSym]) 423
|
|
nim addNifReplayAction modulegraphs.html#addNifReplayAction,ModuleGraph,int32,PNode proc addNifReplayAction(g: ModuleGraph; module: int32; n: PNode) 427
|
|
nim getMethodsPerType modulegraphs.html#getMethodsPerType.i,ModuleGraph,PType iterator getMethodsPerType(g: ModuleGraph; t: PType): PSym 431
|
|
nim getToStringProc modulegraphs.html#getToStringProc,ModuleGraph,PType proc getToStringProc(g: ModuleGraph; t: PType): PSym 436
|
|
nim setToStringProc modulegraphs.html#setToStringProc,ModuleGraph,PType,PSym proc setToStringProc(g: ModuleGraph; t: PType; value: PSym) 443
|
|
nim methodsForGeneric modulegraphs.html#methodsForGeneric.i,ModuleGraph,PType iterator methodsForGeneric(g: ModuleGraph; t: PType): (int, PSym) 451
|
|
nim addMethodToGeneric modulegraphs.html#addMethodToGeneric,ModuleGraph,int,PType,int,PSym proc addMethodToGeneric(g: ModuleGraph; module: int; t: PType; col: int; m: PSym) 456
|
|
nim logMethodDef modulegraphs.html#logMethodDef,ModuleGraph,PSym proc logMethodDef(g: ModuleGraph; s: PSym) 462
|
|
nim registerLoadedMethod modulegraphs.html#registerLoadedMethod,ModuleGraph,PSym proc registerLoadedMethod(g: ModuleGraph; m: PSym) 472
|
|
nim flushMethodReplays modulegraphs.html#flushMethodReplays,ModuleGraph proc flushMethodReplays(g: ModuleGraph) 497
|
|
nim logGenericInstance modulegraphs.html#logGenericInstance,ModuleGraph,PSym proc logGenericInstance(g: ModuleGraph; inst: PSym) 505
|
|
nim InstanceDisambBit modulegraphs.html#InstanceDisambBit const InstanceDisambBit 514
|
|
nim setInstanceDisamb modulegraphs.html#setInstanceDisamb,ModuleGraph,PSym,PSym,openArray[PType] proc setInstanceDisamb(g: ModuleGraph; inst, generic: PSym;\n concreteTypes: openArray[PType]) 520
|
|
nim HookDisambBit modulegraphs.html#HookDisambBit const HookDisambBit 558
|
|
nim setHookDisamb modulegraphs.html#setHookDisamb,ModuleGraph,PSym,string,PType proc setHookDisamb(g: ModuleGraph; hook: PSym; opName: string; typ: PType) 563
|
|
nim hasDisabledAsgn modulegraphs.html#hasDisabledAsgn,ModuleGraph,PType proc hasDisabledAsgn(g: ModuleGraph; t: PType): bool 593
|
|
nim copyTypeProps modulegraphs.html#copyTypeProps,ModuleGraph,int,PType,PType proc copyTypeProps(g: ModuleGraph; module: int; dest, src: PType) 597
|
|
nim loadCompilerProc modulegraphs.html#loadCompilerProc,ModuleGraph,string proc loadCompilerProc(g: ModuleGraph; name: string): PSym 603
|
|
nim `$` modulegraphs.html#$,SigHash proc `$`(u: SigHash): string 631
|
|
nim `==` modulegraphs.html#==,SigHash,SigHash proc `==`(a, b: SigHash): bool 634
|
|
nim hash modulegraphs.html#hash,SigHash proc hash(u: SigHash): Hash 637
|
|
nim hash modulegraphs.html#hash,FileIndex proc hash(x: FileIndex): Hash 642
|
|
nim onUse modulegraphs.html#onUse.t,TLineInfo,PSym template onUse(info: TLineInfo; s: PSym; isGenericInstance = false) 652
|
|
nim onDef modulegraphs.html#onDef.t,TLineInfo,PSym template onDef(info: TLineInfo; s: PSym) 653
|
|
nim onDefResolveForward modulegraphs.html#onDefResolveForward.t,TLineInfo,PSym template onDefResolveForward(info: TLineInfo; s: PSym) 654
|
|
nim stopCompile modulegraphs.html#stopCompile,ModuleGraph proc stopCompile(g: ModuleGraph): bool 656
|
|
nim createMagic modulegraphs.html#createMagic,ModuleGraph,IdGenerator,string,TMagic proc createMagic(g: ModuleGraph; idgen: IdGenerator; name: string; m: TMagic): PSym 659
|
|
nim uniqueModuleName modulegraphs.html#uniqueModuleName,ConfigRef,PSym proc uniqueModuleName(conf: ConfigRef; m: PSym): string 667
|
|
nim registerModule modulegraphs.html#registerModule,ModuleGraph,PSym proc registerModule(g: ModuleGraph; m: PSym) 710
|
|
nim registerModuleById modulegraphs.html#registerModuleById,ModuleGraph,FileIndex proc registerModuleById(g: ModuleGraph; m: FileIndex) 722
|
|
nim initOperators modulegraphs.html#initOperators,ModuleGraph proc initOperators(g: ModuleGraph): Operators 725
|
|
nim newModuleGraph modulegraphs.html#newModuleGraph,IdentCache,ConfigRef proc newModuleGraph(cache: IdentCache; config: ConfigRef): ModuleGraph 773
|
|
nim resetAllModules modulegraphs.html#resetAllModules,ModuleGraph proc resetAllModules(g: ModuleGraph) 780
|
|
nim getModule modulegraphs.html#getModule,ModuleGraph,FileIndex proc getModule(g: ModuleGraph; fileIdx: FileIndex): PSym 793
|
|
nim moduleOpenForCodegen modulegraphs.html#moduleOpenForCodegen,ModuleGraph,FileIndex proc moduleOpenForCodegen(g: ModuleGraph; m: FileIndex): bool 799
|
|
nim recordIcImplDep modulegraphs.html#recordIcImplDep,ModuleGraph,PSym proc recordIcImplDep(g: ModuleGraph; s: PSym) 802
|
|
nim addDep modulegraphs.html#addDep,ModuleGraph,PSym,FileIndex proc addDep(g: ModuleGraph; m: PSym; dep: FileIndex) 813
|
|
nim addIncludeDep modulegraphs.html#addIncludeDep,ModuleGraph,FileIndex,FileIndex proc addIncludeDep(g: ModuleGraph; module, includeFile: FileIndex) 821
|
|
nim parentModule modulegraphs.html#parentModule,ModuleGraph,FileIndex proc parentModule(g: ModuleGraph; fileIdx: FileIndex): FileIndex 824
|
|
nim markDirty modulegraphs.html#markDirty,ModuleGraph,FileIndex proc markDirty(g: ModuleGraph; fileIdx: FileIndex) 842
|
|
nim unmarkAllDirty modulegraphs.html#unmarkAllDirty,ModuleGraph proc unmarkAllDirty(g: ModuleGraph) 849
|
|
nim isDirty modulegraphs.html#isDirty,ModuleGraph,PSym proc isDirty(g: ModuleGraph; m: PSym): bool 855
|
|
nim markClientsDirty modulegraphs.html#markClientsDirty,ModuleGraph,FileIndex proc markClientsDirty(g: ModuleGraph; fileIdx: FileIndex) 858
|
|
nim needsCompilation modulegraphs.html#needsCompilation,ModuleGraph proc needsCompilation(g: ModuleGraph): bool 871
|
|
nim needsCompilation modulegraphs.html#needsCompilation,ModuleGraph,FileIndex proc needsCompilation(g: ModuleGraph; fileIdx: FileIndex): bool 880
|
|
nim getBody modulegraphs.html#getBody,ModuleGraph,PSym proc getBody(g: ModuleGraph; s: PSym): PNode 891
|
|
nim moduleFromNifFile modulegraphs.html#moduleFromNifFile,ModuleGraph,FileIndex,set[LoadFlag] proc moduleFromNifFile(g: ModuleGraph; fileIdx: FileIndex; flags: set[LoadFlag] = {}): PrecompiledModule 995
|
|
nim configComplete modulegraphs.html#configComplete,ModuleGraph proc configComplete(g: ModuleGraph) 1066
|
|
nim onProcessing modulegraphs.html#onProcessing,ModuleGraph,FileIndex,string,PSym proc onProcessing(graph: ModuleGraph; fileIdx: FileIndex; moduleStatus: string;\n fromModule: PSym) 1070
|
|
nim getPackage modulegraphs.html#getPackage,ModuleGraph,FileIndex proc getPackage(graph: ModuleGraph; fileIdx: FileIndex): PSym 1080
|
|
nim belongsToStdlib modulegraphs.html#belongsToStdlib,ModuleGraph,PSym proc belongsToStdlib(graph: ModuleGraph; sym: PSym): bool 1091
|
|
nim fileSymbols modulegraphs.html#fileSymbols,ModuleGraph,FileIndex proc fileSymbols(graph: ModuleGraph; fileIdx: FileIndex): SuggestFileSymbolDatabase 1104
|
|
nim suggestSymbolsIter modulegraphs.html#suggestSymbolsIter.i,ModuleGraph iterator suggestSymbolsIter(g: ModuleGraph): SymInfoPair 1108
|
|
nim suggestErrorsIter modulegraphs.html#suggestErrorsIter.i,ModuleGraph iterator suggestErrorsIter(g: ModuleGraph): Suggest 1113
|
|
nimgrp setattachedop modulegraphs.html#setAttachedOp-procs-all proc 348
|
|
nimgrp needscompilation modulegraphs.html#needsCompilation-procs-all proc 871
|
|
nimgrp hash modulegraphs.html#hash-procs-all proc 637
|