Home
last modified time | relevance | path

Searched refs:buildBoxAbstr (Results 1 – 5 of 5) sorted by relevance

/dports/audio/faust/faust-2.37.3/compiler/parser/
H A Dsourcereader.cpp145 return buildBoxAbstr(args, body); in makeDefinition()
H A Dfaustparser.y563 { $$ = buildBoxAbstr($3,$7); }
H A Dfaustparser.cpp2914 { (yyval.exp) = buildBoxAbstr((yyvsp[(3) - (8)].exp),(yyvsp[(7) - (8)].exp)); ;}
/dports/audio/faust/faust-2.37.3/compiler/boxes/
H A Dboxes.hh161 Tree buildBoxAbstr(Tree x, Tree y);
H A Dboxes.cpp326 Tree buildBoxAbstr(Tree largs, Tree body) in buildBoxAbstr() function
331 return buildBoxAbstr(tl(largs), boxAbstr(hd(largs), body)); in buildBoxAbstr()