Searched refs:LiteralExample (Results 1 – 3 of 3) sorted by relevance
35 int64_t LiteralExample(int64_t a, int64_t b) { in LiteralExample() function94 VIXL_CHECK(LiteralExample(1, 2) == 3); in main()
117 int64_t LiteralExample(int64_t a, int64_t b);
584 VIXL_ASSERT(LiteralExample(1, 2) == 3); in TEST()585 VIXL_ASSERT(LiteralExample(INT64_C(0x100000000), 0x1) == in TEST()