Lines Matching refs:subContexts
68 __llvm_ctx_profile_callsite[0] = &Ctx->subContexts()[2]; in TEST_F()
72 EXPECT_EQ(Ctx->subContexts()[2], Subctx); in TEST_F()
100 __llvm_ctx_profile_callsite[0] = &Ctx->subContexts()[2]; in TEST_F()
112 __llvm_ctx_profile_callsite[1] = &Subctx->subContexts()[0]; in TEST_F()
121 __llvm_ctx_profile_callsite[0] = &Subctx->subContexts()[0]; in TEST_F()
138 __llvm_ctx_profile_callsite[0] = &Ctx->subContexts()[2]; in TEST_F()
142 EXPECT_EQ(Ctx->subContexts()[2], Subctx); in TEST_F()
177 __llvm_ctx_profile_callsite[0] = &Ctx->subContexts()[2]; in TEST_F()
194 EXPECT_EQ(Node.subContexts()[0], nullptr); in TEST_F()
195 EXPECT_EQ(Node.subContexts()[1], nullptr); in TEST_F()
196 EXPECT_NE(Node.subContexts()[2], nullptr); in TEST_F()
197 EXPECT_EQ(Node.subContexts()[3], nullptr); in TEST_F()
198 const auto &SN = *Node.subContexts()[2]; in TEST_F()
203 EXPECT_EQ(SN.subContexts()[0], nullptr); in TEST_F()