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/glsl/
Dglsl_parser_extras.cpp835 test_expression->print(); in print()
842 ast_switch_statement::ast_switch_statement(ast_expression *test_expression, in ast_switch_statement() argument
845 this->test_expression = test_expression; in ast_switch_statement()
Dast.h727 ast_switch_statement(ast_expression *test_expression,
734 ast_expression *test_expression; variable
Dast_to_hir.cpp3533 ir_rvalue *const test_expression = in hir() local
3534 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()