Searched refs:isexpr (Results 1 – 4 of 4) sorted by relevance
232 .. function:: isexpr(st)245 This function mirrors :func:`isexpr` in that it reports whether an ST object247 assume that this function is equivalent to ``not isexpr(st)``, as additional302 .. method:: ST.isexpr()304 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)``.
191 #define isexpr(n) ((n)->ntype == NEXPR) macro
166 if (isexpr(a)) in execute()