Home
last modified time | relevance | path

Searched refs:PT_NEGATE (Results 1 – 15 of 15) sorted by relevance

/dports/biology/sra-tools/sra-tools-2.11.0/ncbi-vdb/libs/schema/
H A Dschema-ast-tokens.h170 PT_NEGATE = 379, enumerator
H A Dschema-tokens.h170 PT_NEGATE = 379, enumerator
H A Dschema-ast.y203 %token PT_NEGATE
255 %type <tok> PT_NEGATE PT_CASTEXPR '@' KW_control PT_SCHEMA_2_0
777 : PT_NEGATE '(' '-' expr ')' { $$ = new AST_Expr ( $1 ); $$ -> AddNode ( $4 ); }
H A DAST.cpp652 assert ( GetTokenType () == PT_NEGATE ); in MakeNegate()
1086 case PT_NEGATE: in MakeExpression()
H A Dschema-grammar.y277 %token PT_NEGATE
814 | '-' expression_1_0 { $$ . subtree = MakeTree ( PT_NEGATE, T ( $1 ), P ( $2 ) ); }
H A Dschema-grammar.cpp329 PT_NEGATE = 379, enumerator
5357 { (yyval) . subtree = MakeTree ( PT_NEGATE, T ( (yyvsp[-1]) ), P ( (yyvsp[0]) ) ); } in yyparse()
H A Dschema-ast.cpp251 PT_NEGATE = 379, enumerator
/dports/biology/ncbi-vdb/ncbi-vdb-2.11.0/libs/schema/
H A Dschema-ast-tokens.h170 PT_NEGATE = 379, enumerator
H A Dschema-tokens.h170 PT_NEGATE = 379, enumerator
H A Dschema-ast.y203 %token PT_NEGATE
255 %type <tok> PT_NEGATE PT_CASTEXPR '@' KW_control PT_SCHEMA_2_0
777 : PT_NEGATE '(' '-' expr ')' { $$ = new AST_Expr ( $1 ); $$ -> AddNode ( $4 ); }
H A DAST.cpp652 assert ( GetTokenType () == PT_NEGATE ); in MakeNegate()
1086 case PT_NEGATE: in MakeExpression()
H A Dschema-grammar.y277 %token PT_NEGATE
814 | '-' expression_1_0 { $$ . subtree = MakeTree ( PT_NEGATE, T ( $1 ), P ( $2 ) ); }
H A Dschema-grammar.cpp329 PT_NEGATE = 379, enumerator
5357 { (yyval) . subtree = MakeTree ( PT_NEGATE, T ( (yyvsp[-1]) ), P ( (yyvsp[0]) ) ); } in yyparse()
H A Dschema-ast.cpp251 PT_NEGATE = 379, enumerator
/dports/graphics/imageworsener/imageworsener-1.3.4/src/
H A Dimagew-cmd.c2073 PT_WEBPQUALITY, PT_ZIPCMPRLEVEL, PT_INTERLACE, PT_COLORTYPE, PT_NEGATE, enumerator
2187 {"negate",PT_NEGATE,0}, in process_option_name()
2264 case PT_NEGATE: in process_option_name()