Home
last modified time | relevance | path

Searched refs:boxWithRecDef (Results 1 – 4 of 4) sorted by relevance

/dports/audio/faust/faust-2.37.3/compiler/boxes/
H A Dboxes.hh187 Tree boxWithRecDef(Tree body, Tree ldef);
H A Dboxes.cpp478 Tree boxWithRecDef(Tree body, Tree ldef) in boxWithRecDef() function
/dports/audio/faust/faust-2.37.3/compiler/parser/
H A Dfaustparser.y440 … | expression LETREC LBRAQ reclist RBRAQ { $$ = boxWithRecDef ($1,formatDefinitions($4)); }
H A Dfaustparser.cpp2449 …{ (yyval.exp) = boxWithRecDef ((yyvsp[(1) - (5)].exp),formatDefinitions((yyvsp[(4) - (5)].exp)));…