Home
last modified time | relevance | path

Searched refs:SLASHSLASH (Results 1 – 5 of 5) sorted by relevance

/external/starlark-go/syntax/
Dscan.go45 SLASHSLASH // // const
130 SLASHSLASH: "//",
783 return SLASHSLASH
Dparse.go638 {STAR, PERCENT, SLASH, SLASHSLASH}, // * % / //
/external/starlark-go/internal/compile/
Dcompile.go83 SLASHSLASH const
214 SLASHSLASH: "slashslash",
287 SLASHSLASH: -1,
1605 case syntax.SLASHSLASH:
1606 fcomp.emit(SLASHSLASH)
/external/starlark-go/starlark/
Dinterp.go157 compile.SLASHSLASH,
Deval.go888 case syntax.SLASHSLASH: