MCPcopy Create free account

hub / github.com/adrian-thurston/colm-suite / functions

Functions908 in github.com/adrian-thurston/colm-suite

MethodminRepeatOp
src/fsmgraph.cc:857
MethodminimizeRound
src/fsmmin.cc:468
MethodmoveAllTransToSingle
src/redfsm.cc:625
MethodmoveToDefault
A default transition has been picked, move it from the outRange to the * default pointer. */
src/redfsm.cc:894
MethodnameOrLoc
src/redfsm.cc:41
MethodnewAction
src/gendata.cc:991
MethodnewLmAction
src/parsetree.cc:220
MethodnewLmCommonAction
src/parsedata.cc:1045
MethodnewNfaWrapAction
This create an action that refs the original embed roots, if the optWrap arg * is supplied. */
src/idbase.cc:238
MethodnewTrans
src/gendata.cc:1047
MethodnextNameScope
src/parsedata.h:294
MethodnfaRepeatOp
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
MethodnfaRepeatOp2
src/fsmnfa.cc:230
MethodnfaUnion
src/fsmnfa.cc:596
MethodnfaUnionOp
Unions others with fsm. Others are deleted. */
src/fsmnfa.cc:458
MethodnfaWrap
src/fsmnfa.cc:147
MethodnotRangeFsm
src/fsmgraph.cc:212
Functionone_liner
()
grammar/python/input.py:13
MethodonlyOneNfa
src/longest.cc:470
MethodopenOutput
src/inputdata.cc:137
Functionoperator<<
src/common.cc:308
MethodorFsm
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
MethodoutListCovers
src/fsmmin.cc:571
MethodoutTransCopy
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
MethodparseArgs
src/inputdata.cc:819
MethodparseKelbt
src/inputdata.cc:413
MethodparseReduce
src/inputdata.cc:479
MethodpartitionFsm
src/redfsm.cc:1125
MethodpartitionRound
src/fsmmin.cc:53
Methodpass
test/ragel.d/cppscan1.h:88
MethodplusOp
src/fsmgraph.cc:721
MethodprepareAllMachines
src/inputdata.cc:186
MethodprepareNfaRound
src/fsmnfa.cc:55
MethodprepareSingleMachine
src/inputdata.cc:148
MethodprintNameInst
src/parsedata.cc:1033
MethodprintNameTree
src/parsedata.cc:1273
Methodprocess
src/inputdata.cc:542
MethodprocessDot
src/inputdata.cc:277
MethodprocessKelbt
src/inputdata.cc:454
MethodprocessReduce
src/inputdata.cc:518
MethodprocessXML
src/xml.cc:38
MethodquestionOp
src/fsmgraph.cc:738
MethodrandomizedOrdering
src/redfsm.cc:433
MethodrangeFsm
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
MethodrangeFsmCI
src/fsmgraph.cc:237
MethodrangeRepeatOp
src/fsmgraph.cc:886
MethodrangeStarFsm
Construct a machine that a repeated range of characters. */
src/fsmgraph.cc:287
MethodreadInput
src/inputdata.cc:1179
MethodreadScores
src/redfsm.cc:244
Functionrealy_awesome
()
grammar/python/input.py:9
MethodredirectErrorTrans
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
MethodreduceActionTables
src/gendata.cc:70
MethodremoveDups
Remove duplicates of unique actions from an action table. */
src/fsmgraph.cc:1912
MethodreportAnalysisResult
src/parsedata.cc:1220
MethodreportBreadthResults
src/parsedata.cc:1201
MethodresolveActionNameRefs
Resolve references to labels in actions. */
src/parsedata.cc:883
MethodresolveNameRefs
src/parsetree.cc:188
MethodresolveStateRef
src/parsedata.cc:788
MethodresolveTargetStates
src/gendata.cc:1166
Methodrestart
src/parsetree.cc:401
MethodrightStartConcatOp
src/fsmgraph.cc:1008
MethodrunFrontend
src/inputdata.cc:1206
MethodrunJob
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
MethodrunLongestMatch
src/longest.cc:36
MethodrunRlhc
src/inputdata.cc:1213
MethodscoreOrderingBreadth
src/redfsm.cc:378
MethodscoreOrderingDepth
src/redfsm.cc:327
MethodscoreSecondPass
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
MethodsequentialStateIds
Assign state ids by appearance in the state list. */
src/redfsm.cc:468
Methodset
src/parsedata.cc:49
MethodsetAlphType
src/gendata.cc:1206
MethodsetEofTrans
src/gendata.cc:1146
MethodsetErrorAction
src/fsmap.cc:465
MethodsetErrorState
src/gendata.cc:1030
MethodsetFinal
src/gendata.cc:1127
MethodsetId
src/gendata.cc:1121
MethodsetLabelsNeeded
src/asm.cc:1761
MethodsetLabelsNeeded
src/ipgoto.cc:588
MethodsetNfaIds
src/asm.cc:1854
MethodsetStartState
src/gendata.cc:1025
MethodsetStateActions
src/gendata.cc:1134
MethodsetValueLimits
src/gendata.cc:1427
MethodsetVariable
src/parsedata.cc:988
MethodshadowReadWriteStates
src/fsmgraph.cc:445
MethodshouldMarkPtr
src/fsmstate.cc:583
MethodshowBackends
src/inputdata.cc:666
MethodshowFrontends
src/inputdata.cc:654
MethodsortByStateId
src/redfsm.cc:528
MethodsortStateIdsByFinal
Assign state ids by final state state status. */
src/redfsm.cc:497
MethodsortStatesByFinal
Stable sort the states by final state status. */
src/fsmbase.cc:753
MethodsplitCandidates
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
MethodstarOp
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
Methodstart
src/codegen.cc:306
MethodstartAnalyze
src/codegen.cc:98
MethodstartGenerate
src/codegen.cc:165
MethodstatsSummary
src/codegen.cc:375
MethodstringGenerate
src/codegen.cc:185
MethodsubtractOp
Set subtracts other machine from this machine. Other is deleted. */
src/fsmgraph.cc:1094
Methodsync
Counts newlines before sending sync. */
src/common.cc:179
MethodtableDataPass
src/ipgoto.cc:35
← previousnext →701–800 of 908, ranked by callers