MCPcopy Create free account

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

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

Methodclear
test/ragel.d/buffer.h:50
Methodclear
test/ragel.d/cppscan1.h:64
Methodclear
src/buffer.h:49
MethodcloseOutput
src/inputdata.cc:260
MethodcollectReferences
src/gendata.cc:1634
Methodcompare
src/inputdata.h:131
Methodcompare
src/parsedata.cc:765
Methodcompare
src/redfsm.cc:517
MethodcompareCondBitElim
src/fsmap.cc:1053
MethodcompareCondData
src/fsmap.cc:1029
MethodcompareCondListBitElim
src/fsmap.cc:948
MethodcompareCondPartPtr
src/fsmstate.cc:514
MethodcompareFullPtr
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
MethodcomparePart
src/fsmstate.cc:460
MethodcomparePrior
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
MethodcompareStateData
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
MethodcompareTransData
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
MethodcompareTransDataPtr
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
MethodcompareTransPartPtr
Compare target partitions. Either pointer may be null. */
src/fsmstate.cc:503
MethodconcatFsm
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
MethodconcatFsmCI
Case insensitive version of concatFsm. */
src/fsmgraph.cc:96
MethodconcatOp
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
MethodcondCost
src/fsmgraph.cc:1702
MethodcondCostFromState
src/fsmgraph.cc:1634
MethodcondCostSearch
Returns either success (using supplied fsm), or some error condition. */
src/fsmgraph.cc:1690
MethodcondPlus
src/fsmgraph.cc:1829
MethodcondSpaceItem
src/gendata.cc:1215
MethodcondStar
src/fsmgraph.cc:1874
MethodconvertToCondAp
src/fsmcond.cc:283
MethodconvertToTransAp
src/fsmcond.cc:263
MethodcopyStateForExpansion
src/fsmcond.cc:183
MethodcopyTransForExpansion
src/fsmattach.cc:574
MethodcountAndWrite
src/common.cc:142
FunctioncountTransitions
Count the transitions in the fsm by walking the state list. */
src/parsedata.cc:90
MethodcreateBuiltin
src/parsedata.cc:938
MethodcreateMachine
src/gendata.cc:979
MethodcreateNfaActions
src/idbase.cc:254
MethodcreateOutputStream
src/inputdata.cc:116
MethodcrossCondTransitions
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
MethodcrossTransitions
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
MethodcrossTransitionsBothPlain
src/fsmattach.cc:631
MethoddefaultHistogram
src/inputdata.cc:1139
FunctiondefaultOutFnAsm
* ASM */
src/common.cc:75
FunctiondefaultOutFnC
src/common.cc:34
FunctiondefaultOutFnCSharp
src/host-csharp/main.cc:32
FunctiondefaultOutFnCrack
* Crack */
src/host-crack/main.cc:31
FunctiondefaultOutFnD
src/host-d/main.cc:32
FunctiondefaultOutFnGo
src/host-go/main.cc:32
FunctiondefaultOutFnJava
src/host-java/main.cc:32
FunctiondefaultOutFnJs
src/host-js/main.cc:32
FunctiondefaultOutFnJulia
* Julia */
src/host-julia/main.cc:31
FunctiondefaultOutFnOCaml
* OCaml */
src/host-ocaml/main.cc:31
FunctiondefaultOutFnRuby
src/host-ruby/main.cc:35
FunctiondefaultOutFnRust
* Rust */
src/host-rust/main.cc:31
MethoddepthFirstOrdering
src/fsmbase.cc:698
MethoddetachFromInList
src/fsmattach.cc:109
MethoddetachState
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
MethoddoUnion
Union worker used by union, set diff (subtract) and intersection. */
src/fsmgraph.cc:363
MethoddotFsm
src/fsmgraph.cc:177
MethoddotStarFsm
src/fsmgraph.cc:184
Functiondude
()
grammar/python/input.py:4
MethoddupCondTrans
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
MethoddupTrans
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
MethoddupTransData
src/fsmattach.cc:369
MethodduplicateInclude
An approximate check for duplicate includes. Due to aliasing of files it's * possible for duplicates to creep in. */
src/parsedata.cc:565
MethodelimCondBits
src/fsmmin.cc:800
MethodeliminateNfaActions
src/longest.cc:423
MethodembedCondition
src/fsmcond.cc:416
MethodemitCharClassIfElseIf
src/asm.cc:1084
MethodemitCharClassJumpTable
src/asm.cc:1094
MethodemitRangeBSearch
src/asm.cc:927
MethodemitSingleIfElseIf
src/asm.cc:869
MethodemitSingleJumpTable
src/asm.cc:883
MethodemptyFsm
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
MethodepsilonFillEptVectFrom
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
MethodepsilonOp
src/fsmgraph.cc:1126
FunctionescapeLineDirectivePath
src/inputdata.cc:679
MethodexactRepeatOp
src/fsmgraph.cc:751
MethodexpandCondKeys
src/fsmcond.cc:41
MethodexpandCondSpace
src/fsmcond.cc:166
MethodexpandConds
src/fsmcond.cc:91
Functionf
grammar/c++/input.cc:146
Methodf
grammar/c++/input.cc:150
MethodfillAbort
src/fsmgraph.cc:1550
MethodfillGaps
src/fsmap.cc:329
MethodfillInStates
src/fsmgraph.cc:1570
MethodfillNameIndex
Walk a name tree starting at from and fill the name index. */
src/parsedata.cc:893
MethodfindFinalActionRefs
src/gendata.cc:1272
MethodfindMaxKey
src/gendata.cc:1230
MethodfindName
src/parsetree.cc:349
Methodfinish
src/codegen.cc:339
MethodfinishAnalyze
src/codegen.cc:111
MethodfinishGenerate
src/codegen.cc:272
MethodfinishTransList
src/gendata.cc:1087
MethodflushRemaining
src/inputdata.cc:387
MethodfreeEffectiveTrans
src/fsmattach.cc:619
MethodfsmAttachStates
src/fsmattach.cc:442
Functionfunction
grammar/c++/input.cc:94
MethodfuseEquivStates
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
MethodfusePartitions
src/fsmmin.cc:717
← previousnext →501–600 of 908, ranked by callers