Home
last modified time | relevance | path

Searched refs:exprBool (Results 1 – 8 of 8) sorted by relevance

/dports/lang/gomacro/gomacro-2.7-304-g2f4dc7c/fast/
H A Dbinary_relops.gomacro184 return c.exprBool(fun)
207 return c.exprBool(fun)
230 return c.exprBool(fun)
253 return c.exprBool(fun)
H A Dbinary.go290 return c.exprBool(func(env *Env) bool {
294 return c.exprBool(func(env *Env) bool {
314 return c.exprBool(func(env *Env) bool {
320 return c.exprBool(func(env *Env) bool {
H A Dbinary_eqlneq.gomacro207 return c.exprBool(fun)
261 return c.exprBool(fun)
318 return c.exprBool(fun)
365 return c.exprBool(fun)
H A Dselect.go158 c2.DeclVar0(id1.Name, c.TypeOfBool(), c.exprBool(func(env *Env) bool {
187 c.SetPlace(place, token.ASSIGN, c.exprBool(func(env *Env) bool {
H A Dexpr1.go78 func (c *Comp) exprBool(fun func(env *Env) bool) *Expr { func
H A Dbinary_eqlneq.go528 return c.exprBool(fun)
1003 return c.exprBool(fun)
1064 return c.exprBool(fun)
1112 return c.exprBool(fun)
H A Dbinary_relops.go425 return c.exprBool(fun)
823 return c.exprBool(fun)
1221 return c.exprBool(fun)
1619 return c.exprBool(fun)
/dports/lang/smalltalk/smalltalk-3.2.5/packages/cpp/
H A DCPP.st690 | expr exprBool |
699 exprBool _ (expr evaluate) ~= 0.
700 "'if' print. exprBool printNl."
701 state _ PPState ignoring: exprBool not
702 handled: exprBool