HomeSort by relevance Sort by last modified time
    Searched refs:pempty (Results 1 - 2 of 2) sorted by null

  /prebuilts/go/darwin-x86/src/cmd/yacc/
yacc.go 300 var pempty []int // vector of nonterminals nontrivially deriving e var
1591 pempty = make([]int, nnonter+1)
1593 // first, use the array pempty to detect productions that can never be reduced
1594 // set pempty to WHONOWS
1595 aryfil(pempty, nnonter+1, WHOKNOWS)
1602 if pempty[prd[0]-NTBASE] != 0 {
1607 if prd[p] >= NTBASE && pempty[prd[p]-NTBASE] == WHOKNOWS {
1613 pempty[prd[0]-NTBASE] = OK
    [all...]
  /prebuilts/go/linux-x86/src/cmd/yacc/
yacc.go 300 var pempty []int // vector of nonterminals nontrivially deriving e var
1591 pempty = make([]int, nnonter+1)
1593 // first, use the array pempty to detect productions that can never be reduced
1594 // set pempty to WHONOWS
1595 aryfil(pempty, nnonter+1, WHOKNOWS)
1602 if pempty[prd[0]-NTBASE] != 0 {
1607 if prd[p] >= NTBASE && pempty[prd[p]-NTBASE] == WHOKNOWS {
1613 pempty[prd[0]-NTBASE] = OK
    [all...]

Completed in 466 milliseconds