Home
last modified time | relevance | path

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

/external/llvm-project/lldb/unittests/Utility/
DScalarTest.cpp41 auto apint2 = APInt(64, 246); in TEST() local
42 ASSERT_TRUE(checkInequality<APInt>(apint1, apint2)); in TEST()