reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
515 ASSERT_TRUE(foldFuncPtrAndConstToNull(Context, &TheModule, 2)); 521 ASSERT_FALSE(foldFuncPtrAndConstToNull(Context, &TheModule, 4)); 532 ASSERT_TRUE(foldFuncPtrAndConstToNull(Context, &TheModule, AndValue)); 544 ASSERT_FALSE(foldFuncPtrAndConstToNull(Context, &TheModule, 2)); 552 ASSERT_TRUE(foldFuncPtrAndConstToNull(Context, &TheModule, 2, Align(4))); 559 ASSERT_FALSE(foldFuncPtrAndConstToNull(Context, &TheModule, 2, Align(4))); 566 ASSERT_FALSE(foldFuncPtrAndConstToNull(Context, nullptr, 2, Align(4)));