Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/AST/
H A Dast-dump-constant-expr.cpp37 consteval __int128 test_Int128() { return (__int128)0xFFFFFFFFFFFFFFFF + (__int128)1; } in test_Int128() function
49 (void)test_Int128(); in test()