Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/adrian-thurston/colm-suite
/ functions
Functions
908 in github.com/adrian-thurston/colm-suite
⨍
Functions
908
◇
Types & classes
142
Method
minRepeatOp
src/fsmgraph.cc:857
Method
minimizeRound
src/fsmmin.cc:468
Method
moveAllTransToSingle
src/redfsm.cc:625
Method
moveToDefault
A default transition has been picked, move it from the outRange to the * default pointer. */
src/redfsm.cc:894
Method
nameOrLoc
src/redfsm.cc:41
Method
newAction
src/gendata.cc:991
Method
newLmAction
src/parsetree.cc:220
Method
newLmCommonAction
src/parsedata.cc:1045
Method
newNfaWrapAction
This create an action that refs the original embed roots, if the optWrap arg * is supplied. */
src/idbase.cc:238
Method
newTrans
src/gendata.cc:1047
Method
nextNameScope
src/parsedata.h:294
Method
nfaRepeatOp
This version contains the init, increment and test in the nfa pop actions. * This is a compositional operator since it doesn't leave any actions to
src/fsmnfa.cc:358
Method
nfaRepeatOp2
src/fsmnfa.cc:230
Method
nfaUnion
src/fsmnfa.cc:596
Method
nfaUnionOp
Unions others with fsm. Others are deleted. */
src/fsmnfa.cc:458
Method
nfaWrap
src/fsmnfa.cc:147
Method
notRangeFsm
src/fsmgraph.cc:212
Function
one_liner
()
grammar/python/input.py:13
Method
onlyOneNfa
src/longest.cc:470
Method
openOutput
src/inputdata.cc:137
Function
operator<<
src/common.cc:308
Method
orFsm
Construct a machine that matches any character in set. A new machine will * be made that has two states and len transitions between the them. The se
src/fsmgraph.cc:157
Method
outListCovers
src/fsmmin.cc:571
Method
outTransCopy
Copy the transitions in srcList to the outlist of dest. The srcList should * not be the outList of dest, otherwise you would be copying the contents
src/fsmattach.cc:752
Method
parseArgs
src/inputdata.cc:819
Method
parseKelbt
src/inputdata.cc:413
Method
parseReduce
src/inputdata.cc:479
Method
partitionFsm
src/redfsm.cc:1125
Method
partitionRound
src/fsmmin.cc:53
Method
pass
test/ragel.d/cppscan1.h:88
Method
plusOp
src/fsmgraph.cc:721
Method
prepareAllMachines
src/inputdata.cc:186
Method
prepareNfaRound
src/fsmnfa.cc:55
Method
prepareSingleMachine
src/inputdata.cc:148
Method
printNameInst
src/parsedata.cc:1033
Method
printNameTree
src/parsedata.cc:1273
Method
process
src/inputdata.cc:542
Method
processDot
src/inputdata.cc:277
Method
processKelbt
src/inputdata.cc:454
Method
processReduce
src/inputdata.cc:518
Method
processXML
src/xml.cc:38
Method
questionOp
src/fsmgraph.cc:738
Method
randomizedOrdering
src/redfsm.cc:433
Method
rangeFsm
Construct a machine that matches a range of characters. A new machine will * be made with two states and a range transition between them. The range
src/fsmgraph.cc:196
Method
rangeFsmCI
src/fsmgraph.cc:237
Method
rangeRepeatOp
src/fsmgraph.cc:886
Method
rangeStarFsm
Construct a machine that a repeated range of characters. */
src/fsmgraph.cc:287
Method
readInput
src/inputdata.cc:1179
Method
readScores
src/redfsm.cc:244
Function
realy_awesome
()
grammar/python/input.py:9
Method
redirectErrorTrans
Redirect a transition away from error and towards some state. This is just * like attachTrans except it requires fromState to be set and does not tou
src/fsmattach.cc:204
Method
reduceActionTables
src/gendata.cc:70
Method
removeDups
Remove duplicates of unique actions from an action table. */
src/fsmgraph.cc:1912
Method
reportAnalysisResult
src/parsedata.cc:1220
Method
reportBreadthResults
src/parsedata.cc:1201
Method
resolveActionNameRefs
Resolve references to labels in actions. */
src/parsedata.cc:883
Method
resolveNameRefs
src/parsetree.cc:188
Method
resolveStateRef
src/parsedata.cc:788
Method
resolveTargetStates
src/gendata.cc:1166
Method
restart
src/parsetree.cc:401
Method
rightStartConcatOp
src/fsmgraph.cc:1008
Method
runFrontend
src/inputdata.cc:1206
Method
runJob
Run a job (frontend or backend). If we want forks then we return the result * via the process's exit code. otherwise it comes back on the stack. */
src/inputdata.cc:1227
Method
runLongestMatch
src/longest.cc:36
Method
runRlhc
src/inputdata.cc:1213
Method
scoreOrderingBreadth
src/redfsm.cc:378
Method
scoreOrderingDepth
src/redfsm.cc:327
Method
scoreSecondPass
This second pass will collect any states that didn't make it in the first * pass. Used for depth-first and breadth-first passes. */
src/redfsm.cc:294
Method
sequentialStateIds
Assign state ids by appearance in the state list. */
src/redfsm.cc:468
Method
set
src/parsedata.cc:49
Method
setAlphType
src/gendata.cc:1206
Method
setEofTrans
src/gendata.cc:1146
Method
setErrorAction
src/fsmap.cc:465
Method
setErrorState
src/gendata.cc:1030
Method
setFinal
src/gendata.cc:1127
Method
setId
src/gendata.cc:1121
Method
setLabelsNeeded
src/asm.cc:1761
Method
setLabelsNeeded
src/ipgoto.cc:588
Method
setNfaIds
src/asm.cc:1854
Method
setStartState
src/gendata.cc:1025
Method
setStateActions
src/gendata.cc:1134
Method
setValueLimits
src/gendata.cc:1427
Method
setVariable
src/parsedata.cc:988
Method
shadowReadWriteStates
src/fsmgraph.cc:445
Method
shouldMarkPtr
src/fsmstate.cc:583
Method
showBackends
src/inputdata.cc:666
Method
showFrontends
src/inputdata.cc:654
Method
sortByStateId
src/redfsm.cc:528
Method
sortStateIdsByFinal
Assign state ids by final state state status. */
src/redfsm.cc:497
Method
sortStatesByFinal
Stable sort the states by final state status. */
src/fsmbase.cc:753
Method
splitCandidates
Split partitions that need splittting, decide which partitions might need * to be split as a result, continue until there are no more that might need
src/fsmmin.cc:181
Method
starOp
Kleene star operator. Makes this machine the kleene star of itself. Any * transitions made going out of the machine and back into itself will be * n
src/fsmgraph.cc:663
Method
start
src/codegen.cc:306
Method
startAnalyze
src/codegen.cc:98
Method
startGenerate
src/codegen.cc:165
Method
statsSummary
src/codegen.cc:375
Method
stringGenerate
src/codegen.cc:185
Method
subtractOp
Set subtracts other machine from this machine. Other is deleted. */
src/fsmgraph.cc:1094
Method
sync
Counts newlines before sending sync. */
src/common.cc:179
Method
tableDataPass
src/ipgoto.cc:35
← previous
next →
701–800 of 908, ranked by callers