Home
last modified time | relevance | path

Searched refs:tree_lconst_new (Results 1 – 3 of 3) sorted by path

/dports/graphics/nip2/nip2-8.7.1/src/
H A Dparse.y797 $$ = tree_lconst_new( current_compile, $1 );
1013 $$ = tree_lconst_new( current_compile, $1 );
H A Dtree.c164 ParseNode *else_node = tree_lconst_new( compile, e ); in tree_ifelse_new()
288 tree_lconst_new( Compile *compile, ParseNode *a ) in tree_lconst_new() function
H A Dtree.h181 ParseNode *tree_lconst_new( Compile *compile, ParseNode *s );