Home
last modified time | relevance | path

Searched refs:node32 (Results 1 – 2 of 2) sorted by relevance

/external/boringssl/src/util/fipstools/
Ddelocate.go44 ast *node32
86 func (d *delocation) contents(node *node32) string {
91 func (d *delocation) writeNode(node *node32) {
97 func (d *delocation) writeCommentedNode(node *node32) {
104 func locateError(err error, with *node32, in inputFile) error { argument
117 var origStatement *node32
164 func (d *delocation) processDirective(statement, directive *node32) (*node32, error) {
169 forEachPath(directive, func(arg *node32) {
259 func (d *delocation) processLabelContainingDirective(statement, directive *node32) (*node32, error)…
310 func (d *delocation) processLabel(statement, label *node32) (*node32, error) {
[all …]
Ddelocate.peg.go110 type node32 struct { struct
112 up, next *node32 argument
115 func (node *node32) print(pretty bool, buffer string) { argument
116 var print func(node *node32, depth int)
117 print = func(node *node32, depth int) {
138 func (node *node32) Print(buffer string) { argument
142 func (node *node32) PrettyPrint(buffer string) { argument
160 func (t *tokens32) AST() *node32 {
162 node *node32
171 node := &node32{token32: token}