Home
last modified time | relevance | path

Searched refs:test_expression (Results 1 – 4 of 4) sorted by relevance

/external/clang/test/CodeGen/
Dx86_64-atomic-128.c25 __int128 test_expression(_Atomic __int128 *addr) { in test_expression() function
/external/mesa3d/src/compiler/glsl/
Dast.h1161 ast_switch_statement(ast_expression *test_expression,
1168 ast_expression *test_expression; variable
Dglsl_parser_extras.cpp1569 test_expression->print(); in print()
1576 ast_switch_statement::ast_switch_statement(ast_expression *test_expression, in ast_switch_statement() argument
1579 this->test_expression = test_expression; in ast_switch_statement()
Dast_to_hir.cpp6651 ir_rvalue *const test_expression = in hir() local
6652 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()