Searched refs:bad_function (Results 1 – 5 of 5) sorted by relevance
46 auto* bad_function = result.Nodes.getNodeAs<clang::FunctionDecl>("badfunc"); in run() local48 diagnostics_.UniquePtrUsedWithGC(bad_use, bad_function, gc_type); in run()
84 const clang::FunctionDecl* bad_function,
595 const clang::FunctionDecl* bad_function, in UniquePtrUsedWithGC() argument598 << bad_function << gc_type << expr->getSourceRange(); in UniquePtrUsedWithGC()
77 auto bad_function = vk_icdGetInstanceProcAddr(VK_NULL_HANDLE, "bad_function"); in TEST_F() local78 EXPECT_EQ(bad_function, nullptr); in TEST_F()
301 xmlrpc.client.ServerProxy('https://localhost:9999').bad_function()