Home
last modified time | relevance | path

Searched refs:parse_result (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/gpl2/groff/dist/src/preproc/refer/
H A Dlabel.y218 static expression *parse_result; variable
253 { parse_result = ($1 ? new analyzed_expr($1) : 0); }
470 parsed_label = parse_result; in set_label_spec()
482 parsed_date_label = parse_result; in set_date_label_spec()
494 parsed_short_label = parse_result; in set_short_label_spec()
/netbsd-src/external/bsd/kyua-cli/dist/store/
H A Dtransaction.cpp207 parse_result(sqlite::statement& stmt, const char* type_column, in parse_result() function
509 return parse_result(_pimpl->_stmt, "result_type", "result_reason"); in result()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dgenmatch.cc4025 operand *parse_result (operand *, predicate_id *);
4562 parser::parse_result (operand *result, predicate_id *matcher) in parse_result() function in parser
4576 ife->trueexpr = parse_result (result, matcher); in parse_result()
4578 ife->falseexpr = parse_result (result, matcher); in parse_result()
4586 ife->falseexpr = parse_result (result, matcher); in parse_result()
4608 withe->subexpr = parse_result (result, matcher); in parse_result()
4621 ife->trueexpr = parse_result (result, matcher); in parse_result()
4640 ife->trueexpr = parse_result (result, matcher); in parse_result()
4648 ife->falseexpr = parse_result (result, matcher); in parse_result()
4735 operand *tem = parse_result (result, matcher); in parse_simplify()
H A DChangeLog-201522244 * genmatch.c (parser::parse_result): Properly handle
23260 (parser::parse_result): Parse new switch statement.
23533 (parser::parse_result): New function.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dgenmatch.c3968 operand *parse_result (operand *, predicate_id *);
4496 parser::parse_result (operand *result, predicate_id *matcher) in parse_result() function
4510 ife->trueexpr = parse_result (result, matcher); in parse_result()
4512 ife->falseexpr = parse_result (result, matcher); in parse_result()
4520 ife->falseexpr = parse_result (result, matcher); in parse_result()
4542 withe->subexpr = parse_result (result, matcher); in parse_result()
4555 ife->trueexpr = parse_result (result, matcher); in parse_result()
4574 ife->trueexpr = parse_result (result, matcher); in parse_result()
4582 ife->falseexpr = parse_result (result, matcher); in parse_result()
4669 operand *tem = parse_result (result, matcher); in parse_simplify()