Searched refs:isexpr (Results 1 – 4 of 4) sorted by relevance
233 .. function:: isexpr(st)246 This function mirrors :func:`isexpr` in that it reports whether an ST object248 assume that this function is equivalent to ``not isexpr(st)``, as additional303 .. method:: ST.isexpr()305 Same as ``isexpr(st)``.
235 .. function:: isexpr(ast)248 This function mirrors :func:`isexpr` in that it reports whether an ST object250 assume that this function is equivalent to ``not isexpr(ast)``, as additional305 .. method:: ST.isexpr()307 Same as ``isexpr(st)``.
207 #define isexpr(n) ((n)->ntype == NEXPR) macro
170 if (isexpr(a)) in execute()