Home
last modified time | relevance | path

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

/aosp_15_r20/external/clang/test/CodeGen/
H A Dx86_64-atomic-128.c25 __int128 test_expression(_Atomic __int128 *addr) { in test_expression() function
/aosp_15_r20/external/python/mako/test/
Dtest_lexer.py642 def test_expression(self): member in LexerTest
/aosp_15_r20/external/mesa3d/src/compiler/glsl/
H A Dglsl_parser_extras.cpp1767 ast_switch_statement::ast_switch_statement(ast_expression *test_expression, in ast_switch_statement()
H A Dast.h1184 ast_expression *test_expression; variable