Home
last modified time | relevance | path

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

/dports/lang/gomacro/gomacro-2.7-304-g2f4dc7c/base/dep/
H A Dscope.go334 func (s *Scope) AstExpr(in ast2.Ast) []string { func
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/wasm/
H A DWasmAST.h36 class AstExpr; variable
221 AstExpr(AstExprKind kind, ExprType type) in AstExpr() function
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/wasm/
H A DWasmAST.h36 class AstExpr; variable
195 AstExpr(AstExprKind kind, ExprType type) : kind_(kind), type_(type) {} in AstExpr() function