Home
last modified time | relevance | path

Searched refs:PT_RETURNTYPE (Results 1 – 14 of 14) sorted by relevance

/dports/biology/sra-tools/sra-tools-2.11.0/ncbi-vdb/libs/schema/
H A Dschema-ast-tokens.h128 PT_RETURNTYPE = 337, enumerator
H A Dschema-tokens.h128 PT_RETURNTYPE = 337, enumerator
H A Dschema-ast.y161 %token PT_RETURNTYPE
387 : PT_RETURNTYPE '(' KW_void ')' { $$ = new AST (); }
388 | PT_RETURNTYPE '(' type_expr ')' { $$ = $3; }
H A Dschema-grammar.y235 %token PT_RETURNTYPE
468 : KW_void { $$ . subtree = MakeTree ( PT_RETURNTYPE, T ( $1 ) ); }
469 | type_expr_1_0 { $$ . subtree = MakeTree ( PT_RETURNTYPE, P ( $1 ) ); }
H A Dschema-grammar.cpp287 PT_RETURNTYPE = 337, enumerator
4619 { (yyval) . subtree = MakeTree ( PT_RETURNTYPE, T ( (yyvsp[0]) ) ); } in yyparse()
4625 { (yyval) . subtree = MakeTree ( PT_RETURNTYPE, P ( (yyvsp[0]) ) ); } in yyparse()
H A Dschema-ast.cpp209 PT_RETURNTYPE = 337, enumerator
/dports/biology/ncbi-vdb/ncbi-vdb-2.11.0/libs/schema/
H A Dschema-ast-tokens.h128 PT_RETURNTYPE = 337, enumerator
H A Dschema-tokens.h128 PT_RETURNTYPE = 337, enumerator
H A Dschema-ast.y161 %token PT_RETURNTYPE
387 : PT_RETURNTYPE '(' KW_void ')' { $$ = new AST (); }
388 | PT_RETURNTYPE '(' type_expr ')' { $$ = $3; }
H A Dschema-grammar.y235 %token PT_RETURNTYPE
468 : KW_void { $$ . subtree = MakeTree ( PT_RETURNTYPE, T ( $1 ) ); }
469 | type_expr_1_0 { $$ . subtree = MakeTree ( PT_RETURNTYPE, P ( $1 ) ); }
H A Dschema-grammar.cpp287 PT_RETURNTYPE = 337, enumerator
4619 { (yyval) . subtree = MakeTree ( PT_RETURNTYPE, T ( (yyvsp[0]) ) ); } in yyparse()
4625 { (yyval) . subtree = MakeTree ( PT_RETURNTYPE, P ( (yyvsp[0]) ) ); } in yyparse()
H A Dschema-ast.cpp209 PT_RETURNTYPE = 337, enumerator
/dports/biology/sra-tools/sra-tools-2.11.0/ncbi-vdb/test/schema/
H A DAST_Fixture.cpp104 case_ ( PT_RETURNTYPE ); in PrintTree()
/dports/biology/ncbi-vdb/ncbi-vdb-2.11.0/test/schema/
H A DAST_Fixture.cpp104 case_ ( PT_RETURNTYPE ); in PrintTree()