Searched refs:test_expression (Results 1 – 4 of 4) sorted by relevance
25 __int128 test_expression(_Atomic __int128 *addr) { in test_expression() function
1161 ast_switch_statement(ast_expression *test_expression,1168 ast_expression *test_expression; variable
1569 test_expression->print(); in print()1576 ast_switch_statement::ast_switch_statement(ast_expression *test_expression, in ast_switch_statement() argument1579 this->test_expression = test_expression; in ast_switch_statement()
6651 ir_rvalue *const test_expression = in hir() local6652 this->test_expression->hir(instructions, state); in hir()6659 if (!test_expression->type->is_scalar() || in hir()6660 !test_expression->type->is_integer_32()) { in hir()6661 YYLTYPE loc = this->test_expression->get_location(); in hir()6771 test_expression->set_is_lhs(true); in test_to_hir()6773 ir_rvalue *const test_val = test_expression->hir(instructions, state); in test_to_hir()