Searched refs:code_ptr (Results 1 – 1 of 1) sorted by relevance
110 void* code_ptr = reinterpret_cast<char*>(__cfi_check) + 1234; in TEST_F() local112 __cfi_slowpath_diag(42, code_ptr, diag_ptr); in TEST_F()114 EXPECT_EQ(code_ptr, get_last_address()); in TEST_F()119 __cfi_slowpath(42, code_ptr); in TEST_F()121 EXPECT_EQ(code_ptr, get_last_address()); in TEST_F()168 EXPECT_EXIT(__cfi_slowpath(45, reinterpret_cast<void*>(code_ptr)), KilledByCfi, ""); in TEST_F()