Home
last modified time | relevance | path

Searched defs:emit (Results 1 – 3 of 3) sorted by relevance

/build/soong/mk2rbc/
Dnode.go27 emit(ctx *generationContext) methodSpec
35 func (c *commentNode) emit(gctx *generationContext) { func
135 func (inn *inheritNode) emit(gctx *generationContext) { func
165 func (inn *includeNode) emit(gctx *generationContext) { func
201 func (asgn *assignmentNode) emit(gctx *generationContext) { func
234 func (exn *exprNode) emit(gctx *generationContext) { func
244 func (in *ifNode) emit(gctx *generationContext) { func
258 func (br *elseNode) emit(gctx *generationContext) { func
270 func (cb *switchCase) emit(gctx *generationContext) { func
293 func (ssw *switchNode) emit(gctx *generationContext) { func
[all …]
Dexpr.go48 func (s *stringLiteralExpr) emit(gctx *generationContext) { func
73 func (s *intLiteralExpr) emit(gctx *generationContext) { func
98 func (b *boolLiteralExpr) emit(gctx *generationContext) { func
125 func (g *globalsExpr) emit(gctx *generationContext) { func
182 func (xi *interpolateExpr) emit(gctx *generationContext) { func
245 func (v *variableRefExpr) emit(gctx *generationContext) { func
272 func (s *toStringExpr) emit(ctx *generationContext) { func
317 func (n *notExpr) emit(ctx *generationContext) { func
344 func (eq *eqExpr) emit(gctx *generationContext) { func
382 func (l *listExpr) emit(gctx *generationContext) { func
[all …]
Dmk2rbc.go283 func (gctx *generationContext) emit() string { func