MCPcopy Create free account

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

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

↓ 2 callersFunctiontranslatedHostData
src/idbase.cc:324
↓ 2 callersMethodunsetAllFinStates
src/fsmbase.cc:614
↓ 2 callersMethodunsetObsoleteEntries
src/parsedata.cc:651
↓ 1 callersFunctionadd_to_dict
( dict, utf8val )
grammar/go/utf8pat.rb:51
↓ 1 callersMethodallEOFAction
Set EOF actions in all states where there is a transition out. */
src/fsmap.cc:607
↓ 1 callersMethodallFromStateAction
src/fsmap.cc:719
↓ 1 callersMethodallToStateAction
Set to state actions in all states. */
src/fsmap.cc:664
↓ 1 callersMethodallTransAction
Set functions to execute on all transitions. Walks the out lists of all * states. */
src/fsmap.cc:271
↓ 1 callersMethodallTransCondition
src/fsmap.cc:1185
↓ 1 callersMethodanalyzeGraph
src/idbase.cc:170
↓ 1 callersMethodassignActionLocs
src/redfsm.cc:555
↓ 1 callersFunctionbuild_range
( start, stop )
contrib/unicode2ragel.rb:169
↓ 1 callersMethodcheck
Check a single option. Returns the index of the next parameter. Sets p to * the arg character if valid, 0 otherwise. Sets parg to the parameter arg
src/inputdata.cc:705
↓ 1 callersFunctioncheckLitOptions
Read string literal (and regex) options and return the true end. */
src/parsetree.cc:42
↓ 1 callersMethodclearAllPriorities
Remove all priorities. */
src/fsmap.cc:797
↓ 1 callersMethodcompressTransitions
Merge neighboring transitions that go to the same state and have the same * transitions data. */
src/fsmmin.cc:755
↓ 1 callersFunctioncount_codepoints
( code )
contrib/unicode2ragel.rb:229
↓ 1 callersMethoddetachStateDict
src/fsmattach.cc:48
↓ 1 callersMethoddeterministicEntry
Used near the end of an fsm construction. Any labels that are still around * are referenced only by gotos and calls and they need to be made into *
src/fsmgraph.cc:575
↓ 1 callersMethoddoEmbedCondition
src/fsmcond.cc:328
↓ 1 callersFunctioneach_alpha
( url, property )
contrib/unicode2ragel.rb:55
↓ 1 callersMethodepsilonTrans
Assigning an epsilon transition into final states. */
src/fsmbase.cc:464
↓ 1 callersMethodfinalEOFAction
Set EOF actions in final states. */
src/fsmap.cc:615
↓ 1 callersMethodfinalFromStateAction
src/fsmap.cc:726
↓ 1 callersMethodfinalToStateAction
Set to state actions in final states. */
src/fsmap.cc:672
↓ 1 callersMethodfinalizeInstance
src/idbase.cc:31
↓ 1 callersMethodfinalizeNfaRound
src/fsmnfa.cc:74
↓ 1 callersFunctionfindAlphTypeInternal
src/common.cc:132
↓ 1 callersMethodfindFirstFinState
Find the final state with the lowest id. */
src/redfsm.cc:547
↓ 1 callersMethodfinishFsmAction
Specify functions to execute upon entering final states. If the start state * is final we can't really specify a function to execute upon entering th
src/fsmap.cc:295
↓ 1 callersMethodgenAnalysis
src/asm.cc:79
↓ 1 callersMethodgenerateReduced
src/inputdata.cc:199
↓ 1 callersMethodgenerateXML
src/parsedata.cc:1468
↓ 1 callersMethodglobOp
src/fsmgraph.cc:541
↓ 1 callersMethodhasErrorTrans
src/fsmbase.cc:839
↓ 1 callersFunctionisAbsolutePath
src/parsedata.cc:501
↓ 1 callersMethodisStartStateIsolated
Determine if there are any entry points into a start state other than the * start state. Setting starting transitions requires that the start state b
src/fsmbase.cc:589
↓ 1 callersFunctionis_valid?
( range, desc, codes )
contrib/unicode2ragel.rb:243
↓ 1 callersMethodleaveFsmAction
Add functions to any future out transitions that may be made going out of * this state machine. */
src/fsmap.cc:309
↓ 1 callersMethodlongMatchAction
Add functions to the longest match action table for constructing scanners. */
src/fsmap.cc:317
↓ 1 callersMethodmake
src/gendata.cc:866
↓ 1 callersFunctionmakeBuiltin
Make a builtin type. Depends on the signed nature of the alphabet type. */
src/parsedata.cc:254
↓ 1 callersMethodmakeFlatClass
src/redfsm.cc:830
↓ 1 callersFunctionmakeFsmKeyDec
src/parsedata.cc:123
↓ 1 callersFunctionmakeFsmUniqueKeyArray
Like makeFsmKeyArray except the result has only unique keys. They ordering * will be changed. */
src/parsedata.cc:219
↓ 1 callersMethodmakeIncludePathChecks
src/parsedata.cc:517
↓ 1 callersMethodmakeNameTree
Build the name tree and supporting data structures. */
src/parsedata.cc:913
↓ 1 callersFunctionmerge
( dict )
grammar/go/utf8pat.rb:85
↓ 1 callersMethodmiddleEOFAction
Set EOF actions in the states that have transitions into a final state. */
src/fsmap.cc:639
↓ 1 callersMethodmiddleFromStateAction
src/fsmap.cc:749
↓ 1 callersMethodmiddleToStateAction
Set to state actions in states that are not final and not the start state. */
src/fsmap.cc:696
↓ 1 callersMethodminimizeApproximate
* \brief Minmimize by an approximation. * * Repeatedly tries to find states with transitions out to the same set of * states on the same set of key
src/fsmmin.cc:521
↓ 1 callersMethodminimizePartition1
* \brief Minimize by partitioning version 1. * * Repeatedly tries to split partitions until all partitions are unsplittable. * Produces the most mi
src/fsmmin.cc:107
↓ 1 callersMethodminimizeStable
* \brief Minimize by pair marking. * * Decides if each pair of states is distinct or not. Uses O(n^2) memory and * should only be used on small gra
src/fsmmin.cc:445
↓ 1 callersMethodmoveSelectTransToSingle
Move ranges to the singles list if it means we can extend some ranges, or if * the spans are of length one. */
src/redfsm.cc:595
↓ 1 callersMethodnfaFillInStates
src/fsmnfa.cc:32
↓ 1 callersMethodnfaMergeStates
src/fsmnfa.cc:107
↓ 1 callersMethodnotFinalEOFAction
src/fsmap.cc:630
↓ 1 callersMethodnotFinalFromStateAction
src/fsmap.cc:741
↓ 1 callersMethodnotFinalToStateAction
src/fsmap.cc:687
↓ 1 callersMethodnotStartEOFAction
src/fsmap.cc:622
↓ 1 callersMethodnotStartFromStateAction
src/fsmap.cc:733
↓ 1 callersMethodnotStartToStateAction
src/fsmap.cc:679
↓ 1 callersMethodnullActionKeys
Zeros out the function ordering keys. This may be called before minimization * when it is known that no more fsm operations are going to be done. Th
src/fsmap.cc:824
↓ 1 callersFunctionopenHostBlock
src/gendata.cc:40
↓ 1 callersFunctionopenSingleIndent
src/common.cc:164
↓ 1 callersMethodoverStateLimit
src/fsmgraph.cc:1540
↓ 1 callersFunctionprepareHexString
src/parsetree.cc:99
↓ 1 callersFunctionprepareLitString
Convert the literal string which comes in from the scanner into an array of * characters with escapes and options interpreted. Also null terminates t
src/parsetree.cc:62
↓ 1 callersMethodprepareReduction
src/idbase.cc:302
↓ 1 callersFunctionprint_level
( level, dict )
grammar/go/utf8pat.rb:109
↓ 1 callersMethodreduceFile
src/reducer.cc:198
↓ 1 callersMethodremoveActionDups
Remove duplicates from action lists. This operates only on transition and * eof action lists and so should be called once all actions have been * tr
src/fsmgraph.cc:1930
↓ 1 callersMethodresetNameScope
src/parsedata.cc:642
↓ 1 callersMethodresolveFrom
src/parsedata.cc:701
↓ 1 callersMethodresolvePart
src/parsedata.cc:669
↓ 1 callersFunctionresultWrite
src/parsedata.cc:1189
↓ 1 callersMethodsetAlphType
Set the alphabet type. If the types are not valid returns false. */
src/parsedata.cc:971
↓ 1 callersMethodsetErrorActions
src/fsmap.cc:445
↓ 1 callersMethodsetStateNumbers
src/fsmbase.cc:772
↓ 1 callersMethodshouldMark
Compare class for the sort that does the partitioning. */
src/fsmstate.cc:422
↓ 1 callersMethodsortStatesByFinal
Stable sort the states by final state status. */
src/redfsm.cc:477
↓ 1 callersMethodstartEOFAction
Set EOF actions in the start state. */
src/fsmap.cc:595
↓ 1 callersMethodstartToStateAction
Set to state actions in the start state. */
src/fsmap.cc:653
↓ 1 callersFunctionto_ucs4
( range )
contrib/unicode2ragel.rb:87
↓ 1 callersFunctionto_utf8
( range )
contrib/unicode2ragel.rb:218
↓ 1 callersMethodtransferOutActions
src/fsmap.cc:514
↓ 1 callersMethodtransferOutData
src/fsmgraph.cc:331
↓ 1 callersMethodtryOpenInclude
src/parsedata.cc:472
↓ 1 callersMethodunsetEntry
Remove the association of an id with a state. The state looses it's entry * point status. Assumes that the id is indeed mapped to state. */
src/fsmbase.cc:356
↓ 1 callersMethodunsetFinBits
src/fsmbase.cc:627
↓ 1 callersMethodunsetIncompleteFinals
Unset any final states that are no longer to be final due to final bits. */
src/fsmgraph.cc:638
↓ 1 callersMethodunsetKilledFinals
Unset any final states that are no longer to be final due to final bits. */
src/fsmgraph.cc:618
↓ 1 callersFunctionutf8_enc
( n )
grammar/go/utf8pat.rb:27
↓ 1 callersFunctionutf8_ranges
( range )
contrib/unicode2ragel.rb:156
↓ 1 callersMethodwriteStatement
src/gendata.cc:1650
↓ 1 callersMethodwriteXML
src/xml.cc:645
↓ 1 callersFunctionxmlEscapeHost
src/xml.cc:474
MethodACCESS
src/codegen.cc:405
MethodACCESS
src/asm.cc:116
← previousnext →101–200 of 908, ranked by callers