Home
last modified time | relevance | path

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

/external/google-breakpad/src/common/android/
Dbreakpad_getcontext_unittest.cc47 #define COMPILE_ASSERT_EQ(left, right, tag) \ macro
115 COMPILE_ASSERT_EQ(static_cast<size_t>(MCONTEXT_GREGS_OFFSET), in TEST()
119 COMPILE_ASSERT_EQ(static_cast<size_t>(MCONTEXT_GREGS_##x), \ in TEST()
140 COMPILE_ASSERT_EQ(offsetof(mcontext_t,fpregs), in TEST()
144 COMPILE_ASSERT_EQ(sizeof(_libc_fpstate), sizeof(_fpstate), in TEST()
146 COMPILE_ASSERT_EQ(offsetof(_libc_fpstate,cwd),offsetof(_fpstate,cwd), in TEST()
148 COMPILE_ASSERT_EQ(offsetof(_libc_fpstate,swd),offsetof(_fpstate,swd), in TEST()
150 COMPILE_ASSERT_EQ(offsetof(_libc_fpstate,ftw),offsetof(_fpstate,twd), in TEST()
152 COMPILE_ASSERT_EQ(offsetof(_libc_fpstate,fop),offsetof(_fpstate,fop), in TEST()
154 COMPILE_ASSERT_EQ(offsetof(_libc_fpstate,rip),offsetof(_fpstate,rip), in TEST()
[all …]