Searched refs:gimple_parser (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c/ |
H A D | gimple-parser.c | 70 class gimple_parser 73 gimple_parser (c_parser *p) : parser (p), edges(), current_bb(NULL) {} in gimple_parser() function 95 gimple_parser::push_edge (int src, int dest, int flags, in push_edge() 108 static bool c_parser_gimple_compound_statement (gimple_parser &, gimple_seq *); 109 static void c_parser_gimple_label (gimple_parser &, gimple_seq *); 110 static void c_parser_gimple_statement (gimple_parser &, gimple_seq *); 111 static struct c_expr c_parser_gimple_binary_expression (gimple_parser &); 112 static struct c_expr c_parser_gimple_unary_expression (gimple_parser &); 113 static struct c_expr c_parser_gimple_postfix_expression (gimple_parser &); 115 (gimple_parser &, location_t, struct c_expr); [all …]
|
/netbsd-src/external/gpl3/gcc/dist/gcc/c/ |
H A D | gimple-parser.cc | 70 class gimple_parser class 73 gimple_parser (c_parser *p) : parser (p), edges(), current_bb(NULL) {} in gimple_parser() function in gimple_parser 95 gimple_parser::push_edge (int src, int dest, int flags, in push_edge() 108 static bool c_parser_gimple_compound_statement (gimple_parser &, gimple_seq *); 109 static void c_parser_gimple_label (gimple_parser &, gimple_seq *); 110 static void c_parser_gimple_statement (gimple_parser &, gimple_seq *); 111 static struct c_expr c_parser_gimple_binary_expression (gimple_parser &); 112 static struct c_expr c_parser_gimple_unary_expression (gimple_parser &); 113 static struct c_expr c_parser_gimple_postfix_expression (gimple_parser &); 115 (gimple_parser &, location_t, struct c_expr); [all …]
|
H A D | ChangeLog | 2271 * gimple-parser.c (struct gimple_parser): Add probability. 2273 (gimple_parser::push_edge): Add new argument probability. 2351 (struct gimple_parser): New. 2352 (gimple_parser::push_edge): New method. 2357 Build a gimple_parser parsing state and pass it along.
|