Index
Modules:
aliases
,
asciitables
,
ast
,
astalgo
,
bitsets
,
btrees
,
ccgmerge
,
ccgutils
,
cgen
,
cgendata
,
cgmeth
,
closureiters
,
cmdlinehelper
,
commands
,
condsyms
,
depends
,
dfa
,
docgen
,
docgen2
,
enumtostr
,
evaltempl
,
extccomp
,
filter_tmpl
,
filters
,
gorgeimpl
,
guards
,
idents
,
idgen
,
importer
,
incremental
,
index
,
injectdestructors
,
int128
,
isolation_check
,
jsgen
,
lambdalifting
,
lexer
,
liftdestructors
,
liftlocals
,
lineinfos
,
linter
,
llstream
,
lookups
,
lowerings
,
macrocacheimpl
,
magicsys
,
main
,
modulegraphs
,
modulepaths
,
modules
,
msgs
,
ndi
,
nimblecmd
,
nimconf
,
nimfix/prettybase
,
nimlexbase
,
nimpaths
,
nimsets
,
nodejs
,
nversion
,
optimizer
,
options
,
parampatterns
,
parser
,
passaux
,
passes
,
pathutils
,
patterns
,
platform
,
plugins/active
,
plugins/itersgen
,
plugins/locals
,
pluginsupport
,
pragmas
,
prefixmatches
,
procfind
,
renderer
,
renderverbatim
,
reorder
,
rod
,
rodutils
,
ropes
,
saturate
,
scriptconfig
,
sem
,
semdata
,
semfold
,
semmacrosanity
,
semparallel
,
sempass2
,
semtypinst
,
sighashes
,
sigmatch
,
sourcemap
,
spawn
,
strutils2
,
syntaxes
,
transf
,
trees
,
treetab
,
typeallowed
,
types
,
typesrenderer
,
varpartitions
,
vm
,
vmconv
,
vmdef
,
vmdeps
,
vmgen
,
vmmarshal
,
vmprofiler
,
wordrecg
.
API symbols
`$`:
ast: `$`(s: PSym): string
ast: `$`(x: TLockLevel): string
int128: `$`(a: Int128): string
lexer: `$`(tok: Token): string
modulegraphs: `$`(u: SigHash): string
msgs: `$`(conf: ConfigRef; info: TLineInfo): string
msgs: `$`(info: TLineInfo): string
nimblecmd: `$`(ver: Version): string
options: `$`(c: IdeCmd): string
pathutils: `$`(x: AnyPath): string
renderer: `$`(n: PNode): string
ropes: `$`(r: Rope): string
sigmatch: `$`(suggest: Suggest): string
sourcemap: `$`(sourceNode: SourceNode): string
types: `$`(typ: PType): string
varpartitions: `$`(config: ConfigRef; g: MutationInfo): string
`%`:
ropes: `%`(frmt: static[FormatStr]; args: openArray[Rope]): Rope
`&`:
ropes: `&`(a: openArray[Rope]): Rope
ropes: `&`(a, b: Rope): Rope
ropes: `&`(a: Rope; b: string): Rope
ropes: `&`(a: string; b: Rope): Rope
`<=`:
int128: `<=`(a: BiggestInt; b: Int128): bool
int128: `<=`(a: Int128; b: BiggestInt): bool
int128: `<=`(a, b: Int128): bool
`<`:
int128: `<`(a: BiggestInt; b: Int128): bool
int128: `<`(a: Int128; b: BiggestInt): bool
int128: `<`(a, b: Int128): bool
nimblecmd: `<`(ver: Version; ver2: Version): bool
`*=`:
int128: `*=`(a: var Int128; b: Int128)
int128: `*=`(a: var Int128; b: int32): Int128
`*`:
int128: `*`(lhs, rhs: Int128): Int128
int128: `*`(a: Int128; b: int32): Int128
`+=`:
int128: `+=`(a: var Int128; b: Int128)
`+`:
int128: `+`(a: BiggestInt; b: Int128): Int128
int128: `+`(a: Int128; b: BiggestInt): Int128
int128: `+`(a, b: Int128): Int128
`-=`:
int128: `-=`(a: var Int128; b: Int128)
`-`:
int128: `-`(a: BiggestInt; b: Int128): Int128
int128: `-`(a: Int128): Int128
int128: `-`(a: Int128; b: BiggestInt): Int128
int128: `-`(a, b: Int128): Int128
`/`:
pathutils: `/`(base: AbsoluteDir; f: RelativeDir): AbsoluteDir
pathutils: `/`(base: AbsoluteDir; f: RelativeFile): AbsoluteFile
`==`:
int128: `==`(a: BiggestInt; b: Int128): bool
int128: `==`(a: Int128; b: BiggestInt): bool
int128: `==`(a, b: Int128): bool
lineinfos: `==`(a, b: FileIndex): bool
modulegraphs: `==`(a, b: SigHash): bool
msgs: `==`(a, b: TLineInfo): bool
pathutils: `==`[T: AnyPath](x, y: T): bool
`??`:
msgs: `??`(conf: ConfigRef; info: TLineInfo; filename: string): bool
`[]=`:
ast: `[]=`(n: Indexable; i: BackwardsIndex; x: Indexable)
ast: `[]=`(n: Indexable; i: int; x: Indexable)
`[]`:
ast: `[]`(n: Indexable; i: BackwardsIndex): Indexable
ast: `[]`(n: Indexable; i: int): Indexable
`div`:
int128: `div`(a, b: Int128): Int128
`mod`:
int128: `mod`(a, b: Int128): Int128
`shl`:
int128: `shl`(a: Int128; b: int): Int128
`shr`:
int128: `shr`(a: Int128; b: int): Int128
`|*|`:
saturate: `|*|`(a, b: BiggestInt): BiggestInt
`|+|`:
saturate: `|+|`(a, b: BiggestInt): BiggestInt
`|-|`:
saturate: `|-|`(a, b: BiggestInt): BiggestInt
`|abs|`:
saturate: `|abs|`(a: BiggestInt): BiggestInt
`|div|`:
saturate: `|div|`(a, b: BiggestInt): BiggestInt
`|mod|`:
saturate: `|mod|`(a, b: BiggestInt): BiggestInt
`~`:
ropes: `~`(r: string): Rope
abs:
int128: abs(a: Int128): Int128
AbsoluteDir:
pathutils: AbsoluteDir
AbsoluteFile:
pathutils: AbsoluteFile
absOutFile:
options: absOutFile(conf: ConfigRef): AbsoluteFile
abstractInst:
types: abstractInst
abstractInstOwned:
types: abstractInstOwned
abstractPtrs:
types: abstractPtrs
abstractRange:
types: abstractRange
abstractVar:
types: abstractVar
abstractVarRange:
ast: abstractVarRange
add:
ast: add(father, son: Indexable)
btrees: add[Key, Val](b: var BTree[Key, Val]; key: Key; val: Val)
ropes: add(a: var Rope; b: Rope)
ropes: add(a: var Rope; b: string)
addAsgnFact:
guards: addAsgnFact(m: var TModel; key, value: PNode)
addCaseBranchFacts:
guards: addCaseBranchFacts(m: var TModel; n: PNode; i: int)
addCmdPrefix:
cmdlinehelper: addCmdPrefix(result: var string; kind: CmdLineKind)
addCompileOption:
extccomp: addCompileOption(conf: ConfigRef; option: string)
addCompileOptionCmd:
extccomp: addCompileOptionCmd(conf: ConfigRef; option: string)
addConverter:
semdata: addConverter(c: PContext; conv: PSym)
addDecl:
lookups: addDecl(c: PContext; sym: PSym)
lookups: addDecl(c: PContext; sym: PSym; info: TLineInfo)
addDeclAt:
lookups: addDeclAt(c: PContext; scope: PScope; sym: PSym)
addDep:
modulegraphs: addDep(g: ModuleGraph; m: PSym; dep: FileIndex)
addDiscriminantFact:
guards: addDiscriminantFact(m: var TModel; n: PNode)
addExternalFileToCompile:
extccomp: addExternalFileToCompile(conf: ConfigRef; filename: AbsoluteFile)
extccomp: addExternalFileToCompile(conf: ConfigRef; c: var Cfile)
addExternalFileToLink:
extccomp: addExternalFileToLink(conf: ConfigRef; filename: AbsoluteFile)
addf:
ropes: addf(c: var Rope; frmt: FormatStr; args: openArray[Rope])
addFact:
guards: addFact(m: var TModel; nn: PNode)
addFactLe:
guards: addFactLe(m: var TModel; a, b: PNode)
addFactLt:
guards: addFactLt(m: var TModel; a, b: PNode)
addFactNeg:
guards: addFactNeg(m: var TModel; n: PNode)
addField:
lowerings: addField(obj: PType; s: PSym; cache: IdentCache)
addFileExt:
pathutils: addFileExt(x: AbsoluteFile; ext: string): AbsoluteFile
pathutils: addFileExt(x: RelativeFile; ext: string): RelativeFile
addFileToCompile:
extccomp: addFileToCompile(conf: ConfigRef; cf: Cfile)
addIncludeDep:
modulegraphs: addIncludeDep(g: ModuleGraph; module, includeFile: FileIndex)
addInt128:
int128: addInt128(result: var string; value: Int128)
addInterfaceDecl:
lookups: addInterfaceDecl(c: PContext; sym: PSym)
addInterfaceDeclAt:
lookups: addInterfaceDeclAt(c: PContext; scope: PScope; sym: PSym)
addInterfaceOverloadableSymAt:
lookups: addInterfaceOverloadableSymAt(c: PContext; scope: PScope; sym: PSym)
addLinkOption:
extccomp: addLinkOption(conf: ConfigRef; option: string)
addLinkOptionCmd:
extccomp: addLinkOptionCmd(conf: ConfigRef; option: string)
addLocalCompileOption:
extccomp: addLocalCompileOption(conf: ConfigRef; option: string; nimfile: AbsoluteFile)
addMapping:
sourcemap: addMapping(map: SourceMapGenerator; mapping: Mapping)
addModuleDep:
incremental: addModuleDep(incr: var IncrementalCtx; conf: ConfigRef; module, fileIdx: FileIndex; isIncludeFile: bool)
rod: addModuleDep(g: ModuleGraph; module, fileIdx: FileIndex; isIncludeFile: bool)
addOverloadableSymAt:
lookups: addOverloadableSymAt(c: PContext; scope: PScope; fn: PSym)
addParam:
ast: addParam(procType: PType; param: PSym)
addPath:
nimblecmd: addPath(conf: ConfigRef; path: AbsoluteDir; info: TLineInfo)
addPattern:
semdata: addPattern(c: PContext; p: PSym)
addPrelimDecl:
lookups: addPrelimDecl(c: PContext; sym: PSym)
addSonNilAllowed:
ast: addSonNilAllowed(father, son: PNode)
addSonSkipIntLit:
magicsys: addSonSkipIntLit(father, son: PType)
addSym:
lookups: addSym(scope: PScope; s: PSym)
addToHex:
int128: addToHex(result: var string; arg: Int128)
addToLib:
semdata: addToLib(lib: PLib; sym: PSym)
addTypeHeader:
types: addTypeHeader(result: var string; conf: ConfigRef; typ: PType; prefer: TPreferedDesc = preferMixed; getDeclarationPath = true)
addUniqueField:
lowerings: addUniqueField(obj: PType; s: PSym; cache: IdentCache): PSym
addUniqueSym:
lookups: addUniqueSym(scope: PScope; s: PSym): PSym
addVar:
lowerings: addVar(father, v: PNode)
lowerings: addVar(father, v, value: PNode)
aliases:
dfa: aliases(obj, field: PNode): bool
alignTable:
asciitables: alignTable(s: string; delim = ' '; fill = ' '; sep = " "): string
allowCast:
TSandboxFlag.allowCast
AllowCommonBase:
TTypeCmpFlag.AllowCommonBase
allowInfiniteLoops:
TSandboxFlag.allowInfiniteLoops
allowSemcheckedAstModification:
LegacyFeature.allowSemcheckedAstModification
allRoutinePragmas:
pragmas: allRoutinePragmas
analyseObjectWithTypeField:
types: analyseObjectWithTypeField(t: PType): TTypeFieldResult
annotateType:
semmacrosanity: annotateType(n: PNode; t: PType; conf: ConfigRef)
AnyPath:
pathutils: AnyPath
Apo:
nimlexbase: Apo
appendToModule:
ast: appendToModule(m: PSym; n: PNode)
applyRule:
patterns: applyRule(c: PContext; s: PSym; n: PNode): PNode
aqNoAlias:
TAliasRequest.aqNoAlias
aqNone:
TAliasRequest.aqNone
aqShouldAlias:
TAliasRequest.aqShouldAlias
arDiscriminant:
TAssignableResult.arDiscriminant
argtypeMatches:
sigmatch: argtypeMatches(c: PContext; f, a: PType; fromHlo = false): bool
arLentValue:
TAssignableResult.arLentValue
arLocalLValue:
TAssignableResult.arLocalLValue
arLValue:
TAssignableResult.arLValue
arMaybe:
TAnalysisResult.arMaybe
arNo:
TAnalysisResult.arNo
arNone:
TAssignableResult.arNone
arStrange:
TAssignableResult.arStrange
arYes:
TAnalysisResult.arYes
asink:
ast: asink(t: PType): PSym
assignIfDefault:
options: assignIfDefault[T](result: var T; val: T; def = default(T))
assignment:
ast: assignment(t: PType): PSym
assignType:
ast: assignType(dest, src: PType)
astdef:
ast: astdef(s: PSym): PNode
attachedAsgn:
TTypeAttachedOp.attachedAsgn
attachedDeepCopy:
TTypeAttachedOp.attachedDeepCopy
attachedDestructor:
TTypeAttachedOp.attachedDestructor
attachedDispose:
TTypeAttachedOp.attachedDispose
AttachedOpToStr:
ast: AttachedOpToStr
attachedSink:
TTypeAttachedOp.attachedSink
attachedTrace:
TTypeAttachedOp.attachedTrace
backendC:
TBackend.backendC
backendCpp:
TBackend.backendCpp
backendInvalid:
TBackend.backendInvalid
backendJs:
TBackend.backendJs
backendObjc:
TBackend.backendObjc
BACKSPACE:
nimlexbase: BACKSPACE
base:
types: base(t: PType): PType
base10:
NumericalBase.base10
base16:
NumericalBase.base16
base2:
NumericalBase.base2
base8:
NumericalBase.base8
baseOfDistinct:
types: baseOfDistinct(t: PType): PType
beforeRetNeeded:
TCProcFlag.beforeRetNeeded
BEL:
nimlexbase: BEL
bigEndian:
TEndian.bigEndian
bindConcreteTypeToUserTypeClass:
types: bindConcreteTypeToUserTypeClass(tc, concrete: PType)
bitand:
int128: bitand(a, b: Int128): Int128
bitnot:
int128: bitnot(a: Int128): Int128
bitor:
int128: bitor(a, b: Int128): Int128
bitSetCard:
bitsets: bitSetCard(x: TBitSet): BiggestInt
bitSetContains:
bitsets: bitSetContains(x, y: TBitSet): bool
bitSetDiff:
bitsets: bitSetDiff(x: var TBitSet; y: TBitSet)
bitSetEquals:
bitsets: bitSetEquals(x, y: TBitSet): bool
bitSetExcl:
bitsets: bitSetExcl(x: var TBitSet; elem: BiggestInt)
bitSetIn:
bitsets: bitSetIn(x: TBitSet; e: BiggestInt): bool
bitSetIncl:
bitsets: bitSetIncl(x: var TBitSet; elem: BiggestInt)
bitSetInit:
bitsets: bitSetInit(b: var TBitSet; length: int)
bitSetIntersect:
bitsets: bitSetIntersect(x: var TBitSet; y: TBitSet)
bitSetSymDiff:
bitsets: bitSetSymDiff(x: var TBitSet; y: TBitSet)
bitSetUnion:
bitsets: bitSetUnion(x: var TBitSet; y: TBitSet)
bitxor:
int128: bitxor(a, b: Int128): Int128
BModule:
cgendata: BModule
BModuleList:
cgendata: BModuleList
bodyPos:
ast: bodyPos
boolArg:
filters: boolArg(conf: ConfigRef; n: PNode; name: string; pos: int; default: bool): bool
borrowChecking:
Goal.borrowChecking
BProc:
cgendata: BProc
bracketKind:
renderer: bracketKind(g: TSrcGen; n: PNode): BracketKind
BTree:
btrees: BTree
buildAdd:
guards: buildAdd(a: PNode; b: BiggestInt; o: Operators): PNode
buildCall:
guards: buildCall(op: PSym; a: PNode): PNode
guards: buildCall(op: PSym; a, b: PNode): PNode
buildLe:
guards: buildLe(o: Operators; a, b: PNode): PNode
byteExcess:
vmdef: byteExcess
cacheTypeInst:
semtypinst: cacheTypeInst(inst: PType)
callCCompiler:
extccomp: callCCompiler(conf: ConfigRef)
callCodegenProc:
lowerings: callCodegenProc(g: ModuleGraph; name: string; info: TLineInfo = unknownLineInfo; arg1, arg2, arg3, optionalArgs: PNode = nil): PNode
callOperator:
Feature.callOperator
canAlias:
isolation_check: canAlias(arg, ret: PType): bool
CandidateError:
sigmatch: CandidateError
CandidateErrors:
sigmatch: CandidateErrors
canFormAcycle:
types: canFormAcycle(typ: PType): bool
canon:
guards: canon(n: PNode; o: Operators): PNode
canonicalizePath:
options: canonicalizePath(conf: ConfigRef; path: AbsoluteFile): AbsoluteFile
canonValue:
vmgen: canonValue(n: PNode): PNode
canRaise:
ast: canRaise(fn: PNode): bool
canRaiseConservative:
ast: canRaiseConservative(fn: PNode): bool
cardSet:
nimsets: cardSet(conf: ConfigRef; a: PNode): BiggestInt
carryPass:
passes: carryPass(g: ModuleGraph; p: TPass; module: PSym; m: TPassData): TPassData
carryPasses:
passes: carryPasses(g: ModuleGraph; nodes: PNode; module: PSym; passes: openArray[TPass])
caseStmtMacros:
Feature.caseStmtMacros
castToInt64:
int128: castToInt64(arg: Int128): int64
castToUInt64:
int128: castToUInt64(arg: Int128): uint64
CC:
extccomp: CC
ccBcc:
TSystemCC.ccBcc
ccCDecl:
TCallingConvention.ccCDecl
ccCLang:
TSystemCC.ccCLang
ccClangCl:
TSystemCC.ccClangCl
ccClosure:
TCallingConvention.ccClosure
ccEnv:
TSystemCC.ccEnv
ccFastCall:
TCallingConvention.ccFastCall
ccGcc:
TSystemCC.ccGcc
ccgKeywordsHigh:
wordrecg: ccgKeywordsHigh
ccgKeywordsLow:
wordrecg: ccgKeywordsLow
ccHasSaneOverflow:
extccomp: ccHasSaneOverflow(conf: ConfigRef): bool
ccIcc:
TSystemCC.ccIcc
ccIcl:
TSystemCC.ccIcl
ccInline:
TCallingConvention.ccInline
ccLLVM_Gcc:
TSystemCC.ccLLVM_Gcc
ccNimCall:
TCallingConvention.ccNimCall
ccNintendoSwitch:
TSystemCC.ccNintendoSwitch
ccNoConvention:
TCallingConvention.ccNoConvention
ccNoInline:
TCallingConvention.ccNoInline
ccNone:
TSystemCC.ccNone
ccSafeCall:
TCallingConvention.ccSafeCall
ccStdCall:
TCallingConvention.ccStdCall
ccSysCall:
TCallingConvention.ccSysCall
ccTcc:
TSystemCC.ccTcc
ccThisCall:
TCallingConvention.ccThisCall
ccVcc:
TSystemCC.ccVcc
Cell:
asciitables: Cell
Cfile:
options: Cfile
CfileFlag:
options: CfileFlag
CfileList:
options: CfileList
cfsData:
TCFileSection.cfsData
cfsDatInitProc:
TCFileSection.cfsDatInitProc
cfsDebugInit:
TCFileSection.cfsDebugInit
cfsDynLibDeinit:
TCFileSection.cfsDynLibDeinit
cfsDynLibInit:
TCFileSection.cfsDynLibInit
cfsFieldInfo:
TCFileSection.cfsFieldInfo
cfsForwardTypes:
TCFileSection.cfsForwardTypes
cfsFrameDefines:
TCFileSection.cfsFrameDefines
cfsHeaders:
TCFileSection.cfsHeaders
cfsInitProc:
TCFileSection.cfsInitProc
cfsMergeInfo:
TCFileSection.cfsMergeInfo
cfsProcHeaders:
TCFileSection.cfsProcHeaders
cfsProcs:
TCFileSection.cfsProcs
cfsSeqTypes:
TCFileSection.cfsSeqTypes
cfsTypeInfo:
TCFileSection.cfsTypeInfo
cfsTypeInit1:
TCFileSection.cfsTypeInit1
cfsTypeInit2:
TCFileSection.cfsTypeInit2
cfsTypeInit3:
TCFileSection.cfsTypeInit3
cfsTypes:
TCFileSection.cfsTypes
cfsVars:
TCFileSection.cfsVars
cgDeclFrmt:
cgen: cgDeclFrmt(s: PSym): string
cgenModules:
cgendata: cgenModules(g: BModuleList): BModule
cgenPass:
cgen: cgenPass
cgenWriteModules:
cgen: cgenWriteModules(backend: RootRef; config: ConfigRef)
changeDetectedViaJsonBuildInstructions:
extccomp: changeDetectedViaJsonBuildInstructions(conf: ConfigRef; projectfile: AbsoluteFile): bool
changeFileExt:
pathutils: changeFileExt(x: AbsoluteFile; ext: string): AbsoluteFile
pathutils: changeFileExt(x: RelativeFile; ext: string): RelativeFile
charArg:
filters: charArg(conf: ConfigRef; n: PNode; name: string; pos: int; default: char): char
checkAmbiguity:
TLookupFlag.checkAmbiguity
checkBorrowedLocations:
varpartitions: checkBorrowedLocations(par: var Partitions; body: PNode; config: ConfigRef)
checkConstructedType:
semtypinst: checkConstructedType(conf: ConfigRef; info: TLineInfo; typ: PType)
checkFieldAccess:
guards: checkFieldAccess(m: TModel; n: PNode; conf: ConfigRef)
checkForSideEffects:
parampatterns: checkForSideEffects(n: PNode): TSideEffectAnalysis
checkForSink:
sempass2: checkForSink(config: ConfigRef; owner: PSym; arg: PNode)
checkIsolate:
isolation_check: checkIsolate(n: PNode): bool
checkMethodEffects:
sempass2: checkMethodEffects(g: ModuleGraph; disp, branch: PSym)
checkMinSonsLen:
semdata: checkMinSonsLen(n: PNode; length: int; conf: ConfigRef)
checkModule:
TLookupFlag.checkModule
checkModuleName:
modulepaths: checkModuleName(conf: ConfigRef; n: PNode; doLocalError = true): FileIndex
checkPragmaUse:
linter: checkPragmaUse(conf: ConfigRef; info: TLineInfo; w: TSpecialWord; pragmaName: string)
checkPureEnumFields:
TLookupFlag.checkPureEnumFields
checkSonsLen:
semdata: checkSonsLen(n: PNode; length: int; conf: ConfigRef)
ChecksOptions:
options: ChecksOptions
checkUndeclared:
TLookupFlag.checkUndeclared
checkUnsignedConversions:
LegacyFeature.checkUnsignedConversions
Child:
sourcemap: Child
child:
sourcemap: child(node: SourceNode): Child
sourcemap: child(s: string): Child
classify:
types: classify(t: PType): OrdinalType
classifyViewType:
typeallowed: classifyViewType(t: PType): ViewTypeKind
clearNimblePath:
options: clearNimblePath(conf: ConfigRef)
clearPasses:
passes: clearPasses(g: ModuleGraph)
close:
ndi: close(f: var NdiFile; conf: ConfigRef)
closeBaseLexer:
nimlexbase: closeBaseLexer(L: var TBaseLexer)
closeLexer:
lexer: closeLexer(lex: var Lexer)
closeParser:
parser: closeParser(p: var Parser)
closeScope:
lookups: closeScope(c: PContext)
closeShadowScope:
lookups: closeShadowScope(c: PContext)
cmdCheck:
TCommands.cmdCheck
cmdCompileToBackend:
TCommands.cmdCompileToBackend
cmdCompileToC:
TCommands.cmdCompileToC
cmdCompileToCpp:
TCommands.cmdCompileToCpp
cmdCompileToJS:
TCommands.cmdCompileToJS
cmdCompileToLLVM:
TCommands.cmdCompileToLLVM
cmdCompileToOC:
TCommands.cmdCompileToOC
cmdDef:
TCommands.cmdDef
cmdDoc:
TCommands.cmdDoc
cmdDump:
TCommands.cmdDump
cmdGenDepend:
TCommands.cmdGenDepend
cmdIdeTools:
TCommands.cmdIdeTools
cmdInteractive:
TCommands.cmdInteractive
cmdInterpret:
TCommands.cmdInterpret
cmdJsonScript:
TCommands.cmdJsonScript
cmdNone:
TCommands.cmdNone
cmdParse:
TCommands.cmdParse
cmdPretty:
TCommands.cmdPretty
cmdRst2html:
TCommands.cmdRst2html
cmdRst2tex:
TCommands.cmdRst2tex
cmdRun:
TCommands.cmdRun
cmdScan:
TCommands.cmdScan
cmp:
int128: cmp(a, b: Int128): int
cmpCandidates:
sigmatch: cmpCandidates(a, b: TCandidate): int
cmpIgnoreStyle:
idents: cmpIgnoreStyle(a, b: cstring; blen: int): int
cmpPaths:
pathutils: cmpPaths(x, y: AbsoluteDir): int
cmpTypes:
sigmatch: cmpTypes(c: PContext; f, a: PType): TTypeRelation
CoConsiderOwned:
ConsiderFlag.CoConsiderOwned
CodegenFlag:
cgendata: CodegenFlag
codeReordering:
Feature.codeReordering
CoDistinct:
ConsiderFlag.CoDistinct
CoHashTypeInsideNode:
ConsiderFlag.CoHashTypeInsideNode
CoIgnoreRange:
ConsiderFlag.CoIgnoreRange
ColOffset:
msgs: ColOffset
commandBuildIndex:
docgen: commandBuildIndex(conf: ConfigRef; dir: string; outFile = RelativeFile"")
commandDoc:
docgen: commandDoc(cache: IdentCache; conf: ConfigRef)
commandJson:
docgen: commandJson(cache: IdentCache; conf: ConfigRef)
commandLineDesc:
msgs: commandLineDesc
commandLineIdx:
lineinfos: commandLineIdx
commandRst2Html:
docgen: commandRst2Html(cache: IdentCache; conf: ConfigRef)
commandRst2TeX:
docgen: commandRst2TeX(cache: IdentCache; conf: ConfigRef)
commandTags:
docgen: commandTags(cache: IdentCache; conf: ConfigRef)
commonOptimizations:
transf: commonOptimizations(g: ModuleGraph; c: PSym; n: PNode): PNode
commonSuperclass:
types: commonSuperclass(a, b: PType): PType
commonType:
sem: commonType(x: PType; y: PNode): PType
sem: commonType(x, y: PType): PType
commonTypeBegin:
sem: commonTypeBegin(): PType
compareTypes:
types: compareTypes(x, y: PType; cmp: TDistinctCompare = dcEq; flags: TTypeCmpFlags = {}): bool
compatibleEffects:
types: compatibleEffects(formal, actual: PType): EffectsCompat
compilationCachePresent:
options: compilationCachePresent(conf: ConfigRef): untyped
compileModule:
modules: compileModule(graph: ModuleGraph; fileIdx: FileIndex; flags: TSymFlags): PSym
compileProject:
modules: compileProject(graph: ModuleGraph; projectFileIdx = InvalidFileIdx)
CompilesId:
ast: CompilesId
compileSystemModule:
modules: compileSystemModule(graph: ModuleGraph)
compiletimeFFI:
Feature.compiletimeFFI
complement:
nimsets: complement(conf: ConfigRef; a: PNode): PNode
completeCfilePath:
extccomp: completeCfilePath(conf: ConfigRef; cfile: AbsoluteFile; createSubDir: bool = true): AbsoluteFile
completeGeneratedFilePath:
options: completeGeneratedFilePath(conf: ConfigRef; f: AbsoluteFile; createSubDir: bool = true): AbsoluteFile
computeCursors:
varpartitions: computeCursors(s: PSym; n: PNode; config: ConfigRef)
computeGraphPartitions:
varpartitions: computeGraphPartitions(s: PSym; n: PNode; config: ConfigRef; goals: set[Goal]): Partitions
computeSize:
types: computeSize(conf: ConfigRef; typ: PType): BiggestInt
ConcreteTypes:
ast: ConcreteTypes
config:
cgendata: config(m: BModule): ConfigRef
cgendata: config(p: BProc): ConfigRef
jsgen: config(p: PProc): ConfigRef
semdata: config(c: PContext): ConfigRef
ConfigRef:
options: ConfigRef
connectCallbacks:
modules: connectCallbacks(graph: ModuleGraph)
ConsiderFlag:
sighashes: ConsiderFlag
considerGenSyms:
semdata: considerGenSyms(c: PContext; n: PNode)
considerQuotedIdent:
lookups: considerQuotedIdent(c: PContext; n: PNode; origin: PNode = nil): PIdent
ConstantDataTypes:
ast: ConstantDataTypes
constParameters:
Goal.constParameters
constPragmas:
pragmas: constPragmas
constructCfg:
dfa: constructCfg(s: PSym; body: PNode): ControlFlowGraph
contains:
btrees: contains[Key, Val](b: BTree[Key, Val]; key: Key): bool
containsCompileTimeOnly:
types: containsCompileTimeOnly(t: PType): bool
containsGarbageCollectedRef:
types: containsGarbageCollectedRef(typ: PType): bool
containsGenericType:
types: containsGenericType(t: PType): bool
containsHiddenPointer:
types: containsHiddenPointer(typ: PType): bool
containsManagedMemory:
types: containsManagedMemory(typ: PType): bool
containsNode:
ast: containsNode(n: PNode; kinds: TNodeKinds): bool
containsObject:
types: containsObject(t: PType): bool
containsSets:
nimsets: containsSets(conf: ConfigRef; a, b: PNode): bool
containsTyRef:
types: containsTyRef(typ: PType): bool
ControlFlowGraph:
dfa: ControlFlowGraph
converterPragmas:
pragmas: converterPragmas
CoOwnerSig:
ConsiderFlag.CoOwnerSig
CoProc:
ConsiderFlag.CoProc
copyFile:
pathutils: copyFile(source, dest: AbsoluteFile)
copyIdTable:
ast: copyIdTable(dest: var TIdTable; src: TIdTable)
copyNode:
ast: copyNode(src: PNode): PNode
copyObjectSet:
ast: copyObjectSet(dest: var TObjectSet; src: TObjectSet)
copyrightYear:
options: copyrightYear
copyStrTable:
ast: copyStrTable(dest: var TStrTable; src: TStrTable)
copySym:
ast: copySym(s: PSym): PSym
copyTree:
ast: copyTree(src: PNode): PNode
copyTreeWithoutNode:
ast: copyTreeWithoutNode(src, skippedNode: PNode): PNode
copyType:
ast: copyType(t: PType; owner: PSym; keepId: bool): PType
CoType:
ConsiderFlag.CoType
countDefinedSymbols:
condsyms: countDefinedSymbols(symbols: StringTableRef): int
cpExact:
TCheckPointResult.cpExact
cpFuzzy:
TCheckPointResult.cpFuzzy
cpNone:
TCheckPointResult.cpNone
cppDefine:
options: cppDefine(c: ConfigRef; define: string)
cppNimSharedKeywords:
wordrecg: cppNimSharedKeywords
cpsInit:
TCProcSection.cpsInit
cpsLocals:
TCProcSection.cpsLocals
cpsStmts:
TCProcSection.cpsStmts
CPU:
platform: CPU
cpuAlpha:
TSystemCPU.cpuAlpha
cpuAmd64:
TSystemCPU.cpuAmd64
cpuArm:
TSystemCPU.cpuArm
cpuArm64:
TSystemCPU.cpuArm64
cpuAVR:
TSystemCPU.cpuAVR
cpuEsp:
TSystemCPU.cpuEsp
cpuHppa:
TSystemCPU.cpuHppa
cpuI386:
TSystemCPU.cpuI386
cpuIa64:
TSystemCPU.cpuIa64
cpuJS:
TSystemCPU.cpuJS
cpuM68k:
TSystemCPU.cpuM68k
cpuMips:
TSystemCPU.cpuMips
cpuMips64:
TSystemCPU.cpuMips64
cpuMips64el:
TSystemCPU.cpuMips64el
cpuMipsel:
TSystemCPU.cpuMipsel
cpuMSP430:
TSystemCPU.cpuMSP430
cpuNimVM:
TSystemCPU.cpuNimVM
cpuNone:
TSystemCPU.cpuNone
cpuPowerpc:
TSystemCPU.cpuPowerpc
cpuPowerpc64:
TSystemCPU.cpuPowerpc64
cpuPowerpc64el:
TSystemCPU.cpuPowerpc64el
cpuRiscV32:
TSystemCPU.cpuRiscV32
cpuRiscV64:
TSystemCPU.cpuRiscV64
cpuSparc:
TSystemCPU.cpuSparc
cpuSparc64:
TSystemCPU.cpuSparc64
cpuVm:
TSystemCPU.cpuVm
cpuWasm32:
TSystemCPU.cpuWasm32
CR:
nimlexbase: CR
createClosureIterStateType:
lambdalifting: createClosureIterStateType(g: ModuleGraph; iter: PSym): PType
createDir:
pathutils: createDir(x: AbsoluteDir)
createDocLink:
lineinfos: createDocLink(urlSuffix: string): string
createMagic:
modulegraphs: createMagic(g: ModuleGraph; name: string; m: TMagic): PSym
createModuleAlias:
ast: createModuleAlias(s: PSym; newIdent: PIdent; info: TLineInfo; options: TOptions): PSym
createObj:
lowerings: createObj(g: ModuleGraph; owner: PSym; info: TLineInfo; final = true): PType
createTypeBoundOps:
liftdestructors: createTypeBoundOps(g: ModuleGraph; c: PContext; orig: PType; info: TLineInfo)
csEmpty:
TCandidateState.csEmpty
csMatch:
TCandidateState.csMatch
csNoMatch:
TCandidateState.csNoMatch
ctArray:
TCTypeKind.ctArray
ctBool:
TCTypeKind.ctBool
ctChar:
TCTypeKind.ctChar
ctCString:
TCTypeKind.ctCString
ctfeWhitelist:
ast: ctfeWhitelist
ctFloat:
TCTypeKind.ctFloat
ctFloat128:
TCTypeKind.ctFloat128
ctFloat32:
TCTypeKind.ctFloat32
ctFloat64:
TCTypeKind.ctFloat64
ctInt:
TCTypeKind.ctInt
ctInt16:
TCTypeKind.ctInt16
ctInt32:
TCTypeKind.ctInt32
ctInt64:
TCTypeKind.ctInt64
ctInt8:
TCTypeKind.ctInt8
ctNimSeq:
TCTypeKind.ctNimSeq
ctNimStr:
TCTypeKind.ctNimStr
ctProc:
TCTypeKind.ctProc
ctPtr:
TCTypeKind.ctPtr
ctPtrToArray:
TCTypeKind.ctPtrToArray
ctStruct:
TCTypeKind.ctStruct
ctUInt:
TCTypeKind.ctUInt
ctUInt16:
TCTypeKind.ctUInt16
ctUInt32:
TCTypeKind.ctUInt32
ctUInt64:
TCTypeKind.ctUInt64
ctUInt8:
TCTypeKind.ctUInt8
ctVoid:
TCTypeKind.ctVoid
cursorInference:
Goal.cursorInference
cyclicTree:
trees: cyclicTree(n: PNode): bool
dataPointer:
strutils2: dataPointer[T](a: T): pointer
dcEq:
TDistinctCompare.dcEq
dcEqIgnoreDistinct:
TDistinctCompare.dcEqIgnoreDistinct
dcEqOrDistinctOf:
TDistinctCompare.dcEqOrDistinctOf
debug:
astalgo: debug(n: PNode; conf: ConfigRef = nil)
astalgo: debug(n: PSym; conf: ConfigRef = nil)
astalgo: debug(n: PType; conf: ConfigRef = nil)
astalgo: debug(x: PSym | PType | PNode)
astalgo: debug(x: auto)
debugEchoCode:
vmgen: debugEchoCode
debugIds:
idgen: debugIds
debugScopes:
lookups: debugScopes(c: PContext; limit = 0)
declarativeDefs:
ast: declarativeDefs
decodeStr:
rodutils: decodeStr(s: cstring; pos: var int): string
decodeStrArray:
rodutils: decodeStrArray(s: cstring): string
decodeVBiggestInt:
rodutils: decodeVBiggestInt(s: cstring; pos: var int): BiggestInt
decodeVInt:
rodutils: decodeVInt(s: cstring; pos: var int): int
decodeVIntArray:
rodutils: decodeVIntArray(s: cstring): int
deduplicate:
nimsets: deduplicate(conf: ConfigRef; a: PNode): PNode
def:
InstrKind.def
DefaultConfig:
options: DefaultConfig
DefaultConfigNims:
options: DefaultConfigNims
DefaultGlobalOptions:
options: DefaultGlobalOptions
DefaultOptions:
options: DefaultOptions
defaultParamSeparator:
typesrenderer: defaultParamSeparator
definedSymbolNames:
condsyms: definedSymbolNames(symbols: StringTableRef): string
defineSymbol:
condsyms: defineSymbol(symbols: StringTableRef; symbol: string; value: string = "true")
delSon:
ast: delSon(father: PNode; idx: int)
demanglePackageName:
options: demanglePackageName(path: string): string
depConfigFields:
options: depConfigFields(fn)
describeArgs:
sigmatch: describeArgs(c: PContext; n: PNode; startIdx = 1; prefer = preferName): string
destructor:
ast: destructor(t: PType): PSym
Feature.destructor
detailedInfo:
ast: detailedInfo(sym: PSym): string
differ:
linter: differ(line: string; a, b: int; x: string): string
diffSets:
nimsets: diffSets(conf: ConfigRef; a, b: PNode): PNode
directViewType:
typeallowed: directViewType(t: PType): ViewTypeKind
dirExists:
pathutils: dirExists(x: AbsoluteDir): bool
disabledSf:
SymbolFilesOption.disabledSf
disableNimblePath:
options: disableNimblePath(conf: ConfigRef)
discardSons:
ast: discardSons(father: PNode)
dispatcherPos:
ast: dispatcherPos
divMod:
int128: divMod(dividend, divisor: Int128): tuple[quotient, remainder: Int128]
doAbort:
TErrorHandling.doAbort
DocConfig:
options: DocConfig
docCss:
nimpaths: docCss
docgen2JsonPass:
docgen2: docgen2JsonPass
docgen2Pass:
docgen2: docgen2Pass
docHackJs:
nimpaths: docHackJs
docHackJsFname:
nimpaths: docHackJsFname
docHackNim:
nimpaths: docHackNim
docRootDefault:
options: docRootDefault
DocTexConfig:
options: DocTexConfig
documentRaises:
docgen: documentRaises(cache: IdentCache; n: PNode)
doesImply:
guards: doesImply(facts: TModel; prop: PNode): TImplication
doNothing:
TErrorHandling.doNothing
dontInlineConstant:
trees: dontInlineConstant(orig, cnst: PNode): bool
doRaise:
TErrorHandling.doRaise
dotdotMangle:
nimpaths: dotdotMangle
dotOperators:
Feature.dotOperators
dump:
vmprofiler: dump(conf: ConfigRef; pd: ProfileData): string
dynamicBindSym:
Feature.dynamicBindSym
eat:
parser: eat(p: var Parser; tokType: TokType)
echoCfg:
dfa: echoCfg(c: ControlFlowGraph; start = 0; last = -1)
echoCode:
vmgen: echoCode(c: PCtx; start = 0; last = -1)
efAllowDestructor:
TExprFlag.efAllowDestructor
efAllowStmt:
TExprFlag.efAllowStmt
efCompat:
EffectsCompat.efCompat
efDetermineType:
TExprFlag.efDetermineType
efExplain:
TExprFlag.efExplain
effectListLen:
ast: effectListLen
EffectsCompat:
types: EffectsCompat
effectSpec:
trees: effectSpec(n: PNode; effectType: TSpecialWord): PNode
efFromHlo:
TExprFlag.efFromHlo
efInCall:
TExprFlag.efInCall
efInTypeof:
TExprFlag.efInTypeof
efLockLevelsDiffer:
EffectsCompat.efLockLevelsDiffer
efLValue:
TExprFlag.efLValue
efNeedStatic:
TExprFlag.efNeedStatic
efNoEvaluateGeneric:
TExprFlag.efNoEvaluateGeneric
efNoSem2Check:
TExprFlag.efNoSem2Check
efNoSemCheck:
TExprFlag.efNoSemCheck
efNoUndeclared:
TExprFlag.efNoUndeclared
efOperand:
TExprFlag.efOperand
efPreferNilResult:
TExprFlag.efPreferNilResult
efPreferStatic:
TExprFlag.efPreferStatic
efRaisesDiffer:
EffectsCompat.efRaisesDiffer
efRaisesUnknown:
EffectsCompat.efRaisesUnknown
efTagsDiffer:
EffectsCompat.efTagsDiffer
efTagsUnknown:
EffectsCompat.efTagsUnknown
efWantIterator:
TExprFlag.efWantIterator
efWantStmt:
TExprFlag.efWantStmt
efWantValue:
TExprFlag.efWantValue
elementType:
vmconv: elementType(T: typedesc): typedesc
ElemSize:
bitsets: ElemSize
elemType:
types: elemType(t: PType): PType
emConst:
TEvalMode.emConst
emOptimize:
TEvalMode.emOptimize
emptyRange:
nimsets: emptyRange(a, b: PNode): bool
emRepl:
TEvalMode.emRepl
emStaticExpr:
TEvalMode.emStaticExpr
emStaticStmt:
TEvalMode.emStaticStmt
encode:
sourcemap: encode(i: int): string
encodeStr:
rodutils: encodeStr(s: string; result: var string)
encodeVBiggestInt:
rodutils: encodeVBiggestInt(x: BiggestInt; result: var string)
encodeVInt:
rodutils: encodeVInt(x: int; result: var string)
EndianToStr:
platform: EndianToStr
EndOfFile:
nimlexbase: EndOfFile
endsWith:
llstream: endsWith(x: string; s: set[char]): bool
endsWithOpr:
llstream: endsWithOpr(x: string): bool
ensuresEffects:
ast: ensuresEffects
enter:
vmprofiler: enter(prof: var Profiler; c: PCtx; tos: PStackFrame)
enumFieldPragmas:
pragmas: enumFieldPragmas
enumHasHoles:
types: enumHasHoles(t: PType): bool
envName:
lambdalifting: envName
eqTypeFlags:
ast: eqTypeFlags
equalParams:
types: equalParams(a, b: PNode): TParamsEquality
equalSets:
nimsets: equalSets(conf: ConfigRef; a, b: PNode): bool
equalsFile:
ropes: equalsFile(r: Rope; filename: AbsoluteFile): bool
ropes: equalsFile(r: Rope; f: File): bool
eraseVoidParams:
semtypinst: eraseVoidParams(t: PType)
ERecoverableError:
lineinfos: ERecoverableError
errArgsNeedRunOption:
lineinfos: errArgsNeedRunOption
errCannotOpenFile:
TMsgKind.errCannotOpenFile
errGeneralParseError:
TMsgKind.errGeneralParseError
errGenerated:
TMsgKind.errGenerated
errGridTableNotImplemented:
TMsgKind.errGridTableNotImplemented
errIllFormedAstX:
TMsgKind.errIllFormedAstX
errInternal:
TMsgKind.errInternal
errInvalidDirectiveX:
TMsgKind.errInvalidDirectiveX
errMax:
lineinfos: errMax
errMin:
lineinfos: errMin
errNewSectionExpected:
TMsgKind.errNewSectionExpected
ErrorHandler:
lexer: ErrorHandler
errorNode:
semdata: errorNode(c: PContext; n: PNode): PNode
errorSym:
lookups: errorSym(c: PContext; n: PNode): PSym
errorType:
semdata: errorType(c: PContext): PType
semfold: errorType(g: ModuleGraph): PType
errorUndeclaredIdentifier:
lookups: errorUndeclaredIdentifier(c: PContext; info: TLineInfo; name: string)
errorUseQualifier:
lookups: errorUseQualifier(c: PContext; info: TLineInfo; s: PSym)
errProveInit:
TMsgKind.errProveInit
errUnknown:
TMsgKind.errUnknown
errUser:
TMsgKind.errUser
errXExpected:
TMsgKind.errXExpected
errXMustBeCompileTime:
lineinfos: errXMustBeCompileTime
ESC:
nimlexbase: ESC
eStdErr:
TErrorOutput.eStdErr
eStdOut:
TErrorOutput.eStdOut
ESuggestDone:
lineinfos: ESuggestDone
evalConstExpr:
vm: evalConstExpr(module: PSym; g: ModuleGraph; e: PNode): PNode
evalExpr:
vm: evalExpr(c: PCtx; n: PNode): PNode
evalFrom:
importer: evalFrom(c: PContext; n: PNode): PNode
evalImport:
importer: evalImport(c: PContext; n: PNode): PNode
evalImportExcept:
importer: evalImportExcept(c: PContext; n: PNode): PNode
evalMacroCall:
vm: evalMacroCall(module: PSym; g: ModuleGraph; templInstCounter: ref int; n, nOrig: PNode; sym: PSym): PNode
evalOnce:
lowerings: evalOnce(g: ModuleGraph; value: PNode; owner: PSym): PNode
evalOp:
semfold: evalOp(m: TMagic; n, a, b, c: PNode; g: ModuleGraph): PNode
evalPass:
vm: evalPass
evalStaticExpr:
vm: evalStaticExpr(module: PSym; g: ModuleGraph; e: PNode; prc: PSym): PNode
evalStaticStmt:
vm: evalStaticStmt(module: PSym; g: ModuleGraph; e: PNode; prc: PSym)
evalStmt:
vm: evalStmt(c: PCtx; n: PNode)
evalTemplate:
evaltempl: evalTemplate(n: PNode; tmpl, genSymOwner: PSym; conf: ConfigRef; ic: IdentCache; instID: ref int; fromHlo = false): PNode
evalTemplateLimit:
evaltempl: evalTemplateLimit
ExactConstraints:
TTypeCmpFlag.ExactConstraints
exactEquals:
msgs: exactEquals(a, b: TLineInfo): bool
ExactGcSafety:
TTypeCmpFlag.ExactGcSafety
ExactGenericParams:
TTypeCmpFlag.ExactGenericParams
exactReplica:
ast: exactReplica(t: PType): PType
ExactTypeDescValues:
TTypeCmpFlag.ExactTypeDescValues
excCpp:
ExceptionSystem.excCpp
exceptionEffects:
ast: exceptionEffects
ExceptionSystem:
options: ExceptionSystem
excGoto:
ExceptionSystem.excGoto
excNone:
ExceptionSystem.excNone
excQuirky:
ExceptionSystem.excQuirky
excSetjmp:
ExceptionSystem.excSetjmp
execExternalProgram:
extccomp: execExternalProgram(conf: ConfigRef; cmd: string; msg = hintExecuting)
execProc:
vm: execProc(c: PCtx; sym: PSym; args: openArray[PNode]): PNode
existsConfigVar:
options: existsConfigVar(conf: ConfigRef; key: string): bool
expectIdent:
parser: expectIdent(p: Parser)
expectIdentOrKeyw:
parser: expectIdentOrKeyw(p: Parser)
explanationsBaseUrl:
lineinfos: explanationsBaseUrl
ExportableSymKinds:
ast: ExportableSymKinds
exprPragmas:
pragmas: exprPragmas
exprRoot:
parampatterns: exprRoot(n: PNode): PSym
exprStructuralEquivalent:
trees: exprStructuralEquivalent(a, b: PNode; strictSymEquality = false): bool
extractFilename:
pathutils: extractFilename(x: AbsoluteFile): string
extractRange:
trees: extractRange(k: TNodeKind; n: PNode; a, b: int): PNode
extractRunnableExamplesSource:
renderverbatim: extractRunnableExamplesSource(conf: ConfigRef; n: PNode): string
fakePackageName:
options: fakePackageName(conf: ConfigRef; path: AbsoluteFile): string
fastLog2:
int128: fastLog2(a: Int128): int
fatal:
msgs: fatal(conf: ConfigRef; info: TLineInfo; msg: TMsgKind; arg = "")
fatalMax:
lineinfos: fatalMax
fatalMin:
lineinfos: fatalMin
Feature:
options: Feature
FF:
nimlexbase: FF
fieldPragmas:
pragmas: fieldPragmas
fieldVisible:
sigmatch: fieldVisible(c: PContext; f: PSym): bool
fileExists:
pathutils: fileExists(x: AbsoluteFile): bool
fileIdx:
ast: fileIdx(c: PSym): FileIndex
FileIndex:
lineinfos: FileIndex
fileInfoIdx:
msgs: fileInfoIdx(conf: ConfigRef; filename: AbsoluteFile): FileIndex
msgs: fileInfoIdx(conf: ConfigRef; filename: AbsoluteFile; isKnownFile: var bool): FileIndex
fileInfoKnown:
msgs: fileInfoKnown(conf: ConfigRef; filename: AbsoluteFile): bool
filename:
ast: filename(c: PSym): string
semdata: filename(c: PContext): string
FilenameOption:
msgs: FilenameOption
fillObjectFields:
cgen: fillObjectFields(m: BModule; typ: PType)
fillTypeS:
semdata: fillTypeS(dest: PType; kind: TTypeKind; c: PContext)
filterReplace:
filters: filterReplace(conf: ConfigRef; stdin: PLLStream; filename: AbsoluteFile; call: PNode): PLLStream
filterStrip:
filters: filterStrip(conf: ConfigRef; stdin: PLLStream; filename: AbsoluteFile; call: PNode): PLLStream
filterTmpl:
filter_tmpl: filterTmpl(conf: ConfigRef; stdin: PLLStream; filename: AbsoluteFile; call: PNode): PLLStream
findFile:
options: findFile(conf: ConfigRef; f: string; suppressStdlib = false): AbsoluteFile
findModule:
options: findModule(conf: ConfigRef; modulename, currentModule: string): AbsoluteFile
findNodeJs:
nodejs: findNodeJs(): string
findPragma:
trees: findPragma(n: PNode; which: TSpecialWord): PNode
findProjectNimFile:
options: findProjectNimFile(conf: ConfigRef; pkg: string): string
findStr:
wordrecg: findStr[T: enum](a: Slice[T]; s: string; default: T): T
findUnresolvedStatic:
ast: findUnresolvedStatic(n: PNode): PNode
finishDoc2Pass:
docgen2: finishDoc2Pass(project: string)
firstABxInstr:
vmdef: firstABxInstr
FirstCallConv:
pragmas: FirstCallConv
firstFloat:
types: firstFloat(t: PType): BiggestFloat
firstIdentExcluding:
astalgo: firstIdentExcluding(ti: var TIdentIter; tab: TStrTable; s: PIdent; excluding: IntSet): PSym
firstOrd:
types: firstOrd(conf: ConfigRef; t: PType): Int128
fitsRegister:
vmgen: fitsRegister(t: PType): bool
flattenStmts:
trees: flattenStmts(n: PNode): PNode
floatInt64Align:
options: floatInt64Align(conf: ConfigRef): int16
FloatLike:
OrdinalType.FloatLike
floatRangeCheck:
types: floatRangeCheck(x: BiggestFloat; t: PType): bool
foAbs:
FilenameOption.foAbs
foldAlignOf:
types: foldAlignOf(conf: ConfigRef; n: PNode; fallback: PNode): PNode
foldOffsetOf:
types: foldOffsetOf(conf: ConfigRef; n: PNode; fallback: PNode): PNode
foldSizeOf:
types: foldSizeOf(conf: ConfigRef; n: PNode; fallback: PNode): PNode
foMagicSauce:
FilenameOption.foMagicSauce
foName:
FilenameOption.foName
forceCopy:
strutils2: forceCopy(result: var string; a: string)
foRelProject:
FilenameOption.foRelProject
fork:
InstrKind.fork
forLoopMacros:
Feature.forLoopMacros
formatMsg:
msgs: formatMsg(conf: ConfigRef; info: TLineInfo; msg: TMsgKind; arg: string): string
FormatStr:
ropes: FormatStr
forVarPragmas:
pragmas: forVarPragmas
foStacktrace:
FilenameOption.foStacktrace
frameDeclared:
CodegenFlag.frameDeclared
frEmbedded:
TTypeFieldResult.frEmbedded
freshVarForClosureIter:
lambdalifting: freshVarForClosureIter(g: ModuleGraph; s, owner: PSym): PNode
frHeader:
TTypeFieldResult.frHeader
frNone:
TTypeFieldResult.frNone
fromLit:
vmconv: fromLit(a: PNode; T: typedesc): auto
fromSystem:
astalgo: fromSystem(op: PSym): bool
Full:
InstrTargetKind.Full
gCacheIntTries:
ropes: gCacheIntTries
gCacheMisses:
ropes: gCacheMisses
gCacheTries:
ropes: gCacheTries
gcArc:
TGCMode.gcArc
gcBoehm:
TGCMode.gcBoehm
gcGo:
TGCMode.gcGo
gcHooks:
TGCMode.gcHooks
gcMarkAndSweep:
TGCMode.gcMarkAndSweep
gCmdLineInfo:
msgs: gCmdLineInfo
gcNone:
TGCMode.gcNone
gcOrc:
TGCMode.gcOrc
gcRefc:
TGCMode.gcRefc
gcRegions:
TGCMode.gcRegions
GcTypeKinds:
ast: GcTypeKinds
gcUnselected:
TGCMode.gcUnselected
gcV2:
TGCMode.gcV2
gen:
sourcemap: gen(map: SourceMapGenerator): SourceMap
genAddrOf:
lowerings: genAddrOf(n: PNode; typeKind = tyPtr): PNode
genCaseObjDiscMapping:
enumtostr: genCaseObjDiscMapping(t: PType; field: PSym; info: TLineInfo; g: ModuleGraph): PSym
gendependPass:
depends: gendependPass
genDeref:
lowerings: genDeref(n: PNode; k = nkHiddenDeref): PNode
genEnumToStrProc:
enumtostr: genEnumToStrProc(t: PType; info: TLineInfo; g: ModuleGraph): PSym
generateDoc:
docgen: generateDoc(d: PDoc; n, orig: PNode; docFlags: DocFlags = kDefault)
generateDot:
depends: generateDot(graph: ModuleGraph; project: AbsoluteFile)
generateIndex:
docgen: generateIndex(d: PDoc)
generateJson:
docgen: generateJson(d: PDoc; n: PNode; includeComments: bool = true)
generateMethodDispatchers:
cgmeth: generateMethodDispatchers(g: ModuleGraph): PNode
generateTags:
docgen: generateTags(d: PDoc; n: PNode; r: var Rope)
generateTypeInstance:
semtypinst: generateTypeInstance(p: PContext; pt: TIdTable; info: TLineInfo; t: PType): PType
semtypinst: generateTypeInstance(p: PContext; pt: TIdTable; arg: PNode; t: PType): untyped
genericParamsInMacroCall:
vm: genericParamsInMacroCall(macroSym: PSym; call: PNode): (PSym, PNode)
genericParamsPos:
ast: genericParamsPos
GenericTypes:
ast: GenericTypes
genExpr:
vmgen: genExpr(c: PCtx; n: PNode; requiresValue = true): int
genFieldDefect:
renderer: genFieldDefect(field: PSym; disc: PSym): string
genHigh:
lowerings: genHigh(g: ModuleGraph; n: PNode): PNode
genLen:
lowerings: genLen(g: ModuleGraph; n: PNode): PNode
genMergeInfo:
ccgmerge: genMergeInfo(m: BModule): Rope
genPrefix:
lowerings: genPrefix
genProc:
vmgen: genProc(c: PCtx; s: PSym): int
genSectionEnd:
ccgmerge: genSectionEnd(fs: TCFileSection; conf: ConfigRef): Rope
ccgmerge: genSectionEnd(ps: TCProcSection; conf: ConfigRef): Rope
genSectionStart:
ccgmerge: genSectionStart(fs: TCFileSection; conf: ConfigRef): Rope
ccgmerge: genSectionStart(ps: TCProcSection; conf: ConfigRef): Rope
genSourceMap:
sourcemap: genSourceMap(source: string; outFile: string): (Rope, SourceMap)
genStmt:
vmgen: genStmt(c: PCtx; n: PNode): int
genSubDir:
options: genSubDir
get:
semdata: get(p: PProcCon; key: PSym): PSym
getAlign:
types: getAlign(conf: ConfigRef; typ: PType): BiggestInt
getBody:
ast: getBody(s: PSym): PNode
getBool:
vm: getBool(a: VmArgs; i: Natural): bool
getClockStr:
options: getClockStr(): string
getClosureIterResult:
lambdalifting: getClosureIterResult(g: ModuleGraph; iter: PSym): PSym
getColNumber:
nimlexbase: getColNumber(L: TBaseLexer; pos: int): int
getCompileCFileCmd:
extccomp: getCompileCFileCmd(conf: ConfigRef; cfile: Cfile; isMainFile = false; produceOutput = false): string
getCompilerProc:
magicsys: getCompilerProc(g: ModuleGraph; name: string): PSym
getConfigVar:
options: getConfigVar(conf: ConfigRef; key: string; default = ""): string
getConstExpr:
semfold: getConstExpr(m: PSym; n: PNode; g: ModuleGraph): PNode
getCurrentLine:
nimlexbase: getCurrentLine(L: TBaseLexer; marker: bool = true): string
getCurrOwner:
semdata: getCurrOwner(c: PContext): PSym
getDateStr:
options: getDateStr(): string
getDispatcher:
cgmeth: getDispatcher(s: PSym): PSym
getDocHacksJs:
nimpaths: getDocHacksJs(nimr: string; nim = getCurrentCompilerExe(); forceRebuild = false): string
getEnvParam:
lambdalifting: getEnvParam(routine: PSym): PSym
getFieldFromObj:
lowerings: getFieldFromObj(t: PType; v: PSym): PSym
getFloat:
ast: getFloat(a: PNode): BiggestFloat
vm: getFloat(a: VmArgs; i: Natural): BiggestFloat
getFloatLitType:
magicsys: getFloatLitType(g: ModuleGraph; literal: PNode): PType
getFloatValue:
types: getFloatValue(n: PNode): BiggestFloat
getGenSym:
semdata: getGenSym(c: PContext; s: PSym): PSym
getGlobalValue:
vm: getGlobalValue(c: PCtx; s: PSym): PNode
getHash:
msgs: getHash(conf: ConfigRef; fileIdx: FileIndex): string
getID:
idgen: getID(): int
getIdent:
idents: getIdent(ic: IdentCache; identifier: cstring; length: int; h: Hash): PIdent
idents: getIdent(ic: IdentCache; identifier: string): PIdent
idents: getIdent(ic: IdentCache; identifier: string; h: Hash): PIdent
getIndentWidth:
lexer: getIndentWidth(fileIdx: FileIndex; inputstream: PLLStream; cache: IdentCache; config: ConfigRef): int
getInfoContext:
msgs: getInfoContext(conf: ConfigRef; index: int): TLineInfo
getInfoContextLen:
msgs: getInfoContextLen(conf: ConfigRef): int
getInt:
ast: getInt(a: PNode): Int128
vm: getInt(a: VmArgs; i: Natural): BiggestInt
getInt64:
ast: getInt64(a: PNode): int64
getIntLitType:
magicsys: getIntLitType(g: ModuleGraph; literal: PNode): PType
getLineInfo:
lexer: getLineInfo(L: Lexer; tok: Token): TLineInfo
getMagic:
trees: getMagic(op: PNode): TMagic
getMagicEqSymForType:
magicsys: getMagicEqSymForType(g: ModuleGraph; t: PType; info: TLineInfo): PSym
getModule:
astalgo: getModule(s: PSym): PSym
modulegraphs: getModule(g: ModuleGraph; fileIdx: FileIndex): PSym
getModuleName:
modulepaths: getModuleName(conf: ConfigRef; n: PNode): string
getNamedParamFromList:
astalgo: getNamedParamFromList(list: PNode; ident: PIdent): PSym
getNextTok:
renderer: getNextTok(r: var TSrcGen; kind: var TokType; literal: var string)
getNimbleFile:
options: getNimbleFile(conf: ConfigRef; path: string): string
getnimblePkg:
ast: getnimblePkg(a: PSym): PSym
getnimblePkgId:
ast: getnimblePkgId(a: PSym): int
getNimcacheDir:
options: getNimcacheDir(conf: ConfigRef): AbsoluteDir
getNimScriptSymbol:
magicsys: getNimScriptSymbol(g: ModuleGraph; name: string): PSym
getNode:
vm: getNode(a: VmArgs; i: Natural): PNode
getNullValue:
vmgen: getNullValue(typ: PType; info: TLineInfo; conf: ConfigRef): PNode
getOrDefault:
btrees: getOrDefault[Key, Val](b: BTree[Key, Val]; key: Key): Val
getOrdValue:
types: getOrdValue(n: PNode; onError = high(Int128)): Int128
getOutFile:
options: getOutFile(conf: ConfigRef; filename: RelativeFile; ext: string): AbsoluteFile
getPackageName:
options: getPackageName(conf: ConfigRef; path: string): string
getPathVersion:
nimblecmd: getPathVersion(p: string): tuple[name, version: string]
getPlugin:
active: getPlugin(ic: IdentCache; fn: PSym): Transformation
getPragmaStmt:
ccgutils: getPragmaStmt(n: PNode; w: TSpecialWord): PNode
getPragmaVal:
pragmas: getPragmaVal(procAst: PNode; name: TSpecialWord): PNode
getPrecedence:
lexer: getPrecedence(ident: PIdent): int
lexer: getPrecedence(tok: Token): int
getPrefixDir:
options: getPrefixDir(conf: ConfigRef): AbsoluteDir
getProcHeader:
types: getProcHeader(conf: ConfigRef; sym: PSym; prefer: TPreferedDesc = preferName; getDeclarationPath = true): string
getRelativePathFromConfigPath:
options: getRelativePathFromConfigPath(conf: ConfigRef; f: AbsoluteFile): RelativeFile
getReturnType:
types: getReturnType(s: PSym): PType
getRoot:
trees: getRoot(n: PNode): PSym
getSize:
types: getSize(conf: ConfigRef; typ: PType): BiggestInt
getStateField:
lambdalifting: getStateField(g: ModuleGraph; owner: PSym): PSym
getStr:
ast: getStr(a: PNode): string
getString:
vm: getString(a: VmArgs; i: Natural): string
getStrOrChar:
ast: getStrOrChar(a: PNode): string
getSymFromList:
astalgo: getSymFromList(list: PNode; ident: PIdent; start: int = 0): PSym
getSymRepr:
lookups: getSymRepr(conf: ConfigRef; s: PSym): string
getSysMagic:
magicsys: getSysMagic(g: ModuleGraph; info: TLineInfo; name: string; m: TMagic): PSym
getSysSym:
magicsys: getSysSym(g: ModuleGraph; info: TLineInfo; name: string): PSym
getSystemConfigPath:
nimconf: getSystemConfigPath(conf: ConfigRef; filename: RelativeFile): AbsoluteFile
getSysType:
magicsys: getSysType(g: ModuleGraph; info: TLineInfo; kind: TTypeKind): PType
getTok:
parser: getTok(p: var Parser)
getTokSym:
renderer: getTokSym(r: TSrcGen): PSym
getUniqueType:
ccgutils: getUniqueType(key: PType): PType
getUserConfigPath:
nimconf: getUserConfigPath(filename: RelativeFile): AbsoluteFile
gFrontEndId:
idgen: gFrontEndId
ggDebug:
ast: ggDebug
globalAssert:
msgs: globalAssert(conf: ConfigRef; cond: untyped; info: TLineInfo = unknownLineInfo; arg = "")
globalError:
msgs: globalError(conf: ConfigRef; info: TLineInfo; arg: string)
msgs: globalError(conf: ConfigRef; info: TLineInfo; msg: TMsgKind; arg = "")
gloptNone:
TGlobalOption.gloptNone
Goal:
varpartitions: Goal
goto:
InstrKind.goto
GrowthFactor:
ast: GrowthFactor
handleCR:
nimlexbase: handleCR(L: var TBaseLexer; pos: int): int
handleDocOutputOptions:
docgen: handleDocOutputOptions(conf: ConfigRef)
handleLF:
nimlexbase: handleLF(L: var TBaseLexer; pos: int): int
handleStdinInput:
commands: handleStdinInput(conf: ConfigRef)
harmlessOptions:
options: harmlessOptions
hasAssume:
TInfoCCProp.hasAssume
hasAttribute:
TInfoCCProp.hasAttribute
hasComputedGoto:
TInfoCCProp.hasComputedGoto
hasCpp:
TInfoCCProp.hasCpp
hasCurFramePointer:
TCProcFlag.hasCurFramePointer
hasDeclspec:
TInfoCCProp.hasDeclspec
hasDestructor:
ast: hasDestructor(t: PType): bool
hasDisabledAsgn:
ast: hasDisabledAsgn(t: PType): bool
hasFauxMatch:
sigmatch: hasFauxMatch(c: TCandidate): bool
hasFFI:
options: hasFFI
hasGcGuard:
TInfoCCProp.hasGcGuard
hasGnuAsm:
TInfoCCProp.hasGnuAsm
hash:
lineinfos: hash(i: TLineInfo): Hash
modulegraphs: hash(x: FileIndex): Hash
modulegraphs: hash(u: SigHash): Hash
hasHint:
options: hasHint(conf: ConfigRef; note: TNoteKind): bool
hashNode:
astalgo: hashNode(p: RootRef): Hash
hashNonProc:
sighashes: hashNonProc(s: PSym): SigHash
hashOwner:
sighashes: hashOwner(s: PSym): SigHash
hashProc:
sighashes: hashProc(s: PSym): SigHash
hashString:
ccgutils: hashString(conf: ConfigRef; s: string): BiggestInt
hashType:
sighashes: hashType(t: PType; flags: set[ConsiderFlag] = {CoType}): SigHash
hasNext:
btrees: hasNext[Key, Val](b: BTree[Key, Val]; index: int): bool
hasNilSon:
ast: hasNilSon(n: PNode): bool
hasPattern:
ast: hasPattern(s: PSym): bool
hasPragma:
pragmas: hasPragma(n: PNode; pragma: TSpecialWord): bool
hasSideEffect:
varpartitions: hasSideEffect(c: var Partitions; info: var MutationInfo): bool
hasSonWith:
ast: hasSonWith(n: PNode; kind: TNodeKind): bool
hasSubnodeWith:
ast: hasSubnodeWith(n: PNode; kind: TNodeKind): bool
hasSwitchRange:
TInfoCCProp.hasSwitchRange
hasTinyCBackend:
options: hasTinyCBackend
hasWarn:
options: hasWarn(conf: ConfigRef; note: TNoteKind): bool
hcrOn:
options: hcrOn(conf: ConfigRef): bool
hExt:
extccomp: hExt
high:
int128: high(t: typedesc[Int128]): Int128
highBound:
guards: highBound(conf: ConfigRef; x: PNode; o: Operators): PNode
hintCC:
TMsgKind.hintCC
hintCodeBegin:
TMsgKind.hintCodeBegin
hintCodeEnd:
TMsgKind.hintCodeEnd
hintConditionAlwaysFalse:
TMsgKind.hintConditionAlwaysFalse
hintConditionAlwaysTrue:
TMsgKind.hintConditionAlwaysTrue
hintConf:
TMsgKind.hintConf
hintConvFromXtoItselfNotNeeded:
TMsgKind.hintConvFromXtoItselfNotNeeded
hintConvToBaseNotNeeded:
TMsgKind.hintConvToBaseNotNeeded
hintDependency:
TMsgKind.hintDependency
hintExecuting:
TMsgKind.hintExecuting
hintExpandMacro:
TMsgKind.hintExpandMacro
hintExprAlwaysX:
TMsgKind.hintExprAlwaysX
hintExtendedContext:
TMsgKind.hintExtendedContext
hintGCStats:
TMsgKind.hintGCStats
hintGlobalVar:
TMsgKind.hintGlobalVar
hintLineTooLong:
TMsgKind.hintLineTooLong
hintLinking:
TMsgKind.hintLinking
hintMax:
lineinfos: hintMax
hintMin:
lineinfos: hintMin
hintMsgOrigin:
TMsgKind.hintMsgOrigin
hintName:
TMsgKind.hintName
hintPath:
TMsgKind.hintPath
hintPattern:
TMsgKind.hintPattern
hintPerformance:
TMsgKind.hintPerformance
hintProcessing:
TMsgKind.hintProcessing
hintQuitCalled:
TMsgKind.hintQuitCalled
hintSource:
TMsgKind.hintSource
hintStackTrace:
TMsgKind.hintStackTrace
hintSuccess:
TMsgKind.hintSuccess
hintSuccessX:
TMsgKind.hintSuccessX
hintUser:
TMsgKind.hintUser
hintUserRaw:
TMsgKind.hintUserRaw
hintXCannotRaiseY:
TMsgKind.hintXCannotRaiseY
hintXDeclaredButNotUsed:
TMsgKind.hintXDeclaredButNotUsed
htmldocsDir:
options: htmldocsDir
htmldocsDirname:
nimpaths: htmldocsDirname
HtmlExt:
options: HtmlExt
ideChk:
IdeCmd.ideChk
IdeCmd:
options: IdeCmd
ideCon:
IdeCmd.ideCon
ideDef:
IdeCmd.ideDef
ideDus:
IdeCmd.ideDus
ideHighlight:
IdeCmd.ideHighlight
ideKnown:
IdeCmd.ideKnown
ideMod:
IdeCmd.ideMod
ideMsg:
IdeCmd.ideMsg
ideNone:
IdeCmd.ideNone
IdentCache:
idents: IdentCache
identLen:
linter: identLen(line: string; start: int): int
ideOutline:
IdeCmd.ideOutline
ideProject:
IdeCmd.ideProject
ideSug:
IdeCmd.ideSug
ideUse:
IdeCmd.ideUse
idNodeTableGet:
astalgo: idNodeTableGet(t: TIdNodeTable; key: PIdObj): PNode
idNodeTablePut:
astalgo: idNodeTablePut(t: var TIdNodeTable; key: PIdObj; val: PNode)
idOrSig:
sighashes: idOrSig(s: PSym; currentModule: string; sigCollisions: var CountTable[SigHash]): Rope
idSynchronizationPoint:
idgen: idSynchronizationPoint(idRange: int)
idTableGet:
astalgo: idTableGet(t: TIdTable; key: int): RootRef
astalgo: idTableGet(t: TIdTable; key: PIdObj): RootRef
idTableHasObjectAsKey:
astalgo: idTableHasObjectAsKey(t: TIdTable; key: PIdObj): bool
idTablePairs:
astalgo: idTablePairs(t: TIdTable): tuple[key: PIdObj, val: RootRef]
idTablePut:
astalgo: idTablePut(t: var TIdTable; key: PIdObj; val: RootRef)
IgnoreCC:
TTypeCmpFlag.IgnoreCC
IgnoreTupleFields:
TTypeCmpFlag.IgnoreTupleFields
iiTableGet:
astalgo: iiTableGet(t: TIITable; key: int): int
iiTablePut:
astalgo: iiTablePut(t: var TIITable; key, val: int)
illegalCustomPragma:
pragmas: illegalCustomPragma(c: PContext; n: PNode; s: PSym)
illFormedAst:
semdata: illFormedAst(n: PNode; conf: ConfigRef)
illFormedAstLocal:
semdata: illFormedAstLocal(n: PNode; conf: ConfigRef)
immutableView:
ViewTypeKind.immutableView
implicitDeref:
Feature.implicitDeref
implicitPragmas:
pragmas: implicitPragmas(c: PContext; sym: PSym; n: PNode; validPragmas: TSpecialWords)
impliesNotNil:
guards: impliesNotNil(m: TModel; arg: PNode): TImplication
impNo:
TImplication.impNo
importAllSymbols:
importer: importAllSymbols(c: PContext; fromMod: PSym)
importantComments:
options: importantComments(conf: ConfigRef): bool
importcCond:
vmgen: importcCond(s: PSym): bool
importcCondVar:
vmgen: importcCondVar(s: PSym): bool
importModule:
modules: importModule(graph: ModuleGraph; s: PSym; fileIdx: FileIndex): PSym
importPureEnumField:
importer: importPureEnumField(c: PContext; s: PSym)
impUnknown:
TImplication.impUnknown
impYes:
TImplication.impYes
inc:
int128: inc(a: var Int128; y: uint32 = 1)
inCheckpoint:
sigmatch: inCheckpoint(current, trackPos: TLineInfo): TCheckPointResult
inclDynlibOverride:
options: inclDynlibOverride(conf: ConfigRef; lib: string)
includeHeader:
cgendata: includeHeader(this: BModule; header: string)
includeModule:
modules: includeModule(graph: ModuleGraph; s: PSym; fileIdx: FileIndex): PNode
reorder: includeModule(graph: ModuleGraph; s: PSym; fileIdx: FileIndex): PNode
includesStringh:
CodegenFlag.includesStringh
incompleteType:
ast: incompleteType(t: PType): bool
IncrementalCtx:
incremental: IncrementalCtx
indAndComment:
parser: indAndComment(p: var Parser; n: PNode)
index:
sourcemap: index[T](elements: seq[T]; element: T): int
indirectAccess:
lowerings: indirectAccess(a: PNode; b: int; info: TLineInfo): PNode
lowerings: indirectAccess(a: PNode; b: PSym; info: TLineInfo): PNode
lowerings: indirectAccess(a: PNode; b: string; info: TLineInfo; cache: IdentCache): PNode
lowerings: indirectAccess(a, b: PSym; info: TLineInfo): PNode
inferStaticParam:
sigmatch: inferStaticParam(c: var TCandidate; lhs: PNode; rhs: BiggestInt): bool
inheritanceDiff:
types: inheritanceDiff(a, b: PType): int
IniExt:
options: IniExt
init:
incremental: init(incr: IncrementalCtx)
initBTree:
btrees: initBTree[Key, Val](): BTree[Key, Val]
initCandidate:
sigmatch: initCandidate(ctx: PContext; c: var TCandidate; callee: PSym; binding: PNode; calleeScope = -1; diagnosticsEnabled = false)
sigmatch: initCandidate(ctx: PContext; c: var TCandidate; callee: PType)
initDefines:
condsyms: initDefines(symbols: StringTableRef)
initDefinesProg:
cmdlinehelper: initDefinesProg(self: NimProg; conf: ConfigRef; name: string)
initIdentIter:
astalgo: initIdentIter(ti: var TIdentIter; tab: TStrTable; s: PIdent): PSym
initIdNodeTable:
ast: initIdNodeTable(x: var TIdNodeTable)
initIdTable:
ast: initIdTable(x: var TIdTable)
initIiTable:
astalgo: initIiTable(x: var TIITable)
initLayeredTypeMap:
semtypinst: initLayeredTypeMap(pt: TIdTable): LayeredIdTable
initMsgConfig:
lineinfos: initMsgConfig(): MsgConfig
initNodeTable:
ast: initNodeTable(x: var TNodeTable)
initObjectSet:
ast: initObjectSet(x: var TObjectSet)
initOperators:
guards: initOperators(g: ModuleGraph): Operators
initOverloadIter:
lookups: initOverloadIter(o: var TOverloadIter; c: PContext; n: PNode): PSym
initStrTable:
ast: initStrTable(x: var TStrTable)
initTabIter:
astalgo: initTabIter(ti: var TTabIter; tab: TStrTable): PSym
initToken:
lexer: initToken(L: var Token)
initTokRender:
renderer: initTokRender(r: var TSrcGen; n: PNode; renderFlags: TRenderFlags = {})
initTypeVars:
semtypinst: initTypeVars(p: PContext; typeMap: LayeredIdTable; info: TLineInfo; owner: PSym): TReplTypeVars
initVars:
extccomp: initVars(conf: ConfigRef)
injectDestructorCalls:
injectdestructors: injectDestructorCalls(g: ModuleGraph; owner: PSym; n: PNode): PNode
inSet:
nimsets: inSet(s: PNode; elem: PNode): bool
instAllTypeBoundOp:
semtypinst: instAllTypeBoundOp(c: PContext; info: TLineInfo)
InstantiationInfo:
msgs: InstantiationInfo
instCopyType:
semtypinst: instCopyType(cl: var TReplTypeVars; t: PType): PType
instGenericConvertersArg:
sem: instGenericConvertersArg(c: PContext; a: PNode; x: TCandidate)
instGenericConvertersSons:
sem: instGenericConvertersSons(c: PContext; n: PNode; x: TCandidate)
Instr:
dfa: Instr
InstrKind:
dfa: InstrKind
InstrTargetKind:
dfa: InstrTargetKind
instrTargets:
dfa: instrTargets(insloc, loc: PNode): InstrTargetKind
instTypeBoundOp:
sigmatch: instTypeBoundOp(c: PContext; dc: PSym; t: PType; info: TLineInfo; op: TTypeAttachedOp; col: int): PSym
Int128:
int128: Int128
IntegralTypes:
ast: IntegralTypes
interestingCaseExpr:
guards: interestingCaseExpr(m: PNode): bool
internalAssert:
msgs: internalAssert(conf: ConfigRef; e: bool)
internalError:
msgs: internalError(conf: ConfigRef; errMsg: string)
msgs: internalError(conf: ConfigRef; info: TLineInfo; errMsg: string)
interp:
nimpaths: interp(path: string; nimr: string): string
intersectSets:
nimsets: intersectSets(conf: ConfigRef; a, b: PNode): PNode
IntLike:
OrdinalType.IntLike
invalidateFacts:
guards: invalidateFacts(s: var seq[PNode]; n: PNode)
guards: invalidateFacts(m: var TModel; n: PNode)
InvalidFileIdx:
lineinfos: InvalidFileIdx
invalidGenericInst:
types: invalidGenericInst(f: PType): bool
InvalidKey:
astalgo: InvalidKey
invalidPragma:
pragmas: invalidPragma(c: PContext; n: PNode)
isAddrNode:
astalgo: isAddrNode(n: PNode): bool
isAnalysableFieldAccess:
dfa: isAnalysableFieldAccess(orig: PNode; owner: PSym): bool
isAssignable:
parampatterns: isAssignable(owner: PSym; n: PNode; isUnsafeAddr = false): TAssignableResult
isAtom:
ast: isAtom(n: PNode): bool
isBothMetaConvertible:
TTypeRelation.isBothMetaConvertible
isCallExpr:
ast: isCallExpr(n: PNode): bool
isCaseObj:
trees: isCaseObj(n: PNode): bool
isClosure:
ast: isClosure(typ: PType): bool
isClosureIterator:
ast: isClosureIterator(typ: PType): bool
isCompileTimeOnly:
types: isCompileTimeOnly(t: PType): bool
isCompileTimeProc:
ast: isCompileTimeProc(s: PSym): bool
isConstExpr:
trees: isConstExpr(n: PNode): bool
isConvertible:
TTypeRelation.isConvertible
isDeepConstExpr:
trees: isDeepConstExpr(n: PNode; preventInheritance = false): bool
isDefectException:
types: isDefectException(t: PType): bool
isDefined:
options: isDefined(conf: ConfigRef; symbol: string): bool
isDirty:
modulegraphs: isDirty(g: ModuleGraph; m: PSym): bool
isDiscriminantField:
astalgo: isDiscriminantField(n: PNode): bool
isDynlibOverride:
options: isDynlibOverride(conf: ConfigRef; lib: string): bool
isEmpty:
pathutils: isEmpty(x: AnyPath): bool
isEmptyContainer:
types: isEmptyContainer(t: PType): bool
isEmptyType:
ast: isEmptyType(t: PType): bool
isEqual:
TTypeRelation.isEqual
isException:
types: isException(t: PType): bool
isFinal:
types: isFinal(t: PType): bool
isFloatLit:
types: isFloatLit(t: PType): bool
isFromIntLit:
TTypeRelation.isFromIntLit
isGCedMem:
ast: isGCedMem(t: PType): bool
isGeneric:
TTypeRelation.isGeneric
isGenericAlias:
types: isGenericAlias(t: PType): bool
isGenericRoutine:
ast: isGenericRoutine(s: PSym): bool
isHeaderFile:
CodegenFlag.isHeaderFile
isImportedException:
ast: isImportedException(t: PType; conf: ConfigRef): bool
isInferred:
TTypeRelation.isInferred
isInferredConvertible:
TTypeRelation.isInferredConvertible
isInfixAs:
ast: isInfixAs(n: PNode): bool
isInlineIterator:
ast: isInlineIterator(typ: PType): bool
isIntConv:
TTypeRelation.isIntConv
isIntLit:
types: isIntLit(t: PType): bool
isIterator:
lambdalifting: isIterator(owner: PSym): bool
isKeyword:
lexer: isKeyword(kind: TokType): bool
renderer: isKeyword(i: PIdent): bool
isLValue:
parampatterns: isLValue(n: PNode): bool
isMetaType:
ast: isMetaType(t: PType): bool
isNimIdentifier:
lexer: isNimIdentifier(s: string): bool
isNone:
TTypeRelation.isNone
isNoSideEffectPragma:
trees: isNoSideEffectPragma(n: PNode): bool
isOperator:
parser: isOperator(tok: Token): bool
isOrdinalType:
types: isOrdinalType(t: PType; allowEnumWithHoles: bool = false): bool
isPartOf:
aliases: isPartOf(a, b: PNode): TAnalysisResult
isPureObject:
types: isPureObject(typ: PType): bool
isRange:
trees: isRange(n: PNode): bool
isResolvedUserTypeClass:
types: isResolvedUserTypeClass(t: PType): bool
isRoutine:
ast: isRoutine(s: PSym): bool
isRunnableExamples:
ast: isRunnableExamples(n: PNode): bool
isShadowScope:
lookups: isShadowScope(s: PScope): bool
isSinkParam:
ast: isSinkParam(s: PSym): bool
isSinkType:
ast: isSinkType(t: PType): bool
isSinkTypeForParam:
types: isSinkTypeForParam(t: PType): bool
isSubrange:
TTypeRelation.isSubrange
isSubtype:
TTypeRelation.isSubtype
isTopLevel:
semdata: isTopLevel(c: PContext): bool
isTracked:
sigmatch: isTracked(current, trackPos: TLineInfo; tokenLen: int): bool
isTrue:
trees: isTrue(n: PNode): bool
isTupleRecursive:
types: isTupleRecursive(t: PType): bool
isUnresolvedStatic:
ast: isUnresolvedStatic(t: PType): bool
isUnsigned:
types: isUnsigned(t: PType): bool
isVSCompatible:
extccomp: isVSCompatible(conf: ConfigRef): bool
items:
ast: items(n: PNode): PNode
astalgo: items(tab: TStrTable): PSym
ropes: items(r: Rope): char
iteratorPragmas:
pragmas: iteratorPragmas
iterOverType:
types: iterOverType(t: PType; iter: TTypeIter; closure: RootRef): bool
iterToProcImpl:
itersgen: iterToProcImpl(c: PContext; n: PNode): PNode
jmpDiff:
vmdef: jmpDiff(x: TInstr): int
JSgenPass:
jsgen: JSgenPass
JsonExt:
options: JsonExt
kAlreadyGiven:
MismatchKind.kAlreadyGiven
kExtraArg:
MismatchKind.kExtraArg
kMissingParam:
MismatchKind.kMissingParam
kPositionalAlreadyGiven:
MismatchKind.kPositionalAlreadyGiven
kTypeMismatch:
MismatchKind.kTypeMismatch
kUnknown:
MismatchKind.kUnknown
kUnknownNamedParam:
MismatchKind.kUnknownNamedParam
kVarNeeded:
MismatchKind.kVarNeeded
lambdaPragmas:
pragmas: lambdaPragmas
largeInstrs:
vmdef: largeInstrs
LastCallConv:
pragmas: LastCallConv
lastFloat:
types: lastFloat(t: PType): BiggestFloat
lastOptionEntry:
semdata: lastOptionEntry(c: PContext): POptionEntry
lastOrd:
types: lastOrd(conf: ConfigRef; t: PType): Int128
lastOverloadScope:
lookups: lastOverloadScope(o: TOverloadIter): int
lastSon:
ast: lastSon(n: Indexable): Indexable
LayeredIdTable:
semtypinst: LayeredIdTable
leave:
vmprofiler: leave(prof: var Profiler; c: PCtx)
leaves:
ropes: leaves(r: Rope): string
LegacyFeature:
options: LegacyFeature
len:
ast: len(n: Indexable): int
btrees: len[Key, Val](b: BTree[Key, Val]): int
ropes: len(a: Rope): int
lengthOrd:
types: lengthOrd(conf: ConfigRef; t: PType): Int128
letPragmas:
pragmas: letPragmas
Letters:
linter: Letters
leValue:
astalgo: leValue(a, b: PNode): bool
leValueConv:
semfold: leValueConv(a, b: PNode): bool
Lexer:
lexer: Lexer
lexMessage:
lexer: lexMessage(L: Lexer; msg: TMsgKind; arg = "")
lexMessageTok:
lexer: lexMessageTok(L: Lexer; msg: TMsgKind; tok: Token; arg = "")
LF:
nimlexbase: LF
lfDynamicLib:
TLocFlag.lfDynamicLib
lfEnforceDeref:
TLocFlag.lfEnforceDeref
lfExportLib:
TLocFlag.lfExportLib
lfFullExternalName:
TLocFlag.lfFullExternalName
lfHeader:
TLocFlag.lfHeader
lfImportCompilerProc:
TLocFlag.lfImportCompilerProc
lfIndirect:
TLocFlag.lfIndirect
lfNoDecl:
TLocFlag.lfNoDecl
lfNoDeepCopy:
TLocFlag.lfNoDeepCopy
lfPrepareForMutation:
TLocFlag.lfPrepareForMutation
lfSingleUse:
TLocFlag.lfSingleUse
libDynamic:
TLibKind.libDynamic
libHeader:
TLibKind.libHeader
liftForLoop:
lambdalifting: liftForLoop(g: ModuleGraph; body: PNode; owner: PSym): PNode
liftIterSym:
lambdalifting: liftIterSym(g: ModuleGraph; n: PNode; owner: PSym): PNode
liftIterToProc:
lambdalifting: liftIterToProc(g: ModuleGraph; fn: PSym; body: PNode; ptrType: PType): PNode
liftLambdas:
lambdalifting: liftLambdas(g: ModuleGraph; fn: PSym; body: PNode; tooEarly: var bool): PNode
liftLambdasForTopLevel:
lambdalifting: liftLambdasForTopLevel(module: PSym; body: PNode): PNode
liftLocalsIfRequested:
liftlocals: liftLocalsIfRequested(prc: PSym; n: PNode; cache: IdentCache; conf: ConfigRef): PNode
liftParallel:
semparallel: liftParallel(g: ModuleGraph; owner: PSym; n: PNode): PNode
liftTypeBoundOps:
liftdestructors: liftTypeBoundOps(c: PContext; typ: PType; info: TLineInfo)
liMessage:
msgs: liMessage(conf: ConfigRef; info: TLineInfo; msg: TMsgKind; arg: string; eh: TErrorHandling; info2: InstantiationInfo; isRaw = false)
lineInfoToStr:
astalgo: lineInfoToStr(conf: ConfigRef; info: TLineInfo): Rope
linkTo:
ast: linkTo(s: PSym; t: PType): PSym
ast: linkTo(t: PType; s: PSym): PType
lintReport:
msgs: lintReport(conf: ConfigRef; info: TLineInfo; beau, got: string)
listCPUnames:
platform: listCPUnames(): seq[string]
listHints:
msgs: listHints(conf: ConfigRef)
listOSnames:
platform: listOSnames(): seq[string]
listSymbolNames:
astalgo: listSymbolNames(symbols: openArray[PSym]): string
listWarnings:
msgs: listWarnings(conf: ConfigRef)
littleEndian:
TEndian.littleEndian
llsFile:
TLLStreamKind.llsFile
llsNone:
TLLStreamKind.llsNone
llsStdIn:
TLLStreamKind.llsStdIn
llsString:
TLLStreamKind.llsString
llStreamClose:
llstream: llStreamClose(s: PLLStream)
llStreamOpen:
llstream: llStreamOpen(): PLLStream
llstream: llStreamOpen(filename: AbsoluteFile; mode: FileMode): PLLStream
llstream: llStreamOpen(f: File): PLLStream
llstream: llStreamOpen(data: string): PLLStream
llStreamOpenStdIn:
llstream: llStreamOpenStdIn(r: TLLRepl = llReadFromStdin): PLLStream
llStreamRead:
llstream: llStreamRead(s: PLLStream; buf: pointer; bufLen: int): int
llStreamReadAll:
llstream: llStreamReadAll(s: PLLStream): string
llStreamReadLine:
llstream: llStreamReadLine(s: PLLStream; line: var string): bool
llStreamWrite:
llstream: llStreamWrite(s: PLLStream; data: char)
llstream: llStreamWrite(s: PLLStream; buf: pointer; buflen: int)
llstream: llStreamWrite(s: PLLStream; data: string)
llStreamWriteln:
llstream: llStreamWriteln(s: PLLStream; data: string)
loadAny:
vmmarshal: loadAny(s: string; t: PType; cache: IdentCache; conf: ConfigRef): PNode
loadConfigs:
nimconf: loadConfigs(cfg: RelativeFile; cache: IdentCache; conf: ConfigRef)
loadConfigsAndRunMainCommand:
cmdlinehelper: loadConfigsAndRunMainCommand(self: NimProg; cache: IdentCache; conf: ConfigRef; graph: ModuleGraph): bool
loadMaxIds:
idgen: loadMaxIds(conf: ConfigRef; project: AbsoluteFile)
loadModuleSym:
rod: loadModuleSym(g: ModuleGraph; fileIdx: FileIndex; fullpath: AbsoluteFile): ( PSym, int)
loadNode:
rod: loadNode(g: ModuleGraph; module: PSym): PNode
localError:
msgs: localError(conf: ConfigRef; info: TLineInfo; arg: string)
msgs: localError(conf: ConfigRef; info: TLineInfo; format: string; params: openArray[string])
msgs: localError(conf: ConfigRef; info: TLineInfo; msg: TMsgKind; arg = "")
localSearchInScope:
lookups: localSearchInScope(c: PContext; s: PIdent): PSym
locCall:
TLocKind.locCall
locData:
TLocKind.locData
locExpr:
TLocKind.locExpr
locField:
TLocKind.locField
locGlobalVar:
TLocKind.locGlobalVar
locLocalVar:
TLocKind.locLocalVar
locNone:
TLocKind.locNone
locOther:
TLocKind.locOther
locParam:
TLocKind.locParam
locProc:
TLocKind.locProc
locTemp:
TLocKind.locTemp
log:
msgs: log(s: string)
lookUp:
lookups: lookUp(c: PContext; n: PNode): PSym
lookupInRecord:
astalgo: lookupInRecord(n: PNode; field: PIdent): PSym
low:
int128: low(t: typedesc[Int128]): Int128
lowBound:
guards: lowBound(conf: ConfigRef; x: PNode): PNode
lowerSwap:
lowerings: lowerSwap(g: ModuleGraph; n: PNode; owner: PSym): PNode
lowerTupleUnpacking:
lowerings: lowerTupleUnpacking(g: ModuleGraph; n: PNode; owner: PSym): PNode
lowerTupleUnpackingForAsgn:
lowerings: lowerTupleUnpackingForAsgn(g: ModuleGraph; n: PNode; owner: PSym): PNode
Lrz:
nimlexbase: Lrz
mAbsI:
TMagic.mAbsI
mAccessEnv:
TMagic.mAccessEnv
macroPragmas:
pragmas: macroPragmas
mAddF64:
TMagic.mAddF64
mAddI:
TMagic.mAddI
mAddr:
TMagic.mAddr
mAddU:
TMagic.mAddU
mainCommand:
main: mainCommand(graph: ModuleGraph)
mainCommandArg:
options: mainCommandArg(conf: ConfigRef): string
makeAndType:
semdata: makeAndType(c: PContext; t1, t2: PType): PType
makeClosure:
lambdalifting: makeClosure(g: ModuleGraph; prc: PSym; env: PNode; info: TLineInfo): PNode
makeCString:
msgs: makeCString(s: string): Rope
makeInstPair:
semdata: makeInstPair(s: PSym; inst: PInstantiation): TInstantiationPair
makeModule:
modules: makeModule(graph: ModuleGraph; filename: AbsoluteFile): PSym
modules: makeModule(graph: ModuleGraph; filename: string): PSym
makeNotType:
semdata: makeNotType(c: PContext; t1: PType): PType
makeOrType:
semdata: makeOrType(c: PContext; t1, t2: PType): PType
makePass:
passes: makePass(open: TPassOpen = nil; process: TPassProcess = nil; close: TPassClose = nil; isFrontend = false): TPass
makePtrType:
semdata: makePtrType(c: PContext; baseType: PType): PType
semdata: makePtrType(owner: PSym; baseType: PType): PType
makeRangeType:
semdata: makeRangeType(c: PContext; first, last: BiggestInt; info: TLineInfo; intType: PType = nil): PType
makeRangeWithStaticExpr:
semdata: makeRangeWithStaticExpr(c: PContext; n: PNode): PType
makeSingleLineCString:
ccgutils: makeSingleLineCString(s: string): string
makeStaticExpr:
semdata: makeStaticExpr(c: PContext; n: PNode): PNode
makeStdinModule:
modules: makeStdinModule(graph: ModuleGraph): PSym
makeStmtList:
ast: makeStmtList(n: PNode): PNode
makeTypeDesc:
semdata: makeTypeDesc(c: PContext; typ: PType): PType
makeTypeFromExpr:
semdata: makeTypeFromExpr(c: PContext; n: PNode): PType
makeTypeSymNode:
semdata: makeTypeSymNode(c: PContext; typ: PType; info: TLineInfo): PNode
makeTypeWithModifier:
semdata: makeTypeWithModifier(c: PContext; modifier: TTypeKind; baseType: PType): PType
makeVarType:
semdata: makeVarType(c: PContext; baseType: PType; kind = tyVar): PType
semdata: makeVarType(owner: PSym; baseType: PType; kind = tyVar): PType
makeYamlString:
astalgo: makeYamlString(s: string): Rope
mAlignOf:
TMagic.mAlignOf
mAnd:
TMagic.mAnd
mangle:
ccgutils: mangle(name: string): string
mAppendSeqElem:
TMagic.mAppendSeqElem
mAppendStrCh:
TMagic.mAppendStrCh
mAppendStrStr:
TMagic.mAppendStrStr
Mapping:
sourcemap: Mapping
mAppType:
TMagic.mAppType
markClientsDirty:
modulegraphs: markClientsDirty(g: ModuleGraph; fileIdx: FileIndex)
markDirty:
modulegraphs: markDirty(g: ModuleGraph; fileIdx: FileIndex)
markIndirect:
semdata: markIndirect(c: PContext; s: PSym)
markOwnerModuleAsUsed:
sigmatch: markOwnerModuleAsUsed(c: PContext; s: PSym)
markUsed:
sigmatch: markUsed(c: PContext; info: TLineInfo; s: PSym)
mArray:
TMagic.mArray
mArrGet:
TMagic.mArrGet
mArrPut:
TMagic.mArrPut
mArrToSeq:
TMagic.mArrToSeq
mAsgn:
TMagic.mAsgn
mAshrI:
TMagic.mAshrI
maskBytes:
int128: maskBytes(arg: Int128; numbytes: int): Int128
maskUInt16:
int128: maskUInt16(arg: Int128): Int128
maskUInt32:
int128: maskUInt32(arg: Int128): Int128
maskUInt64:
int128: maskUInt64(arg: Int128): Int128
maskUInt8:
int128: maskUInt8(arg: Int128): Int128
mAstToStr:
TMagic.mAstToStr
matches:
sigmatch: matches(c: PContext; n, nOrig: PNode; m: var TCandidate)
matchNodeKinds:
parampatterns: matchNodeKinds(p, n: PNode): bool
matchType:
types: matchType(a: PType; pattern: openArray[tuple[k: TTypeKind, i: int]]; last: TTypeKind): bool
matchUserTypeClass:
sigmatch: matchUserTypeClass(m: var TCandidate; ff, a: PType): PType
MaxLineLength:
lexer: MaxLineLength
MaxLockLevel:
ast: MaxLockLevel
MaxSetElements:
nversion: MaxSetElements
MaxStackSize:
parampatterns: MaxStackSize
mBitandI:
TMagic.mBitandI
mBitnotI:
TMagic.mBitnotI
mBitorI:
TMagic.mBitorI
mBitxorI:
TMagic.mBitxorI
mBool:
TMagic.mBool
mBoolDefine:
TMagic.mBoolDefine
mBoolToStr:
TMagic.mBoolToStr
mBuildCPU:
TMagic.mBuildCPU
mBuildOS:
TMagic.mBuildOS
mBuiltinType:
TMagic.mBuiltinType
mCard:
TMagic.mCard
mChar:
TMagic.mChar
mCharToStr:
TMagic.mCharToStr
mChr:
TMagic.mChr
mCompileDate:
TMagic.mCompileDate
mCompileOption:
TMagic.mCompileOption
mCompileOptionArg:
TMagic.mCompileOptionArg
mCompiles:
TMagic.mCompiles
mCompileTime:
TMagic.mCompileTime
mConStrStr:
TMagic.mConStrStr
mCpuEndian:
TMagic.mCpuEndian
mCstring:
TMagic.mCstring
mCStrToStr:
TMagic.mCStrToStr
mdbg:
astalgo: mdbg(): bool
mDec:
TMagic.mDec
mDeclared:
TMagic.mDeclared
mDeclaredInScope:
TMagic.mDeclaredInScope
mDeepCopy:
TMagic.mDeepCopy
mDefault:
TMagic.mDefault
mDefined:
TMagic.mDefined
mDestroy:
TMagic.mDestroy
mDistinct:
TMagic.mDistinct
mDivF64:
TMagic.mDivF64
mDivI:
TMagic.mDivI
mDivU:
TMagic.mDivU
mDotDot:
TMagic.mDotDot
mEcho:
TMagic.mEcho
mEnumToStr:
TMagic.mEnumToStr
mEqB:
TMagic.mEqB
mEqCh:
TMagic.mEqCh
mEqCString:
TMagic.mEqCString
mEqEnum:
TMagic.mEqEnum
mEqF64:
TMagic.mEqF64
mEqI:
TMagic.mEqI
mEqIdent:
TMagic.mEqIdent
mEqNimrodNode:
TMagic.mEqNimrodNode
mEqProc:
TMagic.mEqProc
mEqRef:
TMagic.mEqRef
mEqSet:
TMagic.mEqSet
mEqStr:
TMagic.mEqStr
mergeFiles:
ccgmerge: mergeFiles(cfilename: AbsoluteFile; m: BModule)
mergeRequired:
ccgmerge: mergeRequired(m: BModule): bool
mergeShadowScope:
lookups: mergeShadowScope(c: PContext)
message:
msgs: message(conf: ConfigRef; info: TLineInfo; msg: TMsgKind; arg = "")
methodCall:
cgmeth: methodCall(n: PNode; conf: ConfigRef): PNode
methodDef:
cgmeth: methodDef(g: ModuleGraph; s: PSym; fromCache: bool)
methodPragmas:
pragmas: methodPragmas
mException:
TMagic.mException
mExcl:
TMagic.mExcl
mExists:
TMagic.mExists
mExit:
TMagic.mExit
mExpandToAst:
TMagic.mExpandToAst
mExpr:
TMagic.mExpr
mFieldPairs:
TMagic.mFieldPairs
mFields:
TMagic.mFields
mFloat:
TMagic.mFloat
mFloat128:
TMagic.mFloat128
mFloat32:
TMagic.mFloat32
mFloat64:
TMagic.mFloat64
mFloatToStr:
TMagic.mFloatToStr
mForall:
TMagic.mForall
mGCref:
TMagic.mGCref
mGCunref:
TMagic.mGCunref
mGetImpl:
TMagic.mGetImpl
mGetImplTransf:
TMagic.mGetImplTransf
mGetTypeInfo:
TMagic.mGetTypeInfo
mGetTypeInfoV2:
TMagic.mGetTypeInfoV2
mHigh:
TMagic.mHigh
mHostCPU:
TMagic.mHostCPU
mHostOS:
TMagic.mHostOS
mIff:
TMagic.mIff
mImplies:
TMagic.mImplies
mInc:
TMagic.mInc
mIncl:
TMagic.mIncl
mInSet:
TMagic.mInSet
mInstantiationInfo:
TMagic.mInstantiationInfo
mInt:
TMagic.mInt
mInt16:
TMagic.mInt16
mInt32:
TMagic.mInt32
mInt64:
TMagic.mInt64
mInt64ToStr:
TMagic.mInt64ToStr
mInt8:
TMagic.mInt8
mIntDefine:
TMagic.mIntDefine
mIntToStr:
TMagic.mIntToStr
mIs:
TMagic.mIs
miscPos:
ast: miscPos
mIsMainModule:
TMagic.mIsMainModule
MismatchInfo:
sigmatch: MismatchInfo
MismatchKind:
sigmatch: MismatchKind
mIsNil:
TMagic.mIsNil
mIsolate:
TMagic.mIsolate
mIsPartOf:
TMagic.mIsPartOf
mLeB:
TMagic.mLeB
mLeCh:
TMagic.mLeCh
mLeEnum:
TMagic.mLeEnum
mLeF64:
TMagic.mLeF64
mLeI:
TMagic.mLeI
mLengthArray:
TMagic.mLengthArray
mLengthOpenArray:
TMagic.mLengthOpenArray
mLengthSeq:
TMagic.mLengthSeq
mLengthStr:
TMagic.mLengthStr
mLePtr:
TMagic.mLePtr
mLeSet:
TMagic.mLeSet
mLeStr:
TMagic.mLeStr
mLeU:
TMagic.mLeU
mLow:
TMagic.mLow
mLtB:
TMagic.mLtB
mLtCh:
TMagic.mLtCh
mLtEnum:
TMagic.mLtEnum
mLtF64:
TMagic.mLtF64
mLtI:
TMagic.mLtI
mLtPtr:
TMagic.mLtPtr
mLtSet:
TMagic.mLtSet
mLtStr:
TMagic.mLtStr
mLtU:
TMagic.mLtU
mMaxI:
TMagic.mMaxI
mMinI:
TMagic.mMinI
mMinusSet:
TMagic.mMinusSet
mModI:
TMagic.mModI
mModU:
TMagic.mModU
mMove:
TMagic.mMove
mMulF64:
TMagic.mMulF64
mMulI:
TMagic.mMulI
mMulSet:
TMagic.mMulSet
mMulU:
TMagic.mMulU
mNAdd:
TMagic.mNAdd
mNAddMultiple:
TMagic.mNAddMultiple
mNBindSym:
TMagic.mNBindSym
mNCallSite:
TMagic.mNCallSite
mNccInc:
TMagic.mNccInc
mNccValue:
TMagic.mNccValue
mNChild:
TMagic.mNChild
mNCopyNimNode:
TMagic.mNCopyNimNode
mNCopyNimTree:
TMagic.mNCopyNimTree
mNcsAdd:
TMagic.mNcsAdd
mNcsAt:
TMagic.mNcsAt
mNcsIncl:
TMagic.mNcsIncl
mNcsLen:
TMagic.mNcsLen
mNctGet:
TMagic.mNctGet
mNctHasNext:
TMagic.mNctHasNext
mNctLen:
TMagic.mNctLen
mNctNext:
TMagic.mNctNext
mNctPut:
TMagic.mNctPut
mNDel:
TMagic.mNDel
mNError:
TMagic.mNError
mNew:
TMagic.mNew
mNewFinalize:
TMagic.mNewFinalize
mNewSeq:
TMagic.mNewSeq
mNewSeqOfCap:
TMagic.mNewSeqOfCap
mNewString:
TMagic.mNewString
mNewStringOfCap:
TMagic.mNewStringOfCap
mNFloatVal:
TMagic.mNFloatVal
mNGenSym:
TMagic.mNGenSym
mNGetType:
TMagic.mNGetType
mNHint:
TMagic.mNHint
mNIdent:
TMagic.mNIdent
mNil:
TMagic.mNil
mNimvm:
TMagic.mNimvm
mNIntVal:
TMagic.mNIntVal
mNKind:
TMagic.mNKind
mNLen:
TMagic.mNLen
mNLineInfo:
TMagic.mNLineInfo
mNNewNimNode:
TMagic.mNNewNimNode
mNodeId:
TMagic.mNodeId
mNone:
TMagic.mNone
mNot:
TMagic.mNot
mNSetChild:
TMagic.mNSetChild
mNSetFloatVal:
TMagic.mNSetFloatVal
mNSetIdent:
TMagic.mNSetIdent
mNSetIntVal:
TMagic.mNSetIntVal
mNSetStrVal:
TMagic.mNSetStrVal
mNSetSymbol:
TMagic.mNSetSymbol
mNSetType:
TMagic.mNSetType
mNSigHash:
TMagic.mNSigHash
mNSizeOf:
TMagic.mNSizeOf
mNStrVal:
TMagic.mNStrVal
mNSymbol:
TMagic.mNSymbol
mNSymKind:
TMagic.mNSymKind
mNWarning:
TMagic.mNWarning
ModuleGraph:
modulegraphs: ModuleGraph
moduleHasChanged:
passes: moduleHasChanged(graph: ModuleGraph; module: PSym): bool
mOf:
TMagic.mOf
mOffsetOf:
TMagic.mOffsetOf
mOld:
TMagic.mOld
mOmpParFor:
TMagic.mOmpParFor
mOpenArray:
TMagic.mOpenArray
mOr:
TMagic.mOr
mOrd:
TMagic.mOrd
mOrdinal:
TMagic.mOrdinal
mParallel:
TMagic.mParallel
mParseBiggestFloat:
TMagic.mParseBiggestFloat
mParseExprToAst:
TMagic.mParseExprToAst
mParseStmtToAst:
TMagic.mParseStmtToAst
mPlugin:
TMagic.mPlugin
mPlusSet:
TMagic.mPlusSet
mPNimrodNode:
TMagic.mPNimrodNode
mPointer:
TMagic.mPointer
mPred:
TMagic.mPred
mProcCall:
TMagic.mProcCall
mPtr:
TMagic.mPtr
mQuoteAst:
TMagic.mQuoteAst
mRange:
TMagic.mRange
mRef:
TMagic.mRef
mRepr:
TMagic.mRepr
mReset:
TMagic.mReset
mRunnableExamples:
TMagic.mRunnableExamples
mSameNodeType:
TMagic.mSameNodeType
mSeq:
TMagic.mSeq
mSet:
TMagic.mSet
mSetLengthSeq:
TMagic.mSetLengthSeq
mSetLengthStr:
TMagic.mSetLengthStr
MsgConfig:
lineinfos: MsgConfig
MsgFlag:
msgs: MsgFlag
MsgFlags:
msgs: MsgFlags
MsgKindToStr:
lineinfos: MsgKindToStr
msgKindToString:
msgs: msgKindToString(kind: TMsgKind): string
msgQuit:
msgs: msgQuit(x: int8)
msgs: msgQuit(x: string)
msgSkipHook:
MsgFlag.msgSkipHook
msgStdout:
MsgFlag.msgStdout
msgWriteln:
msgs: msgWriteln(conf: ConfigRef; s: string; flags: MsgFlags = {})
mShallowCopy:
TMagic.mShallowCopy
mShlI:
TMagic.mShlI
mShrI:
TMagic.mShrI
mSizeOf:
TMagic.mSizeOf
mSlice:
TMagic.mSlice
mSlurp:
TMagic.mSlurp
mSpawn:
TMagic.mSpawn
mStatic:
TMagic.mStatic
mStaticExec:
TMagic.mStaticExec
mStmt:
TMagic.mStmt
mStrDefine:
TMagic.mStrDefine
mString:
TMagic.mString
mStrToIdent:
TMagic.mStrToIdent
mStrToStr:
TMagic.mStrToStr
mSubF64:
TMagic.mSubF64
mSubI:
TMagic.mSubI
mSubU:
TMagic.mSubU
mSucc:
TMagic.mSucc
mSwap:
TMagic.mSwap
mSymIsInstantiationOf:
TMagic.mSymIsInstantiationOf
mSymOwner:
TMagic.mSymOwner
mTuple:
TMagic.mTuple
mType:
TMagic.mType
mTypeDesc:
TMagic.mTypeDesc
mTypeOf:
TMagic.mTypeOf
mTypeTrait:
TMagic.mTypeTrait
mUInt:
TMagic.mUInt
mUInt16:
TMagic.mUInt16
mUInt32:
TMagic.mUInt32
mUInt64:
TMagic.mUInt64
mUInt8:
TMagic.mUInt8
mUnaryMinusF64:
TMagic.mUnaryMinusF64
mUnaryMinusI:
TMagic.mUnaryMinusI
mUnaryMinusI64:
TMagic.mUnaryMinusI64
mUnaryPlusF64:
TMagic.mUnaryPlusF64
mUnaryPlusI:
TMagic.mUnaryPlusI
mUncheckedArray:
TMagic.mUncheckedArray
mUnown:
TMagic.mUnown
mustRehash:
astalgo: mustRehash(length, counter: int): bool
mutableView:
ViewTypeKind.mutableView
mutateType:
types: mutateType(t: PType; iter: TTypeMutator; closure: RootRef): PType
MutationInfo:
varpartitions: MutationInfo
mVar:
TMagic.mVar
mVarargs:
TMagic.mVarargs
mVoid:
TMagic.mVoid
mVoidType:
TMagic.mVoidType
mWasMoved:
TMagic.mWasMoved
mXor:
TMagic.mXor
namePos:
ast: namePos
nameToCC:
extccomp: nameToCC(name: string): TSystemCC
nameToCPU:
platform: nameToCPU(name: string): TSystemCPU
nameToOS:
platform: nameToOS(name: string): TSystemOS
NdiFile:
ndi: NdiFile
NegOne:
int128: NegOne
newAsgnStmt:
lowerings: newAsgnStmt(le, ri: PNode): PNode
newCandidate:
sigmatch: newCandidate(ctx: PContext; callee: PSym; binding: PNode; calleeScope = -1): TCandidate
sigmatch: newCandidate(ctx: PContext; callee: PType): TCandidate
newConfigRef:
options: newConfigRef(): ConfigRef
newContext:
semdata: newContext(graph: ModuleGraph; module: PSym): PContext
newCtx:
vmdef: newCtx(module: PSym; cache: IdentCache; g: ModuleGraph): PCtx
newDeref:
lowerings: newDeref(n: PNode): PNode
newDocumentor:
docgen: newDocumentor(filename: AbsoluteFile; cache: IdentCache; conf: ConfigRef; outExt: string = HtmlExt; module: PSym = nil): PDoc
newDotExpr:
lowerings: newDotExpr(obj, b: PSym): PNode
newFastAsgnStmt:
lowerings: newFastAsgnStmt(le, ri: PNode): PNode
newFastMoveStmt:
lowerings: newFastMoveStmt(g: ModuleGraph; le, ri: PNode): PNode
newFloatNode:
ast: newFloatNode(kind: TNodeKind; floatVal: BiggestFloat): PNode
newFloatNodeP:
parser: newFloatNodeP(kind: TNodeKind; floatVal: BiggestFloat; p: Parser): PNode
newFloatNodeT:
semfold: newFloatNodeT(floatVal: BiggestFloat; n: PNode; g: ModuleGraph): PNode
newIdentCache:
idents: newIdentCache(): IdentCache
newIdentNode:
ast: newIdentNode(ident: PIdent; info: TLineInfo): PNode
newIdentNodeP:
parser: newIdentNodeP(ident: PIdent; p: Parser): PNode
newIdTable:
ast: newIdTable(): TIdTable
newIntLit:
lowerings: newIntLit(g: ModuleGraph; info: TLineInfo; value: BiggestInt): PNode
newIntNode:
ast: newIntNode(kind: TNodeKind; intVal: BiggestInt): PNode
ast: newIntNode(kind: TNodeKind; intVal: Int128): PNode
newIntNodeP:
parser: newIntNodeP(kind: TNodeKind; intVal: BiggestInt; p: Parser): PNode
newIntNodeT:
semfold: newIntNodeT(intVal: Int128; n: PNode; g: ModuleGraph): PNode
newIntTypeNode:
ast: newIntTypeNode(intVal: BiggestInt; typ: PType): PNode
ast: newIntTypeNode(intVal: Int128; typ: PType): PNode
newLib:
semdata: newLib(kind: TLibKind): PLib
newlineFollows:
lexer: newlineFollows(L: Lexer): bool
newLineInfo:
msgs: newLineInfo(conf: ConfigRef; filename: AbsoluteFile; line, col: int): TLineInfo
msgs: newLineInfo(fileInfoIdx: FileIndex; line, col: int): TLineInfo
NewLines:
nimlexbase: NewLines
newModuleGraph:
modulegraphs: newModuleGraph(cache: IdentCache; config: ConfigRef): ModuleGraph
newModuleList:
cgendata: newModuleList(g: ModuleGraph): BModuleList
newNode:
ast: newNode(kind: TNodeKind): PNode
newNodeI:
ast: newNodeI(kind: TNodeKind; info: TLineInfo): PNode
ast: newNodeI(kind: TNodeKind; info: TLineInfo; children: int): PNode
newNodeIT:
ast: newNodeIT(kind: TNodeKind; info: TLineInfo; typ: PType): PNode
newNodeP:
parser: newNodeP(kind: TNodeKind; p: Parser): PNode
newOptionEntry:
semdata: newOptionEntry(conf: ConfigRef): POptionEntry
newPackageCache:
options: newPackageCache(): untyped
newPartialConfigRef:
options: newPartialConfigRef(): ConfigRef
newProc:
cgendata: newProc(prc: PSym; module: BModule): BProc
newProcNode:
ast: newProcNode(kind: TNodeKind; info: TLineInfo; body: PNode; params, name, pattern, genericParams, pragmas, exceptions: PNode): PNode
newProcType:
ast: newProcType(info: TLineInfo; owner: PSym): PType
newSons:
ast: newSons(father: Indexable; length: int)
newStrNode:
ast: newStrNode(strVal: string; info: TLineInfo): PNode
ast: newStrNode(kind: TNodeKind; strVal: string): PNode
newStrNodeP:
parser: newStrNodeP(kind: TNodeKind; strVal: string; p: Parser): PNode
newStrNodeT:
semfold: newStrNodeT(strVal: string; n: PNode; g: ModuleGraph): PNode
newStrTable:
ast: newStrTable(): TStrTable
newSym:
ast: newSym(symKind: TSymKind; name: PIdent; owner: PSym; info: TLineInfo; options: TOptions = {}): PSym
newSymG:
sem: newSymG(kind: TSymKind; n: PNode; c: PContext): PSym
newSymNode:
ast: newSymNode(sym: PSym): PNode
ast: newSymNode(sym: PSym; info: TLineInfo): PNode
newSymNodeTypeDesc:
semfold: newSymNodeTypeDesc(s: PSym; info: TLineInfo): PNode
newTree:
ast: newTree(kind: TNodeKind; children: varargs[PNode]): PNode
newTreeI:
ast: newTreeI(kind: TNodeKind; info: TLineInfo; children: varargs[PNode]): PNode
newTreeIT:
ast: newTreeIT(kind: TNodeKind; info: TLineInfo; typ: PType; children: varargs[PNode]): PNode
newTryFinally:
lowerings: newTryFinally(body, final: PNode): PNode
newTupleAccess:
lowerings: newTupleAccess(g: ModuleGraph; tup: PNode; i: int): PNode
newTupleAccessRaw:
lowerings: newTupleAccessRaw(tup: PNode; i: int): PNode
newType:
ast: newType(kind: TTypeKind; owner: PSym): PType
newTypeMapLayer:
semtypinst: newTypeMapLayer(cl: var TReplTypeVars): LayeredIdTable
newTypeS:
semdata: newTypeS(kind: TTypeKind; c: PContext): PType
newTypeWithSons:
semdata: newTypeWithSons(c: PContext; kind: TTypeKind; sons: seq[PType]): PType
semdata: newTypeWithSons(owner: PSym; kind: TTypeKind; sons: seq[PType]): PType
newVersion:
nimblecmd: newVersion(ver: string): Version
next:
btrees: next[Key, Val](b: BTree[Key, Val]; index: int): (Key, Val, int)
nextIdentExcluding:
astalgo: nextIdentExcluding(ti: var TIdentIter; tab: TStrTable; excluding: IntSet): PSym
nextIdentIter:
astalgo: nextIdentIter(ti: var TIdentIter; tab: TStrTable): PSym
nextIter:
astalgo: nextIter(ti: var TTabIter; tab: TStrTable): PSym
nextOverloadIter:
lookups: nextOverloadIter(o: var TOverloadIter; c: PContext; n: PNode): PSym
nextTry:
astalgo: nextTry(h, maxHash: Hash): Hash
nfAllConst:
TNodeFlag.nfAllConst
nfAllFieldsSet:
ast: nfAllFieldsSet
nfBase16:
TNodeFlag.nfBase16
nfBase2:
TNodeFlag.nfBase2
nfBase8:
TNodeFlag.nfBase8
nfBlockArg:
TNodeFlag.nfBlockArg
nfDefaultParam:
TNodeFlag.nfDefaultParam
nfDefaultRefsParam:
TNodeFlag.nfDefaultRefsParam
nfDotField:
TNodeFlag.nfDotField
nfDotSetter:
TNodeFlag.nfDotSetter
nfExecuteOnReload:
TNodeFlag.nfExecuteOnReload
nfExplicitCall:
TNodeFlag.nfExplicitCall
nfExprCall:
TNodeFlag.nfExprCall
nfFromTemplate:
TNodeFlag.nfFromTemplate
nfIsPtr:
TNodeFlag.nfIsPtr
nfIsRef:
TNodeFlag.nfIsRef
nfLL:
TNodeFlag.nfLL
nfNone:
TNodeFlag.nfNone
nfNoRewrite:
TNodeFlag.nfNoRewrite
nfPreventCg:
TNodeFlag.nfPreventCg
nfSem:
TNodeFlag.nfSem
nfTransf:
TNodeFlag.nfTransf
NilableTypes:
ast: NilableTypes
nilOrSysInt:
magicsys: nilOrSysInt(g: ModuleGraph): PType
nimblePath:
nimblecmd: nimblePath(conf: ConfigRef; path: AbsoluteDir; info: TLineInfo)
nimbleSubs:
options: nimbleSubs(conf: ConfigRef; p: string): string
NimCompilerApiVersion:
nversion: NimCompilerApiVersion
nimdocOutCss:
nimpaths: nimdocOutCss
nimErrorFlagAccessed:
TCProcFlag.nimErrorFlagAccessed
nimErrorFlagDeclared:
TCProcFlag.nimErrorFlagDeclared
nimErrorFlagDisabled:
TCProcFlag.nimErrorFlagDisabled
NimExt:
options: NimExt
nimIncremental:
incremental: nimIncremental
nimKeywordsHigh:
wordrecg: nimKeywordsHigh
nimKeywordsLow:
wordrecg: nimKeywordsLow
nimNodeFlag:
vmdef: nimNodeFlag
NimProg:
cmdlinehelper: NimProg
nkAccQuoted:
TNodeKind.nkAccQuoted
nkAddr:
TNodeKind.nkAddr
nkArgList:
TNodeKind.nkArgList
nkAsgn:
TNodeKind.nkAsgn
nkAsmStmt:
TNodeKind.nkAsmStmt
nkBind:
TNodeKind.nkBind
nkBindStmt:
TNodeKind.nkBindStmt
nkBlockExpr:
TNodeKind.nkBlockExpr
nkBlockStmt:
TNodeKind.nkBlockStmt
nkBlockType:
TNodeKind.nkBlockType
nkBracket:
TNodeKind.nkBracket
nkBracketExpr:
TNodeKind.nkBracketExpr
nkBreakState:
TNodeKind.nkBreakState
nkBreakStmt:
TNodeKind.nkBreakStmt
nkCall:
TNodeKind.nkCall
nkCallKinds:
ast: nkCallKinds
nkCallStrLit:
TNodeKind.nkCallStrLit
nkCaseStmt:
TNodeKind.nkCaseStmt
nkCast:
TNodeKind.nkCast
nkCharLit:
TNodeKind.nkCharLit
nkChckRange:
TNodeKind.nkChckRange
nkChckRange64:
TNodeKind.nkChckRange64
nkChckRangeF:
TNodeKind.nkChckRangeF
nkCheckedFieldExpr:
TNodeKind.nkCheckedFieldExpr
nkClosedSymChoice:
TNodeKind.nkClosedSymChoice
nkClosure:
TNodeKind.nkClosure
nkComesFrom:
TNodeKind.nkComesFrom
nkCommand:
TNodeKind.nkCommand
nkCommentStmt:
TNodeKind.nkCommentStmt
nkConstDef:
TNodeKind.nkConstDef
nkConstSection:
TNodeKind.nkConstSection
nkConstTy:
TNodeKind.nkConstTy
nkContinueStmt:
TNodeKind.nkContinueStmt
nkConv:
TNodeKind.nkConv
nkConverterDef:
TNodeKind.nkConverterDef
nkCStringToString:
TNodeKind.nkCStringToString
nkCurly:
TNodeKind.nkCurly
nkCurlyExpr:
TNodeKind.nkCurlyExpr
nkDefer:
TNodeKind.nkDefer
nkDerefExpr:
TNodeKind.nkDerefExpr
nkDiscardStmt:
TNodeKind.nkDiscardStmt
nkDistinctTy:
TNodeKind.nkDistinctTy
nkDo:
TNodeKind.nkDo
nkDotCall:
TNodeKind.nkDotCall
nkDotExpr:
TNodeKind.nkDotExpr
nkEffectList:
ast: nkEffectList
nkElifBranch:
TNodeKind.nkElifBranch
nkElifExpr:
TNodeKind.nkElifExpr
nkElse:
TNodeKind.nkElse
nkElseExpr:
TNodeKind.nkElseExpr
nkEmpty:
TNodeKind.nkEmpty
nkEnumFieldDef:
TNodeKind.nkEnumFieldDef
nkEnumTy:
TNodeKind.nkEnumTy
nkExceptBranch:
TNodeKind.nkExceptBranch
nkExportExceptStmt:
TNodeKind.nkExportExceptStmt
nkExportStmt:
TNodeKind.nkExportStmt
nkExprColonExpr:
TNodeKind.nkExprColonExpr
nkExprEqExpr:
TNodeKind.nkExprEqExpr
nkFastAsgn:
TNodeKind.nkFastAsgn
nkFinally:
TNodeKind.nkFinally
nkFloat128Lit:
TNodeKind.nkFloat128Lit
nkFloat32Lit:
TNodeKind.nkFloat32Lit
nkFloat64Lit:
TNodeKind.nkFloat64Lit
nkFloatLit:
TNodeKind.nkFloatLit
nkFloatLiterals:
ast: nkFloatLiterals
nkFormalParams:
TNodeKind.nkFormalParams
nkForStmt:
TNodeKind.nkForStmt
nkFromStmt:
TNodeKind.nkFromStmt
nkFuncDef:
TNodeKind.nkFuncDef
nkGenericParams:
TNodeKind.nkGenericParams
nkGotoState:
TNodeKind.nkGotoState
nkHiddenAddr:
TNodeKind.nkHiddenAddr
nkHiddenCallConv:
TNodeKind.nkHiddenCallConv
nkHiddenDeref:
TNodeKind.nkHiddenDeref
nkHiddenStdConv:
TNodeKind.nkHiddenStdConv
nkHiddenSubConv:
TNodeKind.nkHiddenSubConv
nkHiddenTryStmt:
TNodeKind.nkHiddenTryStmt
nkIdent:
TNodeKind.nkIdent
nkIdentDefs:
TNodeKind.nkIdentDefs
nkIdentKinds:
ast: nkIdentKinds
nkIfExpr:
TNodeKind.nkIfExpr
nkIfStmt:
TNodeKind.nkIfStmt
nkImportAs:
TNodeKind.nkImportAs
nkImportExceptStmt:
TNodeKind.nkImportExceptStmt
nkImportStmt:
TNodeKind.nkImportStmt
nkIncludeStmt:
TNodeKind.nkIncludeStmt
nkInfix:
TNodeKind.nkInfix
nkInt16Lit:
TNodeKind.nkInt16Lit
nkInt32Lit:
TNodeKind.nkInt32Lit
nkInt64Lit:
TNodeKind.nkInt64Lit
nkInt8Lit:
TNodeKind.nkInt8Lit
nkIntLit:
TNodeKind.nkIntLit
nkIteratorDef:
TNodeKind.nkIteratorDef
nkIteratorTy:
TNodeKind.nkIteratorTy
nkLambda:
TNodeKind.nkLambda
nkLambdaKinds:
ast: nkLambdaKinds
nkLastBlockStmts:
ast: nkLastBlockStmts
nkLetSection:
TNodeKind.nkLetSection
nkLiterals:
ast: nkLiterals
nkMacroDef:
TNodeKind.nkMacroDef
nkMethodDef:
TNodeKind.nkMethodDef
nkMixinStmt:
TNodeKind.nkMixinStmt
nkMutableTy:
TNodeKind.nkMutableTy
nkNilLit:
TNodeKind.nkNilLit
nkNone:
TNodeKind.nkNone
nkObjConstr:
TNodeKind.nkObjConstr
nkObjDownConv:
TNodeKind.nkObjDownConv
nkObjectTy:
TNodeKind.nkObjectTy
nkObjUpConv:
TNodeKind.nkObjUpConv
nkOfBranch:
TNodeKind.nkOfBranch
nkOfInherit:
TNodeKind.nkOfInherit
nkOpenSymChoice:
TNodeKind.nkOpenSymChoice
nkPar:
TNodeKind.nkPar
nkParForStmt:
TNodeKind.nkParForStmt
nkPattern:
TNodeKind.nkPattern
nkPostfix:
TNodeKind.nkPostfix
nkPragma:
TNodeKind.nkPragma
nkPragmaBlock:
TNodeKind.nkPragmaBlock
nkPragmaCallKinds:
ast: nkPragmaCallKinds
nkPragmaExpr:
TNodeKind.nkPragmaExpr
nkPrefix:
TNodeKind.nkPrefix
nkProcDef:
TNodeKind.nkProcDef
nkProcTy:
TNodeKind.nkProcTy
nkPtrTy:
TNodeKind.nkPtrTy
nkRaiseStmt:
TNodeKind.nkRaiseStmt
nkRange:
TNodeKind.nkRange
nkRecCase:
TNodeKind.nkRecCase
nkRecList:
TNodeKind.nkRecList
nkRecWhen:
TNodeKind.nkRecWhen
nkRefTy:
TNodeKind.nkRefTy
nkReturnStmt:
TNodeKind.nkReturnStmt
nkRStrLit:
TNodeKind.nkRStrLit
nkSharedTy:
TNodeKind.nkSharedTy
nkState:
TNodeKind.nkState
nkStaticExpr:
TNodeKind.nkStaticExpr
nkStaticStmt:
TNodeKind.nkStaticStmt
nkStaticTy:
TNodeKind.nkStaticTy
nkStmtList:
TNodeKind.nkStmtList
nkStmtListExpr:
TNodeKind.nkStmtListExpr
nkStmtListType:
TNodeKind.nkStmtListType
nkStringToCString:
TNodeKind.nkStringToCString
nkStrKinds:
ast: nkStrKinds
nkStrLit:
TNodeKind.nkStrLit
nkSym:
TNodeKind.nkSym
nkSymChoices:
ast: nkSymChoices
nkTableConstr:
TNodeKind.nkTableConstr
nkTemplateDef:
TNodeKind.nkTemplateDef
nkTripleStrLit:
TNodeKind.nkTripleStrLit
nkTryStmt:
TNodeKind.nkTryStmt
nkTupleClassTy:
TNodeKind.nkTupleClassTy
nkTupleConstr:
TNodeKind.nkTupleConstr
nkTupleTy:
TNodeKind.nkTupleTy
nkType:
TNodeKind.nkType
nkTypeClassTy:
TNodeKind.nkTypeClassTy
nkTypeDef:
TNodeKind.nkTypeDef
nkTypeOfExpr:
TNodeKind.nkTypeOfExpr
nkTypeSection:
TNodeKind.nkTypeSection
nkUInt16Lit:
TNodeKind.nkUInt16Lit
nkUInt32Lit:
TNodeKind.nkUInt32Lit
nkUInt64Lit:
TNodeKind.nkUInt64Lit
nkUInt8Lit:
TNodeKind.nkUInt8Lit
nkUIntLit:
TNodeKind.nkUIntLit
nkUsingStmt:
TNodeKind.nkUsingStmt
nkVarSection:
TNodeKind.nkVarSection
nkVarTuple:
TNodeKind.nkVarTuple
nkVarTy:
TNodeKind.nkVarTy
nkWhen:
ast: nkWhen
nkWhenExpr:
ast: nkWhenExpr
nkWhenStmt:
TNodeKind.nkWhenStmt
nkWhileStmt:
TNodeKind.nkWhileStmt
nkWith:
TNodeKind.nkWith
nkWithout:
TNodeKind.nkWithout
nkYieldStmt:
TNodeKind.nkYieldStmt
nodeTableGet:
treetab: nodeTableGet(t: TNodeTable; key: PNode): int
nodeTablePut:
treetab: nodeTablePut(t: var TNodeTable; key: PNode; val: int)
nodeTableTestOrSet:
treetab: nodeTableTestOrSet(t: var TNodeTable; key: PNode; val: int): int
None:
InstrTargetKind.None
NoneLike:
OrdinalType.NoneLike
noSafePoints:
TCProcFlag.noSafePoints
NotesVerbosity:
lineinfos: NotesVerbosity
notFoundError:
sem: notFoundError(c: PContext; n: PNode; errors: CandidateErrors)
notnil:
Feature.notnil
noView:
ViewTypeKind.noView
numChars:
lexer: numChars
NumericalBase:
lexer: NumericalBase
numLines:
msgs: numLines(conf: ConfigRef; fileIdx: FileIndex): int
objectSetContains:
astalgo: objectSetContains(t: TObjectSet; obj: RootRef): bool
objectSetContainsOrIncl:
astalgo: objectSetContainsOrIncl(t: var TObjectSet; obj: RootRef): bool
objectSetIncl:
astalgo: objectSetIncl(t: var TObjectSet; obj: RootRef)
objHasKidsValid:
CodegenFlag.objHasKidsValid
oimDone:
TOverloadIterMode.oimDone
oimNoQualifier:
TOverloadIterMode.oimNoQualifier
oimOtherModule:
TOverloadIterMode.oimOtherModule
oimSelfModule:
TOverloadIterMode.oimSelfModule
oimSymChoice:
TOverloadIterMode.oimSymChoice
oimSymChoiceLocalLookup:
TOverloadIterMode.oimSymChoiceLocalLookup
oKeepVariableNames:
options: oKeepVariableNames
oldExperimentalFeatures:
options: oldExperimentalFeatures
onDef:
modulegraphs: onDef(info: TLineInfo; s: PSym)
onDefResolveForward:
modulegraphs: onDefResolveForward(info: TLineInfo; s: PSym)
One:
int128: One
OnHeap:
TStorageLoc.OnHeap
OnStack:
TStorageLoc.OnStack
OnStatic:
TStorageLoc.OnStatic
OnUnknown:
TStorageLoc.OnUnknown
onUse:
modulegraphs: onUse(info: TLineInfo; s: PSym)
opcAddFloat:
TOpcode.opcAddFloat
opcAddImmInt:
TOpcode.opcAddImmInt
opcAddInt:
TOpcode.opcAddInt
opcAddrNode:
TOpcode.opcAddrNode
opcAddrReg:
TOpcode.opcAddrReg
opcAddSeqElem:
TOpcode.opcAddSeqElem
opcAddStrCh:
TOpcode.opcAddStrCh
opcAddStrStr:
TOpcode.opcAddStrStr
opcAddu:
TOpcode.opcAddu
opcAsgnComplex:
TOpcode.opcAsgnComplex
opcAsgnConst:
TOpcode.opcAsgnConst
opcAsgnFloat:
TOpcode.opcAsgnFloat
opcAsgnInt:
TOpcode.opcAsgnInt
opcAsgnRef:
TOpcode.opcAsgnRef
opcAshrInt:
TOpcode.opcAshrInt
opcBitandInt:
TOpcode.opcBitandInt
opcBitnotInt:
TOpcode.opcBitnotInt
opcBitorInt:
TOpcode.opcBitorInt
opcBitxorInt:
TOpcode.opcBitxorInt
opcBranch:
TOpcode.opcBranch
opcCallSite:
TOpcode.opcCallSite
opcCard:
TOpcode.opcCard
opcCast:
TOpcode.opcCast
opcCastFloatToInt32:
TOpcode.opcCastFloatToInt32
opcCastFloatToInt64:
TOpcode.opcCastFloatToInt64
opcCastIntToFloat32:
TOpcode.opcCastIntToFloat32
opcCastIntToFloat64:
TOpcode.opcCastIntToFloat64
opcCastIntToPtr:
TOpcode.opcCastIntToPtr
opcCastPtrToInt:
TOpcode.opcCastPtrToInt
opcConcatStr:
TOpcode.opcConcatStr
opcContainsSet:
TOpcode.opcContainsSet
opcConv:
TOpcode.opcConv
opcDivFloat:
TOpcode.opcDivFloat
opcDivInt:
TOpcode.opcDivInt
opcDivu:
TOpcode.opcDivu
opcEcho:
TOpcode.opcEcho
opcEof:
TOpcode.opcEof
opcEqFloat:
TOpcode.opcEqFloat
opcEqIdent:
TOpcode.opcEqIdent
opcEqInt:
TOpcode.opcEqInt
opcEqNimNode:
TOpcode.opcEqNimNode
opcEqRef:
TOpcode.opcEqRef
opcEqSet:
TOpcode.opcEqSet
opcEqStr:
TOpcode.opcEqStr
opcExcept:
TOpcode.opcExcept
opcExcl:
TOpcode.opcExcl
opcFastAsgnComplex:
TOpcode.opcFastAsgnComplex
opcFinally:
TOpcode.opcFinally
opcFinallyEnd:
TOpcode.opcFinallyEnd
opcFJmp:
TOpcode.opcFJmp
opcGenSym:
TOpcode.opcGenSym
opcGetImpl:
TOpcode.opcGetImpl
opcGetImplTransf:
TOpcode.opcGetImplTransf
opcGorge:
TOpcode.opcGorge
OpChars:
lexer: OpChars
opcIncl:
TOpcode.opcIncl
opcInclRange:
TOpcode.opcInclRange
opcIndCall:
TOpcode.opcIndCall
opcIndCallAsgn:
TOpcode.opcIndCallAsgn
opcInvalidField:
TOpcode.opcInvalidField
opcIs:
TOpcode.opcIs
opcIsNil:
TOpcode.opcIsNil
opcJmp:
TOpcode.opcJmp
opcJmpBack:
TOpcode.opcJmpBack
opcLdArr:
TOpcode.opcLdArr
opcLdArrAddr:
TOpcode.opcLdArrAddr
opcLdConst:
TOpcode.opcLdConst
opcLdDeref:
TOpcode.opcLdDeref
opcLdGlobal:
TOpcode.opcLdGlobal
opcLdGlobalAddr:
TOpcode.opcLdGlobalAddr
opcLdGlobalAddrDerefFFI:
TOpcode.opcLdGlobalAddrDerefFFI
opcLdGlobalDerefFFI:
TOpcode.opcLdGlobalDerefFFI
opcLdImmInt:
TOpcode.opcLdImmInt
opcLdNull:
TOpcode.opcLdNull
opcLdNullReg:
TOpcode.opcLdNullReg
opcLdObj:
TOpcode.opcLdObj
opcLdObjAddr:
TOpcode.opcLdObjAddr
opcLdStrIdx:
TOpcode.opcLdStrIdx
opcLeFloat:
TOpcode.opcLeFloat
opcLeInt:
TOpcode.opcLeInt
opcLenSeq:
TOpcode.opcLenSeq
opcLenStr:
TOpcode.opcLenStr
opcLeSet:
TOpcode.opcLeSet
opcLeStr:
TOpcode.opcLeStr
opcLeu:
TOpcode.opcLeu
opcLtFloat:
TOpcode.opcLtFloat
opcLtInt:
TOpcode.opcLtInt
opcLtSet:
TOpcode.opcLtSet
opcLtStr:
TOpcode.opcLtStr
opcLtu:
TOpcode.opcLtu
opcMarshalLoad:
TOpcode.opcMarshalLoad
opcMarshalStore:
TOpcode.opcMarshalStore
opcMinusSet:
TOpcode.opcMinusSet
opcModInt:
TOpcode.opcModInt
opcModu:
TOpcode.opcModu
opcMulFloat:
TOpcode.opcMulFloat
opcMulInt:
TOpcode.opcMulInt
opcMulSet:
TOpcode.opcMulSet
opcMulu:
TOpcode.opcMulu
opcNAdd:
TOpcode.opcNAdd
opcNAddMultiple:
TOpcode.opcNAddMultiple
opcNarrowS:
TOpcode.opcNarrowS
opcNarrowU:
TOpcode.opcNarrowU
opcNBindSym:
TOpcode.opcNBindSym
opcNccInc:
TOpcode.opcNccInc
opcNccValue:
TOpcode.opcNccValue
opcNChild:
TOpcode.opcNChild
opcNCopyNimNode:
TOpcode.opcNCopyNimNode
opcNCopyNimTree:
TOpcode.opcNCopyNimTree
opcNcsAdd:
TOpcode.opcNcsAdd
opcNcsAt:
TOpcode.opcNcsAt
opcNcsIncl:
TOpcode.opcNcsIncl
opcNcsLen:
TOpcode.opcNcsLen
opcNctGet:
TOpcode.opcNctGet
opcNctHasNext:
TOpcode.opcNctHasNext
opcNctLen:
TOpcode.opcNctLen
opcNctNext:
TOpcode.opcNctNext
opcNctPut:
TOpcode.opcNctPut
opcNDel:
TOpcode.opcNDel
opcNDynBindSym:
TOpcode.opcNDynBindSym
opcNError:
TOpcode.opcNError
opcNew:
TOpcode.opcNew
opcNewSeq:
TOpcode.opcNewSeq
opcNewStr:
TOpcode.opcNewStr
opcNFloatVal:
TOpcode.opcNFloatVal
opcNGetLineInfo:
TOpcode.opcNGetLineInfo
opcNGetSize:
TOpcode.opcNGetSize
opcNGetType:
TOpcode.opcNGetType
opcNHint:
TOpcode.opcNHint
opcNIdent:
TOpcode.opcNIdent
opcNIntVal:
TOpcode.opcNIntVal
opcNKind:
TOpcode.opcNKind
opcNNewNimNode:
TOpcode.opcNNewNimNode
opcNodeId:
TOpcode.opcNodeId
opcNodeToReg:
TOpcode.opcNodeToReg
opcNot:
TOpcode.opcNot
opcNSetChild:
TOpcode.opcNSetChild
opcNSetFloatVal:
TOpcode.opcNSetFloatVal
opcNSetIdent:
TOpcode.opcNSetIdent
opcNSetIntVal:
TOpcode.opcNSetIntVal
opcNSetLineInfo:
TOpcode.opcNSetLineInfo
opcNSetStrVal:
TOpcode.opcNSetStrVal
opcNSetSymbol:
TOpcode.opcNSetSymbol
opcNSetType:
TOpcode.opcNSetType
opcNSigHash:
TOpcode.opcNSigHash
opcNStrVal:
TOpcode.opcNStrVal
opcNSymbol:
TOpcode.opcNSymbol
opcNSymKind:
TOpcode.opcNSymKind
opcNWarning:
TOpcode.opcNWarning
opcode:
vmdef: opcode(x: TInstr): TOpcode
opcOf:
TOpcode.opcOf
opcParseExprToAst:
TOpcode.opcParseExprToAst
opcParseFloat:
TOpcode.opcParseFloat
opcParseStmtToAst:
TOpcode.opcParseStmtToAst
opcPlusSet:
TOpcode.opcPlusSet
opcQueryErrorFlag:
TOpcode.opcQueryErrorFlag
opcQuit:
TOpcode.opcQuit
opcRaise:
TOpcode.opcRaise
opcRangeChck:
TOpcode.opcRangeChck
opcRepr:
TOpcode.opcRepr
opcRet:
TOpcode.opcRet
opcSameNodeType:
TOpcode.opcSameNodeType
opcSetLenSeq:
TOpcode.opcSetLenSeq
opcSetLenStr:
TOpcode.opcSetLenStr
opcSetType:
TOpcode.opcSetType
opcShlInt:
TOpcode.opcShlInt
opcShrInt:
TOpcode.opcShrInt
opcSignExtend:
TOpcode.opcSignExtend
opcSlurp:
TOpcode.opcSlurp
opcStrToIdent:
TOpcode.opcStrToIdent
opcSubFloat:
TOpcode.opcSubFloat
opcSubImmInt:
TOpcode.opcSubImmInt
opcSubInt:
TOpcode.opcSubInt
opcSubStr:
TOpcode.opcSubStr
opcSubu:
TOpcode.opcSubu
opcSymIsInstantiationOf:
TOpcode.opcSymIsInstantiationOf
opcSymOwner:
TOpcode.opcSymOwner
opcTJmp:
TOpcode.opcTJmp
opcTry:
TOpcode.opcTry
opcTypeTrait:
TOpcode.opcTypeTrait
opcUnaryMinusFloat:
TOpcode.opcUnaryMinusFloat
opcUnaryMinusInt:
TOpcode.opcUnaryMinusInt
opcWrArr:
TOpcode.opcWrArr
opcWrDeref:
TOpcode.opcWrDeref
opcWrObj:
TOpcode.opcWrObj
opcWrStrIdx:
TOpcode.opcWrStrIdx
opcXor:
TOpcode.opcXor
opcYldVal:
TOpcode.opcYldVal
opcYldYoid:
TOpcode.opcYldYoid
open:
ndi: open(f: var NdiFile; filename: AbsoluteFile; conf: ConfigRef)
openBaseLexer:
nimlexbase: openBaseLexer(L: var TBaseLexer; inputstream: PLLStream; bufLen: int = 8192)
openLexer:
lexer: openLexer(lex: var Lexer; filename: AbsoluteFile; inputstream: PLLStream; cache: IdentCache; config: ConfigRef)
lexer: openLexer(lex: var Lexer; fileIdx: FileIndex; inputstream: PLLStream; cache: IdentCache; config: ConfigRef)
openParser:
parser: openParser(p: var Parser; filename: AbsoluteFile; inputStream: PLLStream; cache: IdentCache; config: ConfigRef)
parser: openParser(p: var Parser; fileIdx: FileIndex; inputStream: PLLStream; cache: IdentCache; config: ConfigRef)
syntaxes: openParser(p: var Parser; fileIdx: FileIndex; inputstream: PLLStream; cache: IdentCache; config: ConfigRef)
openScope:
lookups: openScope(c: PContext): PScope
openShadowScope:
lookups: openShadowScope(c: PContext)
Operators:
guards: Operators
opGorge:
gorgeimpl: opGorge(cmd, input, cache: string; info: TLineInfo; conf: ConfigRef): (string, int)
opMapTypeImplToAst:
vmdeps: opMapTypeImplToAst(cache: IdentCache; t: PType; info: TLineInfo): PNode
opMapTypeInstToAst:
vmdeps: opMapTypeInstToAst(cache: IdentCache; t: PType; info: TLineInfo): PNode
opMapTypeToAst:
vmdeps: opMapTypeToAst(cache: IdentCache; t: PType; info: TLineInfo): PNode
oprHigh:
wordrecg: oprHigh
oprLow:
wordrecg: oprLow
opSlurp:
vmdeps: opSlurp(file: string; info: TLineInfo; module: PSym; conf: ConfigRef): string
optAssert:
TOption.optAssert
optBenchmarkVM:
TGlobalOption.optBenchmarkVM
optBoundsCheck:
TOption.optBoundsCheck
optByRef:
TOption.optByRef
optCDebug:
TGlobalOption.optCDebug
optCompileOnly:
TGlobalOption.optCompileOnly
optCursorInference:
TOption.optCursorInference
optDocInternal:
TGlobalOption.optDocInternal
optDynlibOverrideAll:
TGlobalOption.optDynlibOverrideAll
optEmbedOrigSrc:
TGlobalOption.optEmbedOrigSrc
optEnableDeepCopy:
TGlobalOption.optEnableDeepCopy
optExcessiveStackTrace:
TGlobalOption.optExcessiveStackTrace
optFieldCheck:
TOption.optFieldCheck
optForceFullMake:
TGlobalOption.optForceFullMake
optGenDynLib:
TGlobalOption.optGenDynLib
optGenGuiApp:
TGlobalOption.optGenGuiApp
optGenIndex:
TGlobalOption.optGenIndex
optGenMapping:
TGlobalOption.optGenMapping
optGenScript:
TGlobalOption.optGenScript
optGenStaticLib:
TGlobalOption.optGenStaticLib
optHints:
TOption.optHints
optHotCodeReloading:
TGlobalOption.optHotCodeReloading
optIdeDebug:
TGlobalOption.optIdeDebug
optIdeTerse:
TGlobalOption.optIdeTerse
optimize:
optimizer: optimize(n: PNode): PNode
optImplicitStatic:
TOption.optImplicitStatic
optInd:
parser: optInd(p: var Parser; n: PNode)
optInfCheck:
TOption.optInfCheck
optLineDir:
TOption.optLineDir
optLineTrace:
TOption.optLineTrace
optListCmd:
TGlobalOption.optListCmd
optListFullPaths:
TGlobalOption.optListFullPaths
optMemTracker:
TOption.optMemTracker
optMixedMode:
TGlobalOption.optMixedMode
optMultiMethods:
TGlobalOption.optMultiMethods
optNaNCheck:
TOption.optNaNCheck
optNilSeqs:
TOption.optNilSeqs
optNimV12Emulation:
TGlobalOption.optNimV12Emulation
optNimV1Emulation:
TGlobalOption.optNimV1Emulation
optNoLinking:
TGlobalOption.optNoLinking
optNoMain:
TGlobalOption.optNoMain
optNone:
TOption.optNone
optNoNimblePath:
TGlobalOption.optNoNimblePath
optObjCheck:
TOption.optObjCheck
optOptimizeSize:
TOption.optOptimizeSize
optOptimizeSpeed:
TOption.optOptimizeSpeed
optOverflowCheck:
TOption.optOverflowCheck
optOwnedRefs:
TGlobalOption.optOwnedRefs
optPanics:
TGlobalOption.optPanics
optPar:
parser: optPar(p: var Parser)
optPreserveOrigSource:
options: optPreserveOrigSource(conf: ConfigRef): untyped
optProduceAsm:
TGlobalOption.optProduceAsm
optProfiler:
TOption.optProfiler
optProfileVM:
TGlobalOption.optProfileVM
optRangeCheck:
TOption.optRangeCheck
optRefCheck:
TOption.optRefCheck
optRun:
TGlobalOption.optRun
optSeqDestructors:
TGlobalOption.optSeqDestructors
optShowAllMismatches:
TGlobalOption.optShowAllMismatches
optSinkInference:
TOption.optSinkInference
optSkipParentConfigFiles:
TGlobalOption.optSkipParentConfigFiles
optSkipProjConfigFile:
TGlobalOption.optSkipProjConfigFile
optSkipSystemConfigFile:
TGlobalOption.optSkipSystemConfigFile
optSkipUserConfigFile:
TGlobalOption.optSkipUserConfigFile
optSourcemap:
TGlobalOption.optSourcemap
optStackTrace:
TOption.optStackTrace
optStackTraceMsgs:
TOption.optStackTraceMsgs
optStaticBoundsCheck:
TOption.optStaticBoundsCheck
optStdout:
TGlobalOption.optStdout
optStyleCheck:
TOption.optStyleCheck
optStyleError:
TGlobalOption.optStyleError
optStyleHint:
TGlobalOption.optStyleHint
optStyleUsages:
TGlobalOption.optStyleUsages
optTaintMode:
TGlobalOption.optTaintMode
optThreadAnalysis:
TGlobalOption.optThreadAnalysis
optThreads:
TGlobalOption.optThreads
optTinyRtti:
TGlobalOption.optTinyRtti
optTlsEmulation:
TGlobalOption.optTlsEmulation
optTrMacros:
TOption.optTrMacros
optUseColors:
TGlobalOption.optUseColors
optUseNimcache:
TGlobalOption.optUseNimcache
optWarns:
TOption.optWarns
optWasNimscript:
TGlobalOption.optWasNimscript
optWholeProject:
TGlobalOption.optWholeProject
OrdinalType:
types: OrdinalType
ordinalValToString:
semfold: ordinalValToString(a: PNode; g: ModuleGraph): string
originatingModule:
ast: originatingModule(s: PSym): PSym
OS:
platform: OS
osAix:
TSystemOS.osAix
osAmiga:
TSystemOS.osAmiga
osAndroid:
TSystemOS.osAndroid
osAny:
TSystemOS.osAny
osAtari:
TSystemOS.osAtari
osDos:
TSystemOS.osDos
osDragonfly:
TSystemOS.osDragonfly
osFreebsd:
TSystemOS.osFreebsd
osFreeRTOS:
TSystemOS.osFreeRTOS
osGenode:
TSystemOS.osGenode
osHaiku:
TSystemOS.osHaiku
osIos:
TSystemOS.osIos
osIrix:
TSystemOS.osIrix
osJS:
TSystemOS.osJS
osLinux:
TSystemOS.osLinux
osMacos:
TSystemOS.osMacos
osMacosx:
TSystemOS.osMacosx
osMorphos:
TSystemOS.osMorphos
osNetbsd:
TSystemOS.osNetbsd
osNetware:
TSystemOS.osNetware
osNimVM:
TSystemOS.osNimVM
osNintendoSwitch:
TSystemOS.osNintendoSwitch
osNone:
TSystemOS.osNone
osOpenbsd:
TSystemOS.osOpenbsd
osOs2:
TSystemOS.osOs2
osPalmos:
TSystemOS.osPalmos
ospCaseInsensitive:
TInfoOSProp.ospCaseInsensitive
ospLacksThreadVars:
TInfoOSProp.ospLacksThreadVars
ospNeedsPIC:
TInfoOSProp.ospNeedsPIC
ospPosix:
TInfoOSProp.ospPosix
osQnx:
TSystemOS.osQnx
osSkyos:
TSystemOS.osSkyos
osSolaris:
TSystemOS.osSolaris
osStandalone:
TSystemOS.osStandalone
osVxWorks:
TSystemOS.osVxWorks
osWindows:
TSystemOS.osWindows
overlap:
nimsets: overlap(a, b: PNode): bool
OverloadableSyms:
ast: OverloadableSyms
pairs:
ast: pairs(n: PNode): tuple[i: int, n: PNode]
astalgo: pairs(t: TIdNodeTable): tuple[key: PIdObj, val: PNode]
astalgo: pairs(t: TIdTable): tuple[key: int, value: RootRef]
btrees: pairs[Key, Val](b: BTree[Key, Val]): (Key, Val)
parallel:
Feature.parallel
paramName:
lambdalifting: paramName
paramPragmas:
pragmas: paramPragmas
paramsEqual:
TParamsEquality.paramsEqual
paramsIncompatible:
TParamsEquality.paramsIncompatible
paramsNotEqual:
TParamsEquality.paramsNotEqual
paramsPos:
ast: paramsPos
paramTypesMatch:
sigmatch: paramTypesMatch(m: var TCandidate; f, a: PType; arg, argOrig: PNode): PNode
parentModule:
modulegraphs: parentModule(g: ModuleGraph; fileIdx: FileIndex): FileIndex
parLineInfo:
parser: parLineInfo(p: Parser): TLineInfo
parMessage:
parser: parMessage(p: Parser; msg: TMsgKind; arg: string = "")
parse:
sourcemap: parse(source: string; path: string): SourceNode
parseAll:
parser: parseAll(p: var Parser): PNode
parseDecimalInt128:
int128: parseDecimalInt128(arg: string; pos: int = 0): Int128
parseFile:
syntaxes: parseFile(fileIdx: FileIndex; cache: IdentCache; config: ConfigRef): PNode
parseIdeCmd:
options: parseIdeCmd(s: string): IdeCmd
Parser:
parser: Parser
parseString:
parser: parseString(s: string; cache: IdentCache; config: ConfigRef; filename: string = ""; line: int = 0; errorHandler: ErrorHandler = nil): PNode
parseSymbol:
parser: parseSymbol(p: var Parser; mode = smNormal): PNode
parseTableCells:
asciitables: parseTableCells(s: string; delim = ' '): Cell
parseTopLevelStmt:
parser: parseTopLevelStmt(p: var Parser): PNode
Partial:
InstrTargetKind.Partial
partialMatch:
sigmatch: partialMatch(c: PContext; n, nOrig: PNode; m: var TCandidate)
Partitions:
varpartitions: Partitions
passCmd1:
TCmdLinePass.passCmd1
passCmd2:
TCmdLinePass.passCmd2
passPP:
TCmdLinePass.passPP
pathSubs:
options: pathSubs(conf: ConfigRef; p, config: string): string
patternPos:
ast: patternPos
PContext:
semdata: PContext
PCtx:
vmdef: PCtx
PDoc:
docgen: PDoc
PersistentNodeFlags:
ast: PersistentNodeFlags
PEvalContext:
vmdef: PEvalContext
pickSym:
lookups: pickSym(c: PContext; n: PNode; kinds: set[TSymKind]; flags: TSymFlags = {}): PSym
PIdent:
idents: PIdent
PIdObj:
idents: PIdObj
PInstantiation:
ast: PInstantiation
PLib:
ast: PLib
PLLStream:
llstream: PLLStream
Plugin:
pluginsupport: Plugin
pluginMatches:
pluginsupport: pluginMatches(ic: IdentCache; p: Plugin; s: PSym): bool
PNode:
ast: PNode
popCaseContext:
semdata: popCaseContext(c: PContext)
popInfoContext:
msgs: popInfoContext(conf: ConfigRef)
popOptionEntry:
semdata: popOptionEntry(c: PContext)
popOwner:
semdata: popOwner(c: PContext)
popProcCon:
semdata: popProcCon(c: PContext)
POptionEntry:
semdata: POptionEntry
PPassContext:
modulegraphs: PPassContext
PProc:
vmdef: PProc
PProcCon:
semdata: PProcCon
pragma:
pragmas: pragma(c: PContext; sym: PSym; n: PNode; validPragmas: TSpecialWords; isStatement: bool = false)
pragmaAsm:
pragmas: pragmaAsm(c: PContext; n: PNode): char
pragmasEffects:
ast: pragmasEffects
pragmasPos:
ast: pragmasPos
preferDesc:
TPreferedDesc.preferDesc
preferExported:
TPreferedDesc.preferExported
preferGenericArg:
TPreferedDesc.preferGenericArg
preferMixed:
TPreferedDesc.preferMixed
preferModuleInfo:
TPreferedDesc.preferModuleInfo
preferName:
TPreferedDesc.preferName
preferResolved:
TPreferedDesc.preferResolved
preferTypeName:
TPreferedDesc.preferTypeName
PrefixMatch:
prefixmatches: PrefixMatch
prefixMatch:
prefixmatches: prefixMatch(p, s: string): PrefixMatch
prepareMetatypeForSigmatch:
semtypinst: prepareMetatypeForSigmatch(p: PContext; pt: TIdTable; info: TLineInfo; t: PType): PType
prepareToWriteOutput:
options: prepareToWriteOutput(conf: ConfigRef): AbsoluteFile
prepend:
ropes: prepend(a: var Rope; b: Rope)
ropes: prepend(a: var Rope; b: string)
prependCurDir:
cmdlinehelper: prependCurDir(f: AbsoluteFile): AbsoluteFile
presentationPath:
docgen: presentationPath(conf: ConfigRef; file: AbsoluteFile; isTitle = false): RelativeFile
prettyTok:
lexer: prettyTok(tok: Token): string
preventStackTrace:
CodegenFlag.preventStackTrace
previouslyInferred:
ast: previouslyInferred(t: PType): PType
printTok:
lexer: printTok(conf: ConfigRef; tok: Token)
procDefs:
ast: procDefs
processArgument:
commands: processArgument(pass: TCmdLinePass; p: OptParser; argsCount: var int; config: ConfigRef): bool
processCmdLineAndProjectPath:
cmdlinehelper: processCmdLineAndProjectPath(self: NimProg; conf: ConfigRef)
processCommand:
commands: processCommand(switch: string; pass: TCmdLinePass; config: ConfigRef)
processModule:
passes: processModule(graph: ModuleGraph; module: PSym; stream: PLLStream): bool
processSpecificNote:
commands: processSpecificNote(arg: string; state: TSpecialWord; pass: TCmdLinePass; info: TLineInfo; orig: string; conf: ConfigRef)
processSwitch:
commands: processSwitch(switch, arg: string; pass: TCmdLinePass; info: TLineInfo; conf: ConfigRef)
commands: processSwitch(pass: TCmdLinePass; p: OptParser; config: ConfigRef)
procPragmas:
pragmas: procPragmas
procSec:
cgendata: procSec(p: BProc; s: TCProcSection): var Rope
procTypePragmas:
pragmas: procTypePragmas
produceDestructorForDiscriminator:
liftdestructors: produceDestructorForDiscriminator(g: ModuleGraph; typ: PType; field: PSym; info: TLineInfo): PSym
ProfileData:
options: ProfileData
ProfileInfo:
options: ProfileInfo
Profiler:
vmdef: Profiler
propagateToOwner:
ast: propagateToOwner(owner, elem: PType; propagateHasAsgn = true)
propSpec:
trees: propSpec(n: PNode; effectType: TSpecialWord): PNode
proveLe:
guards: proveLe(m: TModel; a, b: PNode): TImplication
PScope:
ast: PScope
PStackFrame:
vmdef: PStackFrame
PSym:
ast: PSym
PtrLikeKinds:
ast: PtrLikeKinds
PType:
ast: PType
pushCaseContext:
semdata: pushCaseContext(c: PContext; caseNode: PNode)
pushInfoContext:
msgs: pushInfoContext(conf: ConfigRef; info: TLineInfo; detail: string = "")
pushOptionEntry:
semdata: pushOptionEntry(c: PContext): POptionEntry
pushOwner:
semdata: pushOwner(c: PContext; owner: PSym)
pushProcCon:
sem: pushProcCon(c: PContext; owner: PSym)
put:
semdata: put(p: PProcCon; key, val: PSym)
qualifiedLookUp:
lookups: qualifiedLookUp(c: PContext; n: PNode; flags: set[TLookupFlag]): PSym
quotedFilename:
msgs: quotedFilename(conf: ConfigRef; i: TLineInfo): Rope
quoteExpr:
renderer: quoteExpr(a: string): string
quoteShell:
pathutils: quoteShell(x: AbsoluteDir): string
pathutils: quoteShell(x: AbsoluteFile): string
raiseRecoverableError:
lineinfos: raiseRecoverableError(msg: string)
rangeHasUnresolvedStatic:
semdata: rangeHasUnresolvedStatic(t: PType): bool
rawAddField:
lowerings: rawAddField(obj: PType; field: PSym)
rawAddSon:
ast: rawAddSon(father, son: PType; propagateHasAsgn = true)
rawAddSonNoPropagationOfTypeFlags:
ast: rawAddSonNoPropagationOfTypeFlags(father, son: PType)
rawCloseScope:
lookups: rawCloseScope(c: PContext)
rawDirectAccess:
lowerings: rawDirectAccess(obj, field: PSym): PNode
rawGetTok:
lexer: rawGetTok(L: var Lexer; tok: var Token)
rawIndirectAccess:
lowerings: rawIndirectAccess(a: PNode; field: PSym; info: TLineInfo): PNode
rawMessage:
msgs: rawMessage(conf: ConfigRef; msg: TMsgKind; args: openArray[string])
msgs: rawMessage(conf: ConfigRef; msg: TMsgKind; arg: string)
readConfigFile:
nimconf: readConfigFile(filename: AbsoluteFile; cache: IdentCache; config: ConfigRef): bool
readExceptSet:
importer: readExceptSet(c: PContext; n: PNode): IntSet
readMergeInfo:
ccgmerge: readMergeInfo(cfilename: AbsoluteFile; m: BModule)
readOnlySf:
SymbolFilesOption.readOnlySf
recomputeFieldPositions:
semtypinst: recomputeFieldPositions(t: PType; obj: PNode; currPosition: var int)
recordAdd:
macrocacheimpl: recordAdd(c: PCtx; info: TLineInfo; key: string; val: PNode)
recordInc:
macrocacheimpl: recordInc(c: PCtx; info: TLineInfo; key: string; by: BiggestInt)
recordIncl:
macrocacheimpl: recordIncl(c: PCtx; info: TLineInfo; key: string; val: PNode)
recordPut:
macrocacheimpl: recordPut(c: PCtx; info: TLineInfo; key: string; k: string; val: PNode)
refresh:
vmdef: refresh(c: PCtx; module: PSym)
regA:
vmdef: regA(x: TInstr): TRegister
regAMask:
vmdef: regAMask
regAShift:
vmdef: regAShift
regB:
vmdef: regB(x: TInstr): TRegister
regBMask:
vmdef: regBMask
regBShift:
vmdef: regBShift
regBx:
vmdef: regBx(x: TInstr): int
regBxMask:
vmdef: regBxMask
regBxMax:
vmdef: regBxMax
regBxMin:
vmdef: regBxMin
regBxShift:
vmdef: regBxShift
regC:
vmdef: regC(x: TInstr): TRegister
regCMask:
vmdef: regCMask
regCShift:
vmdef: regCShift
registerAdditionalOps:
vm: registerAdditionalOps(c: PCtx)
registerCallback:
vmdef: registerCallback(c: PCtx; name: string; callback: VmCallback): int
registerCompilerProc:
magicsys: registerCompilerProc(g: ModuleGraph; s: PSym)
registerID:
idgen: registerID(id: PIdObj)
registerModule:
rod: registerModule(g: ModuleGraph; module: PSym)
registerNimScriptSymbol:
magicsys: registerNimScriptSymbol(g: ModuleGraph; s: PSym)
registerPass:
passes: registerPass(g: ModuleGraph; p: TPass)
registerSysType:
magicsys: registerSysType(g: ModuleGraph; t: PType)
regOMask:
vmdef: regOMask
regOShift:
vmdef: regOShift
RelativeDir:
pathutils: RelativeDir
RelativeFile:
pathutils: RelativeFile
relativeJumps:
vmdef: relativeJumps
relativeTo:
pathutils: relativeTo(fullPath: AbsoluteFile; baseFilename: AbsoluteDir; sep = DirSep): RelativeFile
removeFile:
pathutils: removeFile(x: AbsoluteFile)
removeTrailingDirSep:
options: removeTrailingDirSep(path: string): string
renderDefinitionName:
renderer: renderDefinitionName(s: PSym; noQuotes = false): string
renderDocComments:
TRenderFlag.renderDocComments
renderIds:
TRenderFlag.renderIds
renderIr:
TRenderFlag.renderIr
renderModule:
renderer: renderModule(n: PNode; infile, outfile: string; renderFlags: TRenderFlags = {}; fid = FileIndex(-1); conf: ConfigRef = nil)
renderNimCode:
renderverbatim: renderNimCode(result: var string; code: string; isLatex = false)
renderNoBody:
TRenderFlag.renderNoBody
renderNoComments:
TRenderFlag.renderNoComments
renderNone:
TRenderFlag.renderNone
renderNoPragmas:
TRenderFlag.renderNoPragmas
renderNoProcDefs:
TRenderFlag.renderNoProcDefs
renderParamTypes:
typesrenderer: renderParamTypes(n: PNode; sep = defaultParamSeparator): string
renderPlainSymbolName:
typesrenderer: renderPlainSymbolName(n: PNode): string
renderRunnableExamples:
TRenderFlag.renderRunnableExamples
renderSyms:
TRenderFlag.renderSyms
renderTree:
renderer: renderTree(n: PNode; renderFlags: TRenderFlags = {}): string
reorder:
reorder: reorder(graph: ModuleGraph; n: PNode; module: PSym): PNode
replaceComment:
prettybase: replaceComment(conf: ConfigRef; info: TLineInfo)
replaceDeprecated:
prettybase: replaceDeprecated(conf: ConfigRef; info: TLineInfo; oldSym, newSym: PIdent)
prettybase: replaceDeprecated(conf: ConfigRef; info: TLineInfo; oldSym, newSym: PSym)
replaceTypesInBody:
semtypinst: replaceTypesInBody(p: PContext; pt: TIdTable; n: PNode; owner: PSym; allowMetaTypes = false): PNode
replaceTypeVarsN:
semtypinst: replaceTypeVarsN(cl: var TReplTypeVars; n: PNode; start = 0): PNode
replaceTypeVarsT:
semtypinst: replaceTypeVarsT(cl: var TReplTypeVars; t: PType): PType
requiredParams:
ast: requiredParams(s: PSym): int
requiresEffects:
ast: requiresEffects
requiresInit:
typeallowed: requiresInit(t: PType): bool
resetAllModules:
modulegraphs: resetAllModules(g: ModuleGraph)
resetCompilationLists:
extccomp: resetCompilationLists(conf: ConfigRef)
resetIdentCache:
idents: resetIdentCache()
resetIdTable:
ast: resetIdTable(x: var TIdTable)
resetNimScriptSymbols:
magicsys: resetNimScriptSymbols(g: ModuleGraph)
resetRopeCache:
ropes: resetRopeCache()
resetSystemArtifacts:
modules: resetSystemArtifacts(g: ModuleGraph)
resetSysTypes:
magicsys: resetSysTypes(g: ModuleGraph)
resultPos:
ast: resultPos
rkFloat:
TRegisterKind.rkFloat
rkInt:
TRegisterKind.rkInt
rkNode:
TRegisterKind.rkNode
rkNodeAddr:
TRegisterKind.rkNodeAddr
rkNone:
TRegisterKind.rkNone
rkRegisterAddr:
TRegisterKind.rkRegisterAddr
RodExt:
options: RodExt
RodFileVersion:
nversion: RodFileVersion
Rope:
ropes: Rope
rope:
ropes: rope(f: BiggestFloat): Rope
ropes: rope(i: BiggestInt): Rope
ropes: rope(s: string): Rope
ropeConcat:
ropes: ropeConcat(a: varargs[Rope]): Rope
RopeObj:
ropes: RopeObj
routineDefs:
ast: routineDefs
routineKinds:
ast: routineKinds
runJsonBuildInstructions:
extccomp: runJsonBuildInstructions(conf: ConfigRef; projectfile: AbsoluteFile)
runNimScript:
scriptconfig: runNimScript(cache: IdentCache; scriptName: AbsoluteFile; freshDefines = true; conf: ConfigRef)
runtimeFormat:
ropes: runtimeFormat(frmt: FormatStr; args: openArray[Rope]): Rope
s:
cgendata: s(p: BProc; s: TCProcSection): var Rope
safeArrLen:
ast: safeArrLen(n: PNode): int
safeInheritanceDiff:
types: safeInheritanceDiff(a, b: PType): int
safeLen:
ast: safeLen(n: PNode): int
safeSemExpr:
sigmatch: safeSemExpr(c: PContext; n: PNode): PNode
safeSkipTypes:
types: safeSkipTypes(t: PType; kinds: TTypeKinds): PType
sameBackendType:
types: sameBackendType(x, y: PType): bool
sameConstant:
vmgen: sameConstant(a, b: PNode): bool
sameDistinctTypes:
types: sameDistinctTypes(a, b: PType): bool
sameEnumTypes:
types: sameEnumTypes(a, b: PType): bool
sameFlags:
types: sameFlags(a, b: PType): bool
sameObjectTypes:
types: sameObjectTypes(a, b: PType): bool
sameSubexprs:
guards: sameSubexprs(m: TModel; a, b: PNode): bool
sameTree:
guards: sameTree(a, b: PNode): bool
trees: sameTree(a, b: PNode): bool
sameTrees:
patterns: sameTrees(a, b: PNode): bool
sameType:
types: sameType(a, b: PType; flags: TTypeCmpFlags = {}): bool
sameTypeOrNil:
types: sameTypeOrNil(a, b: PType; flags: TTypeCmpFlags = {}): bool
sameValue:
astalgo: sameValue(a, b: PNode): bool
saveMaxIds:
idgen: saveMaxIds(conf: ConfigRef; project: AbsoluteFile)
scopeDepth:
semdata: scopeDepth(c: PContext): int
searchForProc:
procfind: searchForProc(c: PContext; scope: PScope; fn: PSym): tuple[proto: PSym, comesFromShadowScope: bool]
searchInScopes:
lookups: searchInScopes(c: PContext; s: PIdent): PSym
lookups: searchInScopes(c: PContext; s: PIdent; filter: TSymKinds): PSym
searchInstTypes:
semtypinst: searchInstTypes(key: PType): PType
searchTypeFor:
types: searchTypeFor(t: PType; predicate: TTypePredicate): bool
semAsmOrEmit:
pragmas: semAsmOrEmit(con: PContext; n: PNode; marker: char): PNode
semCaptureSym:
lambdalifting: semCaptureSym(s, owner: PSym)
semFinishOperands:
sigmatch: semFinishOperands(c: PContext; n: PNode)
semLocals:
locals: semLocals(c: PContext; n: PNode): PNode
semNodeKindConstraints:
parampatterns: semNodeKindConstraints(n: PNode; conf: ConfigRef; start: Natural): PNode
semPass:
sem: semPass
seNoSideEffect:
TSideEffectAnalysis.seNoSideEffect
seSideEffect:
TSideEffectAnalysis.seSideEffect
setBaseFlags:
parser: setBaseFlags(n: PNode; base: NumericalBase)
setCaseContextIdx:
semdata: setCaseContextIdx(c: PContext; idx: int)
setCC:
extccomp: setCC(conf: ConfigRef; ccname: string; info: TLineInfo)
setConfigVar:
options: setConfigVar(conf: ConfigRef; key, val: string)
setDefaultLibpath:
options: setDefaultLibpath(conf: ConfigRef)
setDirtyFile:
msgs: setDirtyFile(conf: ConfigRef; fileIdx: FileIndex; filename: AbsoluteFile)
setEffectsForProcType:
sempass2: setEffectsForProcType(g: ModuleGraph; t: PType; n: PNode)
setErrorMaxHighMaybe:
options: setErrorMaxHighMaybe(conf: ConfigRef)
setHash:
msgs: setHash(conf: ConfigRef; fileIdx: FileIndex; hash: string)
setHasRange:
nimsets: setHasRange(s: PNode): bool
setId:
idgen: setId(id: int)
setInfoContextLen:
msgs: setInfoContextLen(conf: ConfigRef; L: int)
setIntLitType:
magicsys: setIntLitType(g: ModuleGraph; result: PNode)
setLen:
strutils2: setLen(result: var string; n: int; isInit: bool)
setNote:
options: setNote(conf: ConfigRef; note: TNoteKind; enabled = true)
setNoteDefaults:
options: setNoteDefaults(conf: ConfigRef; note: TNoteKind; enabled = true)
setOutFile:
options: setOutFile(conf: ConfigRef)
setResult:
vm: setResult(a: VmArgs; v: AbsoluteDir)
vm: setResult(a: VmArgs; v: BiggestFloat)
vm: setResult(a: VmArgs; v: BiggestInt)
vm: setResult(a: VmArgs; v: bool)
vm: setResult(a: VmArgs; n: PNode)
vm: setResult(a: VmArgs; v: seq[string])
vm: setResult(a: VmArgs; v: string)
setTarget:
platform: setTarget(t: var Target; o: TSystemOS; c: TSystemCPU)
setTargetFromSystem:
platform: setTargetFromSystem(t: var Target)
setupCompileTimeVar:
vm: setupCompileTimeVar(module: PSym; g: ModuleGraph; n: PNode)
setupGlobalCtx:
vm: setupGlobalCtx(module: PSym; graph: ModuleGraph)
setupModuleCache:
rod: setupModuleCache(g: ModuleGraph)
setupParser:
syntaxes: setupParser(p: var Parser; fileIdx: FileIndex; cache: IdentCache; config: ConfigRef): bool
setupVM:
scriptconfig: setupVM(module: PSym; cache: IdentCache; scriptName: string; graph: ModuleGraph): PEvalContext
seUnknown:
TSideEffectAnalysis.seUnknown
Severity:
lineinfos: Severity
sfAddrTaken:
TSymFlag.sfAddrTaken
sfAllUntyped:
ast: sfAllUntyped
sfAnon:
ast: sfAnon
sfBase:
ast: sfBase
sfBorrow:
TSymFlag.sfBorrow
sfCallsite:
TSymFlag.sfCallsite
sfCompilerProc:
TSymFlag.sfCompilerProc
sfCompileTime:
TSymFlag.sfCompileTime
sfCompileToCpp:
ast: sfCompileToCpp
sfCompileToObjc:
ast: sfCompileToObjc
sfConstructor:
TSymFlag.sfConstructor
sfCursor:
TSymFlag.sfCursor
sfCustomPragma:
ast: sfCustomPragma
sfDeprecated:
TSymFlag.sfDeprecated
sfDirty:
ast: sfDirty
sfDiscardable:
TSymFlag.sfDiscardable
sfDiscriminant:
TSymFlag.sfDiscriminant
sfDispatcher:
TSymFlag.sfDispatcher
sfError:
TSymFlag.sfError
sfEscapes:
ast: sfEscapes
sfExperimental:
ast: sfExperimental
sfExplain:
TSymFlag.sfExplain
sfExportc:
TSymFlag.sfExportc
sfExported:
TSymFlag.sfExported
sfForward:
TSymFlag.sfForward
sfFromGeneric:
TSymFlag.sfFromGeneric
sfGeneratedOp:
TSymFlag.sfGeneratedOp
sfGenSym:
TSymFlag.sfGenSym
sfGlobal:
TSymFlag.sfGlobal
sfGoto:
ast: sfGoto
sfImportc:
TSymFlag.sfImportc
sfInfixCall:
TSymFlag.sfInfixCall
sfInjectDestructors:
TSymFlag.sfInjectDestructors
sfIsSelf:
ast: sfIsSelf
sfMainModule:
TSymFlag.sfMainModule
sfMangleCpp:
TSymFlag.sfMangleCpp
sfNamedParamCall:
TSymFlag.sfNamedParamCall
sfNeverRaises:
TSymFlag.sfNeverRaises
sfNoalias:
TSymFlag.sfNoalias
sfNoForward:
ast: sfNoForward
sfNoInit:
ast: sfNoInit
sfNonReloadable:
TSymFlag.sfNonReloadable
sfNoReturn:
TSymFlag.sfNoReturn
sfNoSideEffect:
TSymFlag.sfNoSideEffect
sfOverriden:
TSymFlag.sfOverriden
sfProcvar:
TSymFlag.sfProcvar
sfPure:
TSymFlag.sfPure
sfRegister:
TSymFlag.sfRegister
sfReorder:
ast: sfReorder
sfRequiresInit:
TSymFlag.sfRequiresInit
sfShadowed:
TSymFlag.sfShadowed
sfSideEffect:
TSymFlag.sfSideEffect
sfSingleUsedTemp:
TSymFlag.sfSingleUsedTemp
sfSystemModule:
TSymFlag.sfSystemModule
sfTemplateParam:
TSymFlag.sfTemplateParam
sfThread:
TSymFlag.sfThread
sfUsed:
TSymFlag.sfUsed
sfUsedInFinallyOrExcept:
TSymFlag.sfUsedInFinallyOrExcept
sfVolatile:
TSymFlag.sfVolatile
sfWasForwarded:
TSymFlag.sfWasForwarded
sfWrittenTo:
ast: sfWrittenTo
shallowCopy:
ast: shallowCopy(src: PNode): PNode
SigHash:
modulegraphs: SigHash
sigHash:
sighashes: sigHash(s: PSym): SigHash
simpleSlice:
guards: simpleSlice(a, b: PNode): BiggestInt
skAlias:
TSymKind.skAlias
skConditional:
TSymKind.skConditional
skConst:
TSymKind.skConst
skConverter:
TSymKind.skConverter
skDynLib:
TSymKind.skDynLib
skEnumField:
TSymKind.skEnumField
skError:
ast: skError
skField:
TSymKind.skField
skForVar:
TSymKind.skForVar
skFunc:
TSymKind.skFunc
skGenericParam:
TSymKind.skGenericParam
skipAddr:
ast: skipAddr(n: PNode): PNode
skipAlias:
lookups: skipAlias(s: PSym; n: PNode; conf: ConfigRef): PSym
skipCodegen:
passes: skipCodegen(config: ConfigRef; n: PNode): bool
skipColon:
ast: skipColon(n: PNode): PNode
skipComment:
parser: skipComment(p: var Parser; node: PNode)
skipConv:
types: skipConv(n: PNode): PNode
skipConvCastAndClosure:
astalgo: skipConvCastAndClosure(n: PNode): PNode
skipConvDfa:
dfa: skipConvDfa(n: PNode): PNode
skipConvTakeType:
types: skipConvTakeType(n: PNode): PNode
skipGenericAlias:
types: skipGenericAlias(t: PType): PType
skipGenericOwner:
ast: skipGenericOwner(s: PSym): PSym
skipHidden:
types: skipHidden(n: PNode): PNode
skipHiddenSubConv:
types: skipHiddenSubConv(n: PNode): PNode
skipInd:
parser: skipInd(p: var Parser)
skipIntLit:
magicsys: skipIntLit(t: PType): PType
skipIntLiteralParams:
semtypinst: skipIntLiteralParams(t: PType)
skipPtrs:
types: skipPtrs
skipStmtList:
ast: skipStmtList(n: PNode): PNode
skipTypes:
ast: skipTypes(t: PType; kinds: TTypeKinds): PType
ast: skipTypes(t: PType; kinds: TTypeKinds; maxIters: int): PType
skipTypesOrNil:
ast: skipTypesOrNil(t: PType; kinds: TTypeKinds): PType
skIterator:
TSymKind.skIterator
skLabel:
TSymKind.skLabel
skLet:
TSymKind.skLet
skLocalVars:
ast: skLocalVars
skMacro:
TSymKind.skMacro
skMethod:
TSymKind.skMethod
skModule:
TSymKind.skModule
skPackage:
TSymKind.skPackage
skParam:
TSymKind.skParam
skProc:
TSymKind.skProc
skProcKinds:
ast: skProcKinds
skResult:
TSymKind.skResult
skStub:
TSymKind.skStub
skTemp:
TSymKind.skTemp
skTemplate:
TSymKind.skTemplate
skType:
TSymKind.skType
skUnknown:
TSymKind.skUnknown
skVar:
TSymKind.skVar
slotEmpty:
TSlotKind.slotEmpty
slotFixedLet:
TSlotKind.slotFixedLet
slotFixedVar:
TSlotKind.slotFixedVar
slotSomeTemp:
vmdef: slotSomeTemp
slotTempComplex:
TSlotKind.slotTempComplex
slotTempFloat:
TSlotKind.slotTempFloat
slotTempInt:
TSlotKind.slotTempInt
slotTempPerm:
TSlotKind.slotTempPerm
slotTempStr:
TSlotKind.slotTempStr
slotTempUnknown:
TSlotKind.slotTempUnknown
someInSet:
nimsets: someInSet(s: PNode; a, b: PNode): bool
sourceLine:
msgs: sourceLine(conf: ConfigRef; i: TLineInfo): string
SourceMap:
sourcemap: SourceMap
SourceNode:
sourcemap: SourceNode
spawnResult:
spawn: spawnResult(t: PType; inParallel: bool): TSpawnResult
splitFile:
pathutils: splitFile(x: AbsoluteFile): tuple[dir: AbsoluteDir, name, ext: string]
srByVar:
TSpawnResult.srByVar
srFlowVar:
TSpawnResult.srFlowVar
srVoid:
TSpawnResult.srVoid
StartSize:
ast: StartSize
stmtPragmas:
pragmas: stmtPragmas
stmtsContainPragma:
ccgutils: stmtsContainPragma(n: PNode; w: TSpecialWord): bool
stopCompile:
modulegraphs: stopCompile(g: ModuleGraph): bool
storeAny:
vmmarshal: storeAny(s: var string; t: PType; a: PNode; conf: ConfigRef)
storeNode:
rod: storeNode(g: ModuleGraph; module: PSym; n: PNode)
storeRemaining:
rod: storeRemaining(g: ModuleGraph; module: PSym)
strArg:
filters: strArg(conf: ConfigRef; n: PNode; name: string; pos: int; default: string): string
strictFuncs:
Feature.strictFuncs
strTableAdd:
astalgo: strTableAdd(t: var TStrTable; n: PSym)
strTableContains:
astalgo: strTableContains(t: TStrTable; n: PSym): bool
strTableGet:
astalgo: strTableGet(t: TStrTable; name: PIdent): PSym
strTableIncl:
astalgo: strTableIncl(t: var TStrTable; n: PSym; onConflictKeepOld = false): bool
strTableInclReportConflict:
astalgo: strTableInclReportConflict(t: var TStrTable; n: PSym; onConflictKeepOld = false): PSym
StructuralEquivTypes:
ast: StructuralEquivTypes
stupidStmtListExpr:
trees: stupidStmtListExpr(n: PNode): bool
styleCheckDef:
linter: styleCheckDef(conf: ConfigRef; s: PSym)
linter: styleCheckDef(conf: ConfigRef; info: TLineInfo; s: PSym)
linter: styleCheckDef(conf: ConfigRef; info: TLineInfo; s: PSym; k: TSymKind)
styleCheckUse:
linter: styleCheckUse(conf: ConfigRef; info: TLineInfo; s: PSym)
styledMsgWriteln:
msgs: styledMsgWriteln(args: varargs[typed])
Suggest:
options: Suggest
suggestDecl:
sigmatch: suggestDecl(c: PContext; n: PNode; s: PSym)
suggestEnum:
sigmatch: suggestEnum(c: PContext; n: PNode; t: PType)
suggestExpr:
sigmatch: suggestExpr(c: PContext; n: PNode)
suggestExprNoCheck:
sigmatch: suggestExprNoCheck(c: PContext; n: PNode)
Suggestions:
options: Suggestions
suggestQuit:
msgs: suggestQuit()
suggestSentinel:
sigmatch: suggestSentinel(c: PContext)
suggestStmt:
sigmatch: suggestStmt(c: PContext; n: PNode)
suggestSym:
sigmatch: suggestSym(conf: ConfigRef; info: TLineInfo; s: PSym; usageSym: var PSym; isDecl = true)
suggestWriteln:
msgs: suggestWriteln(conf: ConfigRef; s: string)
symBodyDigest:
sighashes: symBodyDigest(graph: ModuleGraph; sym: PSym): SigHash
SymbolFilesOption:
options: SymbolFilesOption
SymChars:
lexer: SymChars
symdiffSets:
nimsets: symdiffSets(conf: ConfigRef; a, b: PNode): PNode
SymStartChars:
lexer: SymStartChars
symTabReplace:
astalgo: symTabReplace(t: var TStrTable; prevSym: PSym; newSym: PSym)
symToYaml:
astalgo: symToYaml(conf: ConfigRef; n: PSym; indent: int = 0; maxRecDepth: int = -1): Rope
sysTypeFromName:
magicsys: sysTypeFromName(g: ModuleGraph; info: TLineInfo; name: string): PType
szIllegalRecursion:
types: szIllegalRecursion
szTooBigSize:
types: szTooBigSize
szUncomputedSize:
types: szUncomputedSize
szUnknownSize:
types: szUnknownSize
Tabulator:
nimlexbase: Tabulator
taConcept:
TTypeAllowedFlag.taConcept
taField:
TTypeAllowedFlag.taField
tagEffects:
ast: tagEffects
TagsExt:
options: TagsExt
taHeap:
TTypeAllowedFlag.taHeap
taIsOpenArray:
TTypeAllowedFlag.taIsOpenArray
taIsTemplateOrMacro:
TTypeAllowedFlag.taIsTemplateOrMacro
takeType:
types: takeType(formal, arg: PType): PType
TAliasRequest:
parampatterns: TAliasRequest
TAnalysisResult:
aliases: TAnalysisResult
taNoUntyped:
TTypeAllowedFlag.taNoUntyped
taProcContextIsNotMacro:
TTypeAllowedFlag.taProcContextIsNotMacro
Target:
platform: Target
TAssignableResult:
parampatterns: TAssignableResult
TBackend:
options: TBackend
TBaseLexer:
nimlexbase: TBaseLexer
TBitSet:
bitsets: TBitSet
TBlock:
cgendata: TBlock
vmdef: TBlock
TCallingConvention:
ast: TCallingConvention
TCandidate:
sigmatch: TCandidate
TCandidateState:
sigmatch: TCandidateState
TCFileSection:
cgendata: TCFileSection
TCFileSections:
cgendata: TCFileSections
TCheckPointResult:
sigmatch: TCheckPointResult
TCmdLinePass:
commands: TCmdLinePass
TCommands:
options: TCommands
TContext:
semdata: TContext
TCProcFlag:
cgendata: TCProcFlag
TCProcSection:
cgendata: TCProcSection
TCProcSections:
cgendata: TCProcSections
TCtx:
vmdef: TCtx
TCTypeKind:
cgendata: TCTypeKind
TDest:
vmdef: TDest
TDistinctCompare:
types: TDistinctCompare
templatePragmas:
pragmas: templatePragmas
Ten:
int128: Ten
TEndian:
platform: TEndian
TErrorHandling:
msgs: TErrorHandling
TErrorOutput:
lineinfos: TErrorOutput
TErrorOutputs:
lineinfos: TErrorOutputs
testCompileOption:
commands: testCompileOption(conf: ConfigRef; switch: string; info: TLineInfo): bool
testCompileOptionArg:
commands: testCompileOptionArg(conf: ConfigRef; switch, arg: string; info: TLineInfo): bool
TEvalMode:
vmdef: TEvalMode
TexExt:
options: TexExt
TExprFlag:
semdata: TExprFlag
TExprFlags:
semdata: TExprFlags
text:
sourcemap: text(sourceNode: SourceNode; depth: int): string
tfAcyclic:
TTypeFlag.tfAcyclic
tfBorrowDot:
TTypeFlag.tfBorrowDot
tfByCopy:
TTypeFlag.tfByCopy
tfByRef:
TTypeFlag.tfByRef
tfCapturesEnv:
TTypeFlag.tfCapturesEnv
tfCheckedForDestructor:
TTypeFlag.tfCheckedForDestructor
tfCompleteStruct:
TTypeFlag.tfCompleteStruct
tfConceptMatchedTypeSym:
TTypeFlag.tfConceptMatchedTypeSym
tfContravariant:
TTypeFlag.tfContravariant
tfCovariant:
TTypeFlag.tfCovariant
tfEnumHasHoles:
TTypeFlag.tfEnumHasHoles
tfExplicit:
TTypeFlag.tfExplicit
tfExplicitCallConv:
TTypeFlag.tfExplicitCallConv
tfFinal:
TTypeFlag.tfFinal
tfFromGeneric:
TTypeFlag.tfFromGeneric
tfGcSafe:
ast: tfGcSafe
tfGenericTypeParam:
TTypeFlag.tfGenericTypeParam
tfHasAsgn:
TTypeFlag.tfHasAsgn
tfHasGCedMem:
TTypeFlag.tfHasGCedMem
tfHasMeta:
TTypeFlag.tfHasMeta
tfHasOwned:
TTypeFlag.tfHasOwned
tfHasStatic:
TTypeFlag.tfHasStatic
TFileInfo:
lineinfos: TFileInfo
tfImplicitTypeParam:
TTypeFlag.tfImplicitTypeParam
tfIncompleteStruct:
TTypeFlag.tfIncompleteStruct
tfInferrableStatic:
TTypeFlag.tfInferrableStatic
tfInheritable:
TTypeFlag.tfInheritable
tfIterator:
TTypeFlag.tfIterator
tfNeedsFullInit:
TTypeFlag.tfNeedsFullInit
tfNoSideEffect:
TTypeFlag.tfNoSideEffect
tfNotNil:
TTypeFlag.tfNotNil
tfObjHasKids:
ast: tfObjHasKids
tfPacked:
TTypeFlag.tfPacked
tfPartial:
TTypeFlag.tfPartial
tfRefsAnonObj:
TTypeFlag.tfRefsAnonObj
tfRequiresInit:
TTypeFlag.tfRequiresInit
tfResolved:
TTypeFlag.tfResolved
tfRetType:
TTypeFlag.tfRetType
tfReturnsNew:
ast: tfReturnsNew
tfShallow:
TTypeFlag.tfShallow
tfThread:
TTypeFlag.tfThread
tfTriggersCompileTime:
TTypeFlag.tfTriggersCompileTime
TFullReg:
vmdef: TFullReg
tfUnion:
ast: tfUnion
tfUnresolved:
TTypeFlag.tfUnresolved
tfVarargs:
TTypeFlag.tfVarargs
tfVarIsPtr:
TTypeFlag.tfVarIsPtr
tfWeakCovariant:
TTypeFlag.tfWeakCovariant
tfWildcard:
TTypeFlag.tfWildcard
TGCMode:
options: TGCMode
TGlobalOption:
options: TGlobalOption
TGlobalOptions:
options: TGlobalOptions
theindexFname:
nimpaths: theindexFname
threadVarAccessed:
TCProcFlag.threadVarAccessed
TIdent:
idents: TIdent
TIdentIter:
astalgo: TIdentIter
TIdNodePair:
ast: TIdNodePair
TIdNodePairSeq:
ast: TIdNodePairSeq
TIdNodeTable:
ast: TIdNodeTable
TIdObj:
idents: TIdObj
TIdPair:
ast: TIdPair
TIdPairSeq:
ast: TIdPairSeq
TIdTable:
ast: TIdTable
TIIPair:
astalgo: TIIPair
TIIPairSeq:
astalgo: TIIPairSeq
TIITable:
astalgo: TIITable
TImplication:
ast: TImplication
TInfoCC:
extccomp: TInfoCC
TInfoCCProp:
extccomp: TInfoCCProp
TInfoCCProps:
extccomp: TInfoCCProps
TInfoCPU:
platform: TInfoCPU
TInfoOS:
platform: TInfoOS
TInfoOSProp:
platform: TInfoOSProp
TInfoOSProps:
platform: TInfoOSProps
TInstantiation:
ast: TInstantiation
TInstantiationPair:
semdata: TInstantiationPair
TInstr:
vmdef: TInstr
TInstrType:
vmdef: TInstrType
tkAccent:
TokType.tkAccent
tkAddr:
TokType.tkAddr
tkAnd:
TokType.tkAnd
tkAs:
TokType.tkAs
tkAsm:
TokType.tkAsm
tkBind:
TokType.tkBind
tkBlock:
TokType.tkBlock
tkBracketDotLe:
TokType.tkBracketDotLe
tkBracketDotRi:
TokType.tkBracketDotRi
tkBracketLe:
TokType.tkBracketLe
tkBracketLeColon:
TokType.tkBracketLeColon
tkBracketRi:
TokType.tkBracketRi
tkBreak:
TokType.tkBreak
tkCase:
TokType.tkCase
tkCast:
TokType.tkCast
tkCharLit:
TokType.tkCharLit
tkColon:
TokType.tkColon
tkColonColon:
TokType.tkColonColon
tkComma:
TokType.tkComma
tkComment:
TokType.tkComment
tkConcept:
TokType.tkConcept
tkConst:
TokType.tkConst
tkContinue:
TokType.tkContinue
tkConverter:
TokType.tkConverter
tkCurlyDotLe:
TokType.tkCurlyDotLe
tkCurlyDotRi:
TokType.tkCurlyDotRi
tkCurlyLe:
TokType.tkCurlyLe
tkCurlyRi:
TokType.tkCurlyRi
tkDefer:
TokType.tkDefer
tkDiscard:
TokType.tkDiscard
tkDistinct:
TokType.tkDistinct
tkDiv:
TokType.tkDiv
tkDo:
TokType.tkDo
tkDot:
TokType.tkDot
tkDotDot:
TokType.tkDotDot
tkElif:
TokType.tkElif
tkElse:
TokType.tkElse
tkEnd:
TokType.tkEnd
tkEnum:
TokType.tkEnum
tkEof:
TokType.tkEof
tkEquals:
TokType.tkEquals
tkExcept:
TokType.tkExcept
tkExport:
TokType.tkExport
tkFinally:
TokType.tkFinally
tkFloat128Lit:
TokType.tkFloat128Lit
tkFloat32Lit:
TokType.tkFloat32Lit
tkFloat64Lit:
TokType.tkFloat64Lit
tkFloatLit:
TokType.tkFloatLit
tkFor:
TokType.tkFor
tkFrom:
TokType.tkFrom
tkFunc:
TokType.tkFunc
tkGStrLit:
TokType.tkGStrLit
tkGTripleStrLit:
TokType.tkGTripleStrLit
tkIf:
TokType.tkIf
tkImport:
TokType.tkImport
tkIn:
TokType.tkIn
tkInclude:
TokType.tkInclude
tkInfixOpr:
TokType.tkInfixOpr
tkInt16Lit:
TokType.tkInt16Lit
tkInt32Lit:
TokType.tkInt32Lit
tkInt64Lit:
TokType.tkInt64Lit
tkInt8Lit:
TokType.tkInt8Lit
tkInterface:
TokType.tkInterface
tkIntLit:
TokType.tkIntLit
tkInvalid:
TokType.tkInvalid
tkIs:
TokType.tkIs
tkIsnot:
TokType.tkIsnot
tkIterator:
TokType.tkIterator
tkLet:
TokType.tkLet
tkMacro:
TokType.tkMacro
tkMethod:
TokType.tkMethod
tkMixin:
TokType.tkMixin
tkMod:
TokType.tkMod
tkNil:
TokType.tkNil
tkNot:
TokType.tkNot
tkNotin:
TokType.tkNotin
tkObject:
TokType.tkObject
tkOf:
TokType.tkOf
tkOpr:
TokType.tkOpr
tkOr:
TokType.tkOr
tkOut:
TokType.tkOut
tkParDotLe:
TokType.tkParDotLe
tkParDotRi:
TokType.tkParDotRi
tkParLe:
TokType.tkParLe
tkParRi:
TokType.tkParRi
tkPostfixOpr:
TokType.tkPostfixOpr
tkPrefixOpr:
TokType.tkPrefixOpr
tkProc:
TokType.tkProc
tkPtr:
TokType.tkPtr
tkRaise:
TokType.tkRaise
tkRef:
TokType.tkRef
tkReturn:
TokType.tkReturn
tkRStrLit:
TokType.tkRStrLit
tkSemiColon:
TokType.tkSemiColon
tkShl:
TokType.tkShl
tkShr:
TokType.tkShr
tkSpaces:
TokType.tkSpaces
tkStatic:
TokType.tkStatic
tkStrLit:
TokType.tkStrLit
tkSymbol:
TokType.tkSymbol
tkTemplate:
TokType.tkTemplate
tkTripleStrLit:
TokType.tkTripleStrLit
tkTry:
TokType.tkTry
tkTuple:
TokType.tkTuple
tkType:
TokType.tkType
tkUInt16Lit:
TokType.tkUInt16Lit
tkUInt32Lit:
TokType.tkUInt32Lit
tkUInt64Lit:
TokType.tkUInt64Lit
tkUInt8Lit:
TokType.tkUInt8Lit
tkUIntLit:
TokType.tkUIntLit
tkUsing:
TokType.tkUsing
tkVar:
TokType.tkVar
tkWhen:
TokType.tkWhen
tkWhile:
TokType.tkWhile
tkXor:
TokType.tkXor
tkYield:
TokType.tkYield
TLabel:
cgendata: TLabel
TLib:
ast: TLib
TLibKind:
ast: TLibKind
TLineInfo:
lineinfos: TLineInfo
TLLRepl:
llstream: TLLRepl
TLLStream:
llstream: TLLStream
TLLStreamKind:
llstream: TLLStreamKind
TLoc:
ast: TLoc
TLocFlag:
ast: TLocFlag
TLocFlags:
ast: TLocFlags
TLocKind:
ast: TLocKind
TLockLevel:
ast: TLockLevel
TLookupFlag:
lookups: TLookupFlag
TMagic:
ast: TMagic
TMatchedConcept:
semdata: TMatchedConcept
TModel:
guards: TModel
TMsgKind:
lineinfos: TMsgKind
TNode:
ast: TNode
TNodeFlag:
ast: TNodeFlag
TNodeFlags:
ast: TNodeFlags
TNodeKind:
ast: TNodeKind
TNodeKinds:
ast: TNodeKinds
TNodePair:
ast: TNodePair
TNodePairSeq:
ast: TNodePairSeq
TNodeSeq:
ast: TNodeSeq
TNodeTable:
ast: TNodeTable
TNoteKind:
lineinfos: TNoteKind
TNoteKinds:
lineinfos: TNoteKinds
toAbsolute:
pathutils: toAbsolute(file: string; base: AbsoluteDir): AbsoluteFile
toAbsoluteDir:
pathutils: toAbsoluteDir(path: string): AbsoluteDir
toBitSet:
nimsets: toBitSet(conf: ConfigRef; s: PNode): TBitSet
TObjectSeq:
ast: TObjectSeq
TObjectSet:
ast: TObjectSet
toCChar:
msgs: toCChar(c: char; result: var string)
toColumn:
msgs: toColumn(info: TLineInfo): int
toFileLineCol:
msgs: toFileLineCol(conf: ConfigRef; info: TLineInfo): string
toFilename:
msgs: toFilename(conf: ConfigRef; fileIdx: FileIndex): string
msgs: toFilename(conf: ConfigRef; info: TLineInfo): string
toFilenameOption:
msgs: toFilenameOption(conf: ConfigRef; fileIdx: FileIndex; opt: FilenameOption): string
toFloat64:
int128: toFloat64(arg: Int128): float64
toFullPath:
msgs: toFullPath(conf: ConfigRef; fileIdx: FileIndex): string
msgs: toFullPath(conf: ConfigRef; info: TLineInfo): string
toFullPathConsiderDirty:
msgs: toFullPathConsiderDirty(conf: ConfigRef; fileIdx: FileIndex): AbsoluteFile
msgs: toFullPathConsiderDirty(conf: ConfigRef; info: TLineInfo): string
toGeneratedFile:
options: toGeneratedFile(conf: ConfigRef; path: AbsoluteFile; ext: string): AbsoluteFile
toHex:
int128: toHex(arg: Int128): string
toHumanStr:
ast: toHumanStr(kind: TSymKind): string
ast: toHumanStr(kind: TTypeKind): string
toInt:
int128: toInt(arg: Int128): int
toInt128:
int128: toInt128(arg: float64): Int128
int128: toInt128[T: SomeInteger | bool](arg: T): Int128
toInt16:
int128: toInt16(arg: Int128): int16
toInt32:
int128: toInt32(arg: Int128): int32
toInt64:
int128: toInt64(arg: Int128): int64
toInt64Checked:
int128: toInt64Checked(arg: Int128; onError: int64): int64
toInt8:
int128: toInt8(arg: Int128): int8
Token:
lexer: Token
tokenize:
sourcemap: tokenize(line: string): (bool, string)
tokKeywordHigh:
lexer: tokKeywordHigh
tokKeywordLow:
lexer: tokKeywordLow
TokType:
lexer: TokType
TokTypes:
lexer: TokTypes
toLinenumber:
msgs: toLinenumber(info: TLineInfo): int
toLit:
vmconv: toLit[T](a: T): PNode
toLowerAscii:
strutils2: toLowerAscii(a: var string)
toMsgFilename:
msgs: toMsgFilename(conf: ConfigRef; info: FileIndex): string
msgs: toMsgFilename(conf: ConfigRef; info: TLineInfo): string
toObject:
ast: toObject(typ: PType): PType
toObjFile:
extccomp: toObjFile(conf: ConfigRef; filename: AbsoluteFile): AbsoluteFile
TOpcode:
vmdef: TOpcode
toProjPath:
msgs: toProjPath(conf: ConfigRef; fileIdx: FileIndex): string
msgs: toProjPath(conf: ConfigRef; info: TLineInfo): string
TOption:
options: TOption
TOptionEntry:
semdata: TOptionEntry
TOptions:
options: TOptions
toRef:
ast: toRef(typ: PType): PType
toSourceMap:
sourcemap: toSourceMap(node: SourceNode; file: string): SourceMapGenerator
toStrMaxPrecision:
rodutils: toStrMaxPrecision(f: BiggestFloat; literalPostfix = ""): string
toTreeSet:
nimsets: toTreeSet(conf: ConfigRef; s: TBitSet; settype: PType; info: TLineInfo): PNode
toUInt:
int128: toUInt(arg: Int128): uint
toUInt16:
int128: toUInt16(arg: Int128): uint16
toUInt32:
int128: toUInt32(arg: Int128): uint32
toUInt64:
int128: toUInt64(arg: Int128): uint64
toUInt8:
int128: toUInt8(arg: Int128): uint8
toVar:
ast: toVar(typ: PType; kind: TTypeKind): PType
TOverloadIter:
lookups: TOverloadIter
TOverloadIterMode:
lookups: TOverloadIterMode
TPair:
ast: TPair
TPairSeq:
ast: TPairSeq
TParamsEquality:
types: TParamsEquality
TPass:
modulegraphs: TPass
TPassClose:
modulegraphs: TPassClose
TPassContext:
modulegraphs: TPassContext
TPassData:
passes: TPassData
TPassOpen:
modulegraphs: TPassOpen
TPassProcess:
modulegraphs: TPassProcess
TPosition:
vmdef: TPosition
TPreferedDesc:
types: TPreferedDesc
TProcCon:
semdata: TProcCon
trackPosInvalidFileIdx:
lineinfos: trackPosInvalidFileIdx
trackProc:
sempass2: trackProc(c: PContext; s: PSym; body: PNode)
trackStmt:
sempass2: trackStmt(c: PContext; module: PSym; n: PNode; isTopLevel: bool)
Transformation:
pluginsupport: Transformation
transformBody:
transf: transformBody(g: ModuleGraph; prc: PSym; cache: bool): PNode
transformClosureIterator:
closureiters: transformClosureIterator(g: ModuleGraph; fn: PSym; n: PNode): PNode
transformExpr:
transf: transformExpr(g: ModuleGraph; module: PSym; n: PNode): PNode
transformStmt:
transf: transformStmt(g: ModuleGraph; module: PSym; n: PNode): PNode
transitionGenericParamToType:
ast: transitionGenericParamToType(s: PSym)
transitionIntKind:
ast: transitionIntKind(n: PNode; kind: range[nkCharLit .. nkUInt64Lit])
transitionNoneToSym:
ast: transitionNoneToSym(n: PNode)
transitionRoutineSymKind:
ast: transitionRoutineSymKind(s: PSym; kind: range[skProc .. skTemplate])
transitionSonsKind:
ast: transitionSonsKind(n: PNode; kind: range[nkComesFrom .. nkTupleConstr])
transitionSymKindCommon:
ast: transitionSymKindCommon(k: TSymKind)
transitionToLet:
ast: transitionToLet(s: PSym)
trBindGenericParam:
TTypeRelFlag.trBindGenericParam
trDontBind:
TTypeRelFlag.trDontBind
treeToYaml:
astalgo: treeToYaml(conf: ConfigRef; n: PNode; indent: int = 0; maxRecDepth: int = -1): Rope
TRegister:
vmdef: TRegister
TRegisterKind:
vmdef: TRegisterKind
TRenderFlag:
renderer: TRenderFlag
TRenderFlags:
renderer: TRenderFlags
TRenderTok:
renderer: TRenderTok
TRenderTokSeq:
renderer: TRenderTokSeq
TReplTypeVars:
semtypinst: TReplTypeVars
trNoCovariance:
TTypeRelFlag.trNoCovariance
TSandboxFlag:
vmdef: TSandboxFlag
TSandboxFlags:
vmdef: TSandboxFlags
TScope:
ast: TScope
TSideEffectAnalysis:
parampatterns: TSideEffectAnalysis
TSlotKind:
vmdef: TSlotKind
TSpawnResult:
spawn: TSpawnResult
TSpecialWord:
wordrecg: TSpecialWord
TSpecialWords:
wordrecg: TSpecialWords
TSrcGen:
renderer: TSrcGen
TStackFrame:
vmdef: TStackFrame
TStorageLoc:
ast: TStorageLoc
TStringSeq:
options: TStringSeq
TStrTable:
ast: TStrTable
TSym:
ast: TSym
TSymFlag:
ast: TSymFlag
TSymFlags:
ast: TSymFlags
TSymKind:
ast: TSymKind
TSymKinds:
ast: TSymKinds
TSystemCC:
options: TSystemCC
TSystemCPU:
platform: TSystemCPU
TSystemOS:
platform: TSystemOS
TTabIter:
astalgo: TTabIter
TType:
ast: TType
TTypeAllowedFlag:
typeallowed: TTypeAllowedFlag
TTypeAllowedFlags:
typeallowed: TTypeAllowedFlags
TTypeAttachedOp:
ast: TTypeAttachedOp
TTypeCmpFlag:
types: TTypeCmpFlag
TTypeCmpFlags:
types: TTypeCmpFlags
TTypeFieldResult:
types: TTypeFieldResult
TTypeFlag:
ast: TTypeFlag
TTypeFlags:
ast: TTypeFlags
TTypeIter:
types: TTypeIter
TTypeKind:
ast: TTypeKind
TTypeKinds:
ast: TTypeKinds
TTypeMutator:
types: TTypeMutator
TTypePredicate:
types: TTypePredicate
TTypeRelation:
sigmatch: TTypeRelation
TTypeRelFlag:
sigmatch: TTypeRelFlag
TTypeRelFlags:
sigmatch: TTypeRelFlags
TTypeSeq:
ast: TTypeSeq
cgendata: TTypeSeq
tyAlias:
TTypeKind.tyAlias
tyAnd:
TTypeKind.tyAnd
tyAnything:
TTypeKind.tyAnything
tyArray:
TTypeKind.tyArray
tyBool:
TTypeKind.tyBool
tyBuiltInTypeClass:
TTypeKind.tyBuiltInTypeClass
tyChar:
TTypeKind.tyChar
tyCompositeTypeClass:
TTypeKind.tyCompositeTypeClass
tyCString:
TTypeKind.tyCString
tyDistinct:
TTypeKind.tyDistinct
tyEmpty:
TTypeKind.tyEmpty
tyEnum:
TTypeKind.tyEnum
tyError:
ast: tyError
tyFloat:
TTypeKind.tyFloat
tyFloat128:
TTypeKind.tyFloat128
tyFloat32:
TTypeKind.tyFloat32
tyFloat64:
TTypeKind.tyFloat64
tyForward:
TTypeKind.tyForward
tyFromExpr:
TTypeKind.tyFromExpr
tyGenericBody:
TTypeKind.tyGenericBody
tyGenericInst:
TTypeKind.tyGenericInst
tyGenericInvocation:
TTypeKind.tyGenericInvocation
tyGenericLike:
sem: tyGenericLike
tyGenericParam:
TTypeKind.tyGenericParam
tyInferred:
TTypeKind.tyInferred
tyInt:
TTypeKind.tyInt
tyInt16:
TTypeKind.tyInt16
tyInt32:
TTypeKind.tyInt32
tyInt64:
TTypeKind.tyInt64
tyInt8:
TTypeKind.tyInt8
tyLent:
TTypeKind.tyLent
tyMagicGenerics:
sem: tyMagicGenerics
tyMetaTypes:
ast: tyMetaTypes
tyNil:
TTypeKind.tyNil
tyNone:
TTypeKind.tyNone
tyNot:
TTypeKind.tyNot
tyObject:
TTypeKind.tyObject
tyOpenArray:
TTypeKind.tyOpenArray
tyOptDeprecated:
TTypeKind.tyOptDeprecated
tyOr:
TTypeKind.tyOr
tyOrdinal:
TTypeKind.tyOrdinal
tyOwned:
TTypeKind.tyOwned
typeAllowed:
typeallowed: typeAllowed(t: PType; kind: TSymKind; c: PContext; flags: TTypeAllowedFlags = {}): PType
TypeCache:
cgendata: TypeCache
TypeCacheWithOwner:
cgendata: TypeCacheWithOwner
typeCompleted:
ast: typeCompleted(s: PSym)
typedescInst:
types: typedescInst
typedescPtrs:
types: typedescPtrs
typekinds:
astalgo: typekinds(t: PType)
typeMismatch:
types: typeMismatch(conf: ConfigRef; info: TLineInfo; formal, actual: PType)
typePragmas:
pragmas: typePragmas
typeRel:
sigmatch: typeRel(c: var TCandidate; f, aOrig: PType; flags: TTypeRelFlags = {}): TTypeRelation
typeToString:
types: typeToString(typ: PType; prefer: TPreferedDesc = preferName): string
typeToYaml:
astalgo: typeToYaml(conf: ConfigRef; n: PType; indent: int = 0; maxRecDepth: int = -1): Rope
tyPointer:
TTypeKind.tyPointer
tyProc:
TTypeKind.tyProc
tyProxy:
TTypeKind.tyProxy
tyPtr:
TTypeKind.tyPtr
tyPureObject:
ast: tyPureObject
tyRange:
TTypeKind.tyRange
tyRef:
TTypeKind.tyRef
tySequence:
TTypeKind.tySequence
tySet:
TTypeKind.tySet
tySink:
TTypeKind.tySink
tyStatic:
TTypeKind.tyStatic
tyString:
TTypeKind.tyString
tyTuple:
TTypeKind.tyTuple
tyTypeClasses:
ast: tyTypeClasses
tyTyped:
TTypeKind.tyTyped
tyTypeDesc:
TTypeKind.tyTypeDesc
tyUInt:
TTypeKind.tyUInt
tyUInt16:
TTypeKind.tyUInt16
tyUInt32:
TTypeKind.tyUInt32
tyUInt64:
TTypeKind.tyUInt64
tyUInt8:
TTypeKind.tyUInt8
tyUncheckedArray:
TTypeKind.tyUncheckedArray
tyUnknown:
ast: tyUnknown
tyUnknownTypes:
ast: tyUnknownTypes
tyUntyped:
TTypeKind.tyUntyped
tyUserDefinedGenerics:
sem: tyUserDefinedGenerics
tyUserTypeClass:
TTypeKind.tyUserTypeClass
tyUserTypeClasses:
ast: tyUserTypeClasses
tyUserTypeClassInst:
TTypeKind.tyUserTypeClassInst
tyVar:
TTypeKind.tyVar
tyVarargs:
TTypeKind.tyVarargs
tyVoid:
TTypeKind.tyVoid
undefSymbol:
condsyms: undefSymbol(symbols: StringTableRef; symbol: string)
unionSets:
nimsets: unionSets(conf: ConfigRef; a, b: PNode): PNode
unknownLineInfo:
lineinfos: unknownLineInfo
UnknownLockLevel:
ast: UnknownLockLevel
UnspecifiedLockLevel:
ast: UnspecifiedLockLevel
upName:
lambdalifting: upName
use:
InstrKind.use
useEffectSystem:
options: useEffectSystem
usesThreadVars:
CodegenFlag.usesThreadVars
usesWriteBarrier:
options: usesWriteBarrier(conf: ConfigRef): bool
useWriteTracking:
options: useWriteTracking
v2Sf:
SymbolFilesOption.v2Sf
varPragmas:
pragmas: varPragmas
verbosePass:
passaux: verbosePass
Version:
nimblecmd: Version
VersionAsString:
nversion: VersionAsString
views:
Feature.views
ViewTypeKind:
typeallowed: ViewTypeKind
VmArgs:
vmdef: VmArgs
VmCallback:
vmdef: VmCallback
vmopsDanger:
Feature.vmopsDanger
VT:
nimlexbase: VT
wAcyclic:
TSpecialWord.wAcyclic
wAddr:
TSpecialWord.wAddr
wAlign:
TSpecialWord.wAlign
wAlignas:
TSpecialWord.wAlignas
wAlignof:
TSpecialWord.wAlignof
walk:
sourcemap: walk(node: SourceNode; fn: proc (line: string; original: SourceNode))
walkScopes:
lookups: walkScopes(scope: PScope): PScope
wAnd:
TSpecialWord.wAnd
wantMainModule:
modules: wantMainModule(conf: ConfigRef)
warnCannotOpenFile:
TMsgKind.warnCannotOpenFile
warnCaseTransition:
TMsgKind.warnCaseTransition
warnCommentXIgnored:
TMsgKind.warnCommentXIgnored
warnConfigDeprecated:
TMsgKind.warnConfigDeprecated
warnCycleCreated:
TMsgKind.warnCycleCreated
warnDeprecated:
TMsgKind.warnDeprecated
warnDestructor:
TMsgKind.warnDestructor
warnEachIdentIsTuple:
TMsgKind.warnEachIdentIsTuple
warnFieldXNotSupported:
TMsgKind.warnFieldXNotSupported
warnGcMem:
TMsgKind.warnGcMem
warnGcUnsafe:
TMsgKind.warnGcUnsafe
warnGcUnsafe2:
TMsgKind.warnGcUnsafe2
warnInconsistentSpacing:
TMsgKind.warnInconsistentSpacing
warnInheritFromException:
TMsgKind.warnInheritFromException
warnLanguageXNotSupported:
TMsgKind.warnLanguageXNotSupported
warnLockLevel:
TMsgKind.warnLockLevel
warnMax:
lineinfos: warnMax
warnMin:
lineinfos: warnMin
warnObservableStores:
TMsgKind.warnObservableStores
warnOctalEscape:
TMsgKind.warnOctalEscape
warnProveField:
TMsgKind.warnProveField
warnProveIndex:
TMsgKind.warnProveIndex
warnProveInit:
TMsgKind.warnProveInit
warnRedefinitionOfLabel:
TMsgKind.warnRedefinitionOfLabel
warnResultShadowed:
TMsgKind.warnResultShadowed
warnResultUsed:
TMsgKind.warnResultUsed
warnSmallLshouldNotBeUsed:
TMsgKind.warnSmallLshouldNotBeUsed
warnStaticIndexCheck:
TMsgKind.warnStaticIndexCheck
warnTypelessParam:
TMsgKind.warnTypelessParam
warnUninit:
TMsgKind.warnUninit
warnUnknownMagic:
TMsgKind.warnUnknownMagic
warnUnknownSubstitutionX:
TMsgKind.warnUnknownSubstitutionX
warnUnreachableCode:
TMsgKind.warnUnreachableCode
warnUnreachableElse:
TMsgKind.warnUnreachableElse
warnUnsafeCode:
TMsgKind.warnUnsafeCode
warnUnsafeDefault:
TMsgKind.warnUnsafeDefault
warnUnsafeSetLen:
TMsgKind.warnUnsafeSetLen
warnUnusedImportX:
TMsgKind.warnUnusedImportX
warnUseBase:
TMsgKind.warnUseBase
warnUser:
TMsgKind.warnUser
warnWriteToForeignHeap:
TMsgKind.warnWriteToForeignHeap
warnXIsNeverRead:
TMsgKind.warnXIsNeverRead
warnXmightNotBeenInit:
TMsgKind.warnXmightNotBeenInit
wAs:
TSpecialWord.wAs
wAsm:
TSpecialWord.wAsm
wAsmNoStackFrame:
TSpecialWord.wAsmNoStackFrame
wAssert:
TSpecialWord.wAssert
wAssertions:
TSpecialWord.wAssertions
wAssume:
TSpecialWord.wAssume
wAuto:
TSpecialWord.wAuto
wBase:
TSpecialWord.wBase
wBind:
TSpecialWord.wBind
wBitsize:
TSpecialWord.wBitsize
wBlock:
TSpecialWord.wBlock
wBool:
TSpecialWord.wBool
wBoolDefine:
TSpecialWord.wBoolDefine
wBorrow:
TSpecialWord.wBorrow
wBoundChecks:
TSpecialWord.wBoundChecks
wBreak:
TSpecialWord.wBreak
wByCopy:
TSpecialWord.wByCopy
wByRef:
TSpecialWord.wByRef
wCallconv:
TSpecialWord.wCallconv
wCase:
TSpecialWord.wCase
wCast:
TSpecialWord.wCast
wCatch:
TSpecialWord.wCatch
wCdecl:
TSpecialWord.wCdecl
wChar:
TSpecialWord.wChar
wChar16_t:
TSpecialWord.wChar16_t
wChar32_t:
TSpecialWord.wChar32_t
wChecks:
TSpecialWord.wChecks
wClass:
TSpecialWord.wClass
wClosure:
TSpecialWord.wClosure
wCodegenDecl:
TSpecialWord.wCodegenDecl
wColon:
TSpecialWord.wColon
wColonColon:
TSpecialWord.wColonColon
wCompile:
TSpecialWord.wCompile
wCompilerProc:
TSpecialWord.wCompilerProc
wCompileTime:
TSpecialWord.wCompileTime
wCompl:
TSpecialWord.wCompl
wCompleteStruct:
TSpecialWord.wCompleteStruct
wComputedGoto:
TSpecialWord.wComputedGoto
wConcept:
TSpecialWord.wConcept
wConst:
TSpecialWord.wConst
wConst_cast:
TSpecialWord.wConst_cast
wConstexpr:
TSpecialWord.wConstexpr
wConstructor:
TSpecialWord.wConstructor
wContinue:
TSpecialWord.wContinue
wConverter:
TSpecialWord.wConverter
wCore:
TSpecialWord.wCore
wCursor:
TSpecialWord.wCursor
wDeadCodeElimUnused:
TSpecialWord.wDeadCodeElimUnused
wDebugger:
TSpecialWord.wDebugger
wDecltype:
TSpecialWord.wDecltype
wDefault:
TSpecialWord.wDefault
wDefer:
TSpecialWord.wDefer
wDefine:
TSpecialWord.wDefine
wDelegator:
TSpecialWord.wDelegator
wDelete:
TSpecialWord.wDelete
wDeprecated:
TSpecialWord.wDeprecated
wDestructor:
TSpecialWord.wDestructor
wDirty:
TSpecialWord.wDirty
wDiscard:
TSpecialWord.wDiscard
wDiscardable:
TSpecialWord.wDiscardable
wDistinct:
TSpecialWord.wDistinct
wDiv:
TSpecialWord.wDiv
wDo:
TSpecialWord.wDo
wDot:
TSpecialWord.wDot
wDotDot:
TSpecialWord.wDotDot
wDouble:
TSpecialWord.wDouble
wDynamic_cast:
TSpecialWord.wDynamic_cast
wDynlib:
TSpecialWord.wDynlib
weakLeValue:
astalgo: weakLeValue(a, b: PNode): TImplication
wEffects:
TSpecialWord.wEffects
wElif:
TSpecialWord.wElif
wElse:
TSpecialWord.wElse
wEmit:
TSpecialWord.wEmit
wEnd:
TSpecialWord.wEnd
wEnsures:
TSpecialWord.wEnsures
wEnum:
TSpecialWord.wEnum
wEquals:
TSpecialWord.wEquals
wError:
TSpecialWord.wError
wExcept:
TSpecialWord.wExcept
wExecuteOnReload:
TSpecialWord.wExecuteOnReload
wExperimental:
TSpecialWord.wExperimental
wExplain:
TSpecialWord.wExplain
wExplicit:
TSpecialWord.wExplicit
wExport:
TSpecialWord.wExport
wExportc:
TSpecialWord.wExportc
wExportCpp:
TSpecialWord.wExportCpp
wExportNims:
TSpecialWord.wExportNims
wExtern:
TSpecialWord.wExtern
wFalse:
TSpecialWord.wFalse
wFastcall:
TSpecialWord.wFastcall
wFatal:
TSpecialWord.wFatal
wFieldChecks:
TSpecialWord.wFieldChecks
wFinal:
TSpecialWord.wFinal
wFinally:
TSpecialWord.wFinally
wFloat:
TSpecialWord.wFloat
wFloatChecks:
TSpecialWord.wFloatChecks
wFor:
TSpecialWord.wFor
wFriend:
TSpecialWord.wFriend
wFrom:
TSpecialWord.wFrom
wFunc:
TSpecialWord.wFunc
wGcSafe:
TSpecialWord.wGcSafe
wGensym:
TSpecialWord.wGensym
wGlobal:
TSpecialWord.wGlobal
wGoto:
TSpecialWord.wGoto
wGuard:
TSpecialWord.wGuard
wHeader:
TSpecialWord.wHeader
whichAlias:
parampatterns: whichAlias(p: PSym): TAliasRequest
whichKeyword:
idents: whichKeyword(id: PIdent): TSpecialWord
whichPragma:
trees: whichPragma(n: PNode): TSpecialWord
wHint:
TSpecialWord.wHint
wHints:
TSpecialWord.wHints
wIf:
TSpecialWord.wIf
wImmediate:
TSpecialWord.wImmediate
wImplicitStatic:
TSpecialWord.wImplicitStatic
wImport:
TSpecialWord.wImport
wImportc:
TSpecialWord.wImportc
wImportCompilerProc:
TSpecialWord.wImportCompilerProc
wImportCpp:
TSpecialWord.wImportCpp
wImportJs:
TSpecialWord.wImportJs
wImportObjC:
TSpecialWord.wImportObjC
wIn:
TSpecialWord.wIn
wInclude:
TSpecialWord.wInclude
wIncompleteStruct:
TSpecialWord.wIncompleteStruct
wInfChecks:
TSpecialWord.wInfChecks
wInheritable:
TSpecialWord.wInheritable
wInject:
TSpecialWord.wInject
wInjectStmt:
TSpecialWord.wInjectStmt
wInline:
TSpecialWord.wInline
wInOut:
TSpecialWord.wInOut
wInt:
TSpecialWord.wInt
wIntDefine:
TSpecialWord.wIntDefine
wInterface:
TSpecialWord.wInterface
wInvalid:
TSpecialWord.wInvalid
wInvariant:
TSpecialWord.wInvariant
wIs:
TSpecialWord.wIs
wIsnot:
TSpecialWord.wIsnot
wIterator:
TSpecialWord.wIterator
withInfo:
ast: withInfo(n: PNode; info: TLineInfo): PNode
withPackageName:
options: withPackageName(conf: ConfigRef; path: AbsoluteFile): AbsoluteFile
wLet:
TSpecialWord.wLet
wLib:
TSpecialWord.wLib
wLiftLocals:
TSpecialWord.wLiftLocals
wLine:
TSpecialWord.wLine
wLinearScanEnd:
TSpecialWord.wLinearScanEnd
wLineDir:
TSpecialWord.wLineDir
wLineTrace:
TSpecialWord.wLineTrace
wLink:
TSpecialWord.wLink
wLinksys:
TSpecialWord.wLinksys
wLocalPassc:
TSpecialWord.wLocalPassc
wLocks:
TSpecialWord.wLocks
wLong:
TSpecialWord.wLong
wMacro:
TSpecialWord.wMacro
wMagic:
TSpecialWord.wMagic
wMemTracker:
TSpecialWord.wMemTracker
wMerge:
TSpecialWord.wMerge
wMethod:
TSpecialWord.wMethod
wMinus:
TSpecialWord.wMinus
wMixin:
TSpecialWord.wMixin
wMod:
TSpecialWord.wMod
wMutable:
TSpecialWord.wMutable
wNamespace:
TSpecialWord.wNamespace
wNanChecks:
TSpecialWord.wNanChecks
wNew:
TSpecialWord.wNew
wNil:
TSpecialWord.wNil
wNilChecks:
TSpecialWord.wNilChecks
wNimcall:
TSpecialWord.wNimcall
wNoalias:
TSpecialWord.wNoalias
wNoconv:
TSpecialWord.wNoconv
wNodecl:
TSpecialWord.wNodecl
wNoDestroy:
TSpecialWord.wNoDestroy
wNoexcept:
TSpecialWord.wNoexcept
wNoForward:
TSpecialWord.wNoForward
wNoInit:
TSpecialWord.wNoInit
wNoInline:
TSpecialWord.wNoInline
wNonReloadable:
TSpecialWord.wNonReloadable
wNoreturn:
TSpecialWord.wNoreturn
wNoRewrite:
TSpecialWord.wNoRewrite
wNoSideEffect:
TSpecialWord.wNoSideEffect
wNosinks:
TSpecialWord.wNosinks
wNot:
TSpecialWord.wNot
wNotin:
TSpecialWord.wNotin
wNullptr:
TSpecialWord.wNullptr
wObjChecks:
TSpecialWord.wObjChecks
wObject:
TSpecialWord.wObject
wOf:
TSpecialWord.wOf
wOff:
TSpecialWord.wOff
wOn:
TSpecialWord.wOn
wOneWay:
TSpecialWord.wOneWay
wOperator:
TSpecialWord.wOperator
wOptimization:
TSpecialWord.wOptimization
wOr:
TSpecialWord.wOr
wordExcess:
vmdef: wordExcess
wOut:
TSpecialWord.wOut
wOverflowChecks:
TSpecialWord.wOverflowChecks
wOverride:
TSpecialWord.wOverride
wPackage:
TSpecialWord.wPackage
wPacked:
TSpecialWord.wPacked
wPartial:
TSpecialWord.wPartial
wPassc:
TSpecialWord.wPassc
wPassl:
TSpecialWord.wPassl
wPatterns:
TSpecialWord.wPatterns
wPop:
TSpecialWord.wPop
wPragma:
TSpecialWord.wPragma
wPrivate:
TSpecialWord.wPrivate
wProc:
TSpecialWord.wProc
wProcVar:
TSpecialWord.wProcVar
wProfiler:
TSpecialWord.wProfiler
wProtected:
TSpecialWord.wProtected
wPtr:
TSpecialWord.wPtr
wPublic:
TSpecialWord.wPublic
wPure:
TSpecialWord.wPure
wPush:
TSpecialWord.wPush
wRaise:
TSpecialWord.wRaise
wRaises:
TSpecialWord.wRaises
wRangeChecks:
TSpecialWord.wRangeChecks
wrapInComesFrom:
evaltempl: wrapInComesFrom(info: TLineInfo; sym: PSym; res: PNode): PNode
wrapProcForSpawn:
spawn: wrapProcForSpawn(g: ModuleGraph; owner: PSym; spawnExpr: PNode; retType: PType; barrier, dest: PNode = nil): PNode
wReads:
TSpecialWord.wReads
wRef:
TSpecialWord.wRef
wRegister:
TSpecialWord.wRegister
wReinterpret_cast:
TSpecialWord.wReinterpret_cast
wReorder:
TSpecialWord.wReorder
wRequires:
TSpecialWord.wRequires
wRequiresInit:
TSpecialWord.wRequiresInit
wRestrict:
TSpecialWord.wRestrict
wReturn:
TSpecialWord.wReturn
writeCommandLineUsage:
commands: writeCommandLineUsage(conf: ConfigRef)
writeFile:
pathutils: writeFile(x: AbsoluteFile; content: string)
writeJsonBuildInstructions:
extccomp: writeJsonBuildInstructions(conf: ConfigRef)
writeMangledName:
ndi: writeMangledName(f: NdiFile; s: PSym; conf: ConfigRef)
writeMapping:
extccomp: writeMapping(conf: ConfigRef; symbolMapping: Rope)
writeMatches:
sigmatch: writeMatches(c: TCandidate)
writeOnlySf:
SymbolFilesOption.writeOnlySf
writeOutput:
docgen: writeOutput(d: PDoc; useWarning = false; groupedToc = false)
writeOutputJson:
docgen: writeOutputJson(d: PDoc; useWarning = false)
writeRope:
ropes: writeRope(f: File; r: Rope)
ropes: writeRope(head: Rope; filename: AbsoluteFile): bool
writeRopeIfNotEqual:
ropes: writeRopeIfNotEqual(r: Rope; filename: AbsoluteFile): bool
wrongRedefinition:
lookups: wrongRedefinition(c: PContext; info: TLineInfo; s: string; conflictsWith: TLineInfo)
wSafecall:
TSpecialWord.wSafecall
wSafecode:
TSpecialWord.wSafecode
wShallow:
TSpecialWord.wShallow
wShl:
TSpecialWord.wShl
wShort:
TSpecialWord.wShort
wShr:
TSpecialWord.wShr
wSideEffect:
TSpecialWord.wSideEffect
wSigned:
TSpecialWord.wSigned
wSinkInference:
TSpecialWord.wSinkInference
wSize:
TSpecialWord.wSize
wSizeof:
TSpecialWord.wSizeof
wStackTrace:
TSpecialWord.wStackTrace
wStar:
TSpecialWord.wStar
wStatic:
TSpecialWord.wStatic
wStatic_assert:
TSpecialWord.wStatic_assert
wStaticBoundchecks:
TSpecialWord.wStaticBoundchecks
wStatic_cast:
TSpecialWord.wStatic_cast
wStdcall:
TSpecialWord.wStdcall
wStdErr:
TSpecialWord.wStdErr
wStdIn:
TSpecialWord.wStdIn
wStdOut:
TSpecialWord.wStdOut
wStrDefine:
TSpecialWord.wStrDefine
wStruct:
TSpecialWord.wStruct
wStyleChecks:
TSpecialWord.wStyleChecks
wSubsChar:
TSpecialWord.wSubsChar
wSwitch:
TSpecialWord.wSwitch
wSyscall:
TSpecialWord.wSyscall
wTags:
TSpecialWord.wTags
wTemplate:
TSpecialWord.wTemplate
wThis:
TSpecialWord.wThis
wThiscall:
TSpecialWord.wThiscall
wThread:
TSpecialWord.wThread
wThread_local:
TSpecialWord.wThread_local
wThreadVar:
TSpecialWord.wThreadVar
wThrow:
TSpecialWord.wThrow
wTrMacros:
TSpecialWord.wTrMacros
wTrue:
TSpecialWord.wTrue
wTry:
TSpecialWord.wTry
wTuple:
TSpecialWord.wTuple
wType:
TSpecialWord.wType
wTypedef:
TSpecialWord.wTypedef
wTypeid:
TSpecialWord.wTypeid
wTypename:
TSpecialWord.wTypename
wTypeof:
TSpecialWord.wTypeof
wUnchecked:
TSpecialWord.wUnchecked
wUndef:
TSpecialWord.wUndef
wUnion:
TSpecialWord.wUnion
wUnroll:
TSpecialWord.wUnroll
wUnsigned:
TSpecialWord.wUnsigned
wUsed:
TSpecialWord.wUsed
wUsing:
TSpecialWord.wUsing
wVar:
TSpecialWord.wVar
wVarargs:
TSpecialWord.wVarargs
wVirtual:
TSpecialWord.wVirtual
wVoid:
TSpecialWord.wVoid
wVolatile:
TSpecialWord.wVolatile
wWarning:
TSpecialWord.wWarning
wWarningAsError:
TSpecialWord.wWarningAsError
wWarnings:
TSpecialWord.wWarnings
wWchar_t:
TSpecialWord.wWchar_t
wWhen:
TSpecialWord.wWhen
wWhile:
TSpecialWord.wWhile
wWrite:
TSpecialWord.wWrite
wWrites:
TSpecialWord.wWrites
wXor:
TSpecialWord.wXor
wYield:
TSpecialWord.wYield
Zero:
int128: Zero