Searched refs:isScratch (Results 1 – 3 of 3) sorted by relevance
63 const bool IsScratch = isScratch(Ctx); in TEST_F()92 EXPECT_TRUE(isScratch(Ctx)); in TEST_F()106 EXPECT_TRUE(isScratch(Subctx)); in TEST_F()118 EXPECT_TRUE(isScratch(Subctx2)); in TEST_F()126 EXPECT_TRUE(isScratch(Subctx3)); in TEST_F()134 const bool IsScratch = isScratch(Ctx); in TEST_F()157 const bool IS = isScratch(Ctx); in TEST_F()
118 inline bool isScratch(const void *Ctx) { in isScratch() function
197 if (!CallsiteContext || isScratch(CallsiteContext)) in __llvm_ctx_profile_get_context()