Searched refs:test_expression (Results 1 – 4 of 4) sorted by relevance
25 __int128 test_expression(_Atomic __int128 *addr) { in test_expression() function
835 test_expression->print(); in print()842 ast_switch_statement::ast_switch_statement(ast_expression *test_expression, in ast_switch_statement() argument845 this->test_expression = test_expression; in ast_switch_statement()
727 ast_switch_statement(ast_expression *test_expression,734 ast_expression *test_expression; variable
3533 ir_rvalue *const test_expression = in hir() local3534 this->test_expression->hir(instructions, state); in hir()3541 if (!test_expression->type->is_scalar() || in hir()3542 !test_expression->type->is_integer()) { in hir()3543 YYLTYPE loc = this->test_expression->get_location(); in hir()3613 test_expression->hir(instructions, in test_to_hir()