Home
last modified time | relevance | path

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

/external/boringssl/src/util/fipstools/delocate/
Ddelocate.go45 ast *node32
87 func (d *delocation) contents(node *node32) string {
92 func (d *delocation) writeNode(node *node32) {
98 func (d *delocation) writeCommentedNode(node *node32) {
105 func locateError(err error, with *node32, in inputFile) error { argument
118 var origStatement *node32
165 func (d *delocation) processDirective(statement, directive *node32) (*node32, error) {
170 forEachPath(directive, func(arg *node32) {
260 func (d *delocation) processLabelContainingDirective(statement, directive *node32) (*node32, error)…
311 func (d *delocation) processLabel(statement, label *node32) (*node32, error) {
[all …]
Ddelocate.peg.go114 type node32 struct { struct
116 up, next *node32 argument
119 func (node *node32) print(pretty bool, buffer string) { argument
120 var print func(node *node32, depth int)
121 print = func(node *node32, depth int) {
142 func (node *node32) Print(buffer string) { argument
146 func (node *node32) PrettyPrint(buffer string) { argument
164 func (t *tokens32) AST() *node32 {
166 node *node32
175 node := &node32{token32: token}