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
clear
test/ragel.d/buffer.h:50
Method
clear
test/ragel.d/cppscan1.h:64
Method
clear
src/buffer.h:49
Method
closeOutput
src/inputdata.cc:260
Method
collectReferences
src/gendata.cc:1634
Method
compare
src/inputdata.h:131
Method
compare
src/parsedata.cc:765
Method
compare
src/redfsm.cc:517
Method
compareCondBitElim
src/fsmap.cc:1053
Method
compareCondData
src/fsmap.cc:1029
Method
compareCondListBitElim
src/fsmap.cc:948
Method
compareCondPartPtr
src/fsmstate.cc:514
Method
compareFullPtr
Compares two transitions according to target state, priority and functions. * Does not consider from state. Either of the pointers may be null. */
src/fsmstate.cc:553
Method
comparePart
src/fsmstate.cc:460
Method
comparePrior
Compare two transitions according to their relative priority. Since the * base transition has no priority associated with it, the default is to * re
src/fsmap.cc:906
Method
compareStateData
Compare the properties of states that are embedded by users. Compares out * priorities, out transitions, to, from, out, error and eof action tables.
src/fsmap.cc:1079
Method
compareTransData
Compares two transitions according to priority and functions. Pointers * should not be null. Does not consider to state or from state. Compare two
src/fsmap.cc:982
Method
compareTransDataPtr
Compares two transition pointers according to priority and functions. * Either pointer may be null. Does not consider to state or from state. */
src/fsmstate.cc:535
Method
compareTransPartPtr
Compare target partitions. Either pointer may be null. */
src/fsmstate.cc:503
Method
concatFsm
Construct an FSM that is the concatenation of an array of characters. A new * machine will be made that has len+1 states with one transition between
src/fsmgraph.cc:74
Method
concatFsmCI
Case insensitive version of concatFsm. */
src/fsmgraph.cc:96
Method
concatOp
Concatenates other to the end of this machine. Other is deleted. Any * transitions made leaving this machine and entering into other are notified *
src/fsmgraph.cc:932
Method
condCost
src/fsmgraph.cc:1702
Method
condCostFromState
src/fsmgraph.cc:1634
Method
condCostSearch
Returns either success (using supplied fsm), or some error condition. */
src/fsmgraph.cc:1690
Method
condPlus
src/fsmgraph.cc:1829
Method
condSpaceItem
src/gendata.cc:1215
Method
condStar
src/fsmgraph.cc:1874
Method
convertToCondAp
src/fsmcond.cc:283
Method
convertToTransAp
src/fsmcond.cc:263
Method
copyStateForExpansion
src/fsmcond.cc:183
Method
copyTransForExpansion
src/fsmattach.cc:574
Method
countAndWrite
src/common.cc:142
Function
countTransitions
Count the transitions in the fsm by walking the state list. */
src/parsedata.cc:90
Method
createBuiltin
src/parsedata.cc:938
Method
createMachine
src/gendata.cc:979
Method
createNfaActions
src/idbase.cc:254
Method
createOutputStream
src/inputdata.cc:116
Method
crossCondTransitions
Find the trans with the higher priority. If src is lower priority then dest then * src is ignored. If src is higher priority than dest, then src over
src/fsmattach.cc:547
Method
crossTransitions
Find the trans with the higher priority. If src is lower priority then dest then * src is ignored. If src is higher priority than dest, then src over
src/fsmattach.cc:662
Method
crossTransitionsBothPlain
src/fsmattach.cc:631
Method
defaultHistogram
src/inputdata.cc:1139
Function
defaultOutFnAsm
* ASM */
src/common.cc:75
Function
defaultOutFnC
src/common.cc:34
Function
defaultOutFnCSharp
src/host-csharp/main.cc:32
Function
defaultOutFnCrack
* Crack */
src/host-crack/main.cc:31
Function
defaultOutFnD
src/host-d/main.cc:32
Function
defaultOutFnGo
src/host-go/main.cc:32
Function
defaultOutFnJava
src/host-java/main.cc:32
Function
defaultOutFnJs
src/host-js/main.cc:32
Function
defaultOutFnJulia
* Julia */
src/host-julia/main.cc:31
Function
defaultOutFnOCaml
* OCaml */
src/host-ocaml/main.cc:31
Function
defaultOutFnRuby
src/host-ruby/main.cc:35
Function
defaultOutFnRust
* Rust */
src/host-rust/main.cc:31
Method
depthFirstOrdering
src/fsmbase.cc:698
Method
detachFromInList
src/fsmattach.cc:109
Method
detachState
Detach a state from the graph. Detaches and deletes transitions in and out * of the state. Empties inList and outList. Removes the state from the fin
src/fsmattach.cc:255
Method
doUnion
Union worker used by union, set diff (subtract) and intersection. */
src/fsmgraph.cc:363
Method
dotFsm
src/fsmgraph.cc:177
Method
dotStarFsm
src/fsmgraph.cc:184
Function
dude
()
grammar/python/input.py:4
Method
dupCondTrans
Duplicate a transition. Makes a new transition that is attached to the same * dest as srcTrans. The new transition has functions and priority taken f
src/fsmattach.cc:426
Method
dupTrans
Duplicate a transition. Makes a new transition that is attached to the same * dest as srcTrans. The new transition has functions and priority taken f
src/fsmattach.cc:387
Method
dupTransData
src/fsmattach.cc:369
Method
duplicateInclude
An approximate check for duplicate includes. Due to aliasing of files it's * possible for duplicates to creep in. */
src/parsedata.cc:565
Method
elimCondBits
src/fsmmin.cc:800
Method
eliminateNfaActions
src/longest.cc:423
Method
embedCondition
src/fsmcond.cc:416
Method
emitCharClassIfElseIf
src/asm.cc:1084
Method
emitCharClassJumpTable
src/asm.cc:1094
Method
emitRangeBSearch
src/asm.cc:927
Method
emitSingleIfElseIf
src/asm.cc:869
Method
emitSingleJumpTable
src/asm.cc:883
Method
emptyFsm
Construct a machine that matches nothing at all. A new machine will be * made with only one state. It will not be final. */
src/fsmgraph.cc:320
Method
epsilonFillEptVectFrom
Fill epsilon vectors in a root state from a given starting point. Epmploys * a depth first search through the graph of epsilon transitions. */
src/fsmgraph.cc:415
Method
epsilonOp
src/fsmgraph.cc:1126
Function
escapeLineDirectivePath
src/inputdata.cc:679
Method
exactRepeatOp
src/fsmgraph.cc:751
Method
expandCondKeys
src/fsmcond.cc:41
Method
expandCondSpace
src/fsmcond.cc:166
Method
expandConds
src/fsmcond.cc:91
Function
f
grammar/c++/input.cc:146
Method
f
grammar/c++/input.cc:150
Method
fillAbort
src/fsmgraph.cc:1550
Method
fillGaps
src/fsmap.cc:329
Method
fillInStates
src/fsmgraph.cc:1570
Method
fillNameIndex
Walk a name tree starting at from and fill the name index. */
src/parsedata.cc:893
Method
findFinalActionRefs
src/gendata.cc:1272
Method
findMaxKey
src/gendata.cc:1230
Method
findName
src/parsetree.cc:349
Method
finish
src/codegen.cc:339
Method
finishAnalyze
src/codegen.cc:111
Method
finishGenerate
src/codegen.cc:272
Method
finishTransList
src/gendata.cc:1087
Method
flushRemaining
src/inputdata.cc:387
Method
freeEffectiveTrans
src/fsmattach.cc:619
Method
fsmAttachStates
src/fsmattach.cc:442
Function
function
grammar/c++/input.cc:94
Method
fuseEquivStates
Fuse src into dest because they have been deemed equivalent states. * Involves moving transitions into src to go into dest and invoking * callbacks.
src/fsmmin.cc:666
Method
fusePartitions
src/fsmmin.cc:717
← previous
next →
501–600 of 908, ranked by callers