Home
last modified time | relevance | path

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

/bionic/libc/kernel/tools/
Dcpp.py832 def test_cpp_expr(expr, expected): function
866 test_cpp_expr("0", "(int 0)")
867 test_cpp_expr("1", "(int 1)")
868 test_cpp_expr("-5", "(int -5)")
869 test_cpp_expr("+1", "(int 1)")
870 test_cpp_expr("0U", "(int 0)")
871 test_cpp_expr("015", "(oct 015)")
872 test_cpp_expr("015l", "(oct 015)")
873 test_cpp_expr("0x3e", "(hex 0x3e)")
874 test_cpp_expr("(0)", "(int 0)")
[all …]