Searched refs:isScratch (Results 1 – 3 of 3) sorted by relevance
66 const bool IsScratch = isScratch(Ctx); in TEST_F()102 EXPECT_TRUE(isScratch(Ctx)); in TEST_F()120 EXPECT_TRUE(isScratch(Ctx)); in TEST_F()140 EXPECT_TRUE(isScratch(Subctx)); in TEST_F()155 EXPECT_TRUE(isScratch(Subctx2)); in TEST_F()164 EXPECT_TRUE(isScratch(Subctx3)); in TEST_F()174 const bool IsScratch = isScratch(Ctx); in TEST_F()200 const bool IS = isScratch(Ctx); in TEST_F()312 EXPECT_TRUE(isScratch(Subctx)); in TEST_F()
168 inline bool isScratch(const void *Ctx) { in isScratch() function
365 if (!CallsiteContext || isScratch(CallsiteContext)) in __llvm_ctx_profile_get_context()