Home
last modified time | relevance | path

Searched refs:PT_COLDECL (Results 1 – 16 of 16) sorted by relevance

/dports/biology/sra-tools/sra-tools-2.11.0/ncbi-vdb/libs/schema/
H A Dschema-ast-tokens.h151 PT_COLDECL = 360, enumerator
H A Dschema-tokens.h151 PT_COLDECL = 360, enumerator
H A Dschema-ast.y184 %token PT_COLDECL
250 %type <tok> PT_NOHEADER KW_decode KW_encode KW___row_length PT_COLDECL PT_TYPEDCOL PT_TYPEEXPR
566 : PT_COLDECL '(' typespec typed_col ')' { $$ = new AST ( $1, $3, $4 ); }
567 | PT_COLDECL '(' phys_enc_ref typed_col ')' { $$ = new AST ( $1, $3, $4 ); }
H A Dschema-grammar.y258 %token PT_COLDECL
701 { $$ . subtree = MakeTree ( PT_COLDECL, P ( $1 ), P ( $2 ) ); }
703 { $$ . subtree = MakeTree ( PT_COLDECL, P ( $1 ), P ( $2 ) ); }
H A Dschema-grammar.cpp310 PT_COLDECL = 360, enumerator
5081 { (yyval) . subtree = MakeTree ( PT_COLDECL, P ( (yyvsp[-1]) ), P ( (yyvsp[0]) ) ); } in yyparse()
5087 { (yyval) . subtree = MakeTree ( PT_COLDECL, P ( (yyvsp[-1]) ), P ( (yyvsp[0]) ) ); } in yyparse()
H A DASTBuilder-tbl.cpp682 assert ( p_decl . GetTokenType () == PT_COLDECL ); in AddColumn()
H A Dschema-ast.cpp232 PT_COLDECL = 360, enumerator
/dports/biology/ncbi-vdb/ncbi-vdb-2.11.0/libs/schema/
H A Dschema-ast-tokens.h151 PT_COLDECL = 360, enumerator
H A Dschema-tokens.h151 PT_COLDECL = 360, enumerator
H A Dschema-ast.y184 %token PT_COLDECL
250 %type <tok> PT_NOHEADER KW_decode KW_encode KW___row_length PT_COLDECL PT_TYPEDCOL PT_TYPEEXPR
566 : PT_COLDECL '(' typespec typed_col ')' { $$ = new AST ( $1, $3, $4 ); }
567 | PT_COLDECL '(' phys_enc_ref typed_col ')' { $$ = new AST ( $1, $3, $4 ); }
H A Dschema-grammar.y258 %token PT_COLDECL
701 { $$ . subtree = MakeTree ( PT_COLDECL, P ( $1 ), P ( $2 ) ); }
703 { $$ . subtree = MakeTree ( PT_COLDECL, P ( $1 ), P ( $2 ) ); }
H A Dschema-grammar.cpp310 PT_COLDECL = 360, enumerator
5081 { (yyval) . subtree = MakeTree ( PT_COLDECL, P ( (yyvsp[-1]) ), P ( (yyvsp[0]) ) ); } in yyparse()
5087 { (yyval) . subtree = MakeTree ( PT_COLDECL, P ( (yyvsp[-1]) ), P ( (yyvsp[0]) ) ); } in yyparse()
H A DASTBuilder-tbl.cpp682 assert ( p_decl . GetTokenType () == PT_COLDECL ); in AddColumn()
H A Dschema-ast.cpp232 PT_COLDECL = 360, enumerator
/dports/biology/sra-tools/sra-tools-2.11.0/ncbi-vdb/test/schema/
H A DAST_Fixture.cpp120 case_ ( PT_COLDECL ); in PrintTree()
/dports/biology/ncbi-vdb/ncbi-vdb-2.11.0/test/schema/
H A DAST_Fixture.cpp120 case_ ( PT_COLDECL ); in PrintTree()