Lines Matching defs:variable
351 Instruction* variable = context->get_def_use_mgr()->GetDef(3);
352 EXPECT_FALSE(variable->IsReadOnlyPointer());
391 Instruction* variable = context->get_def_use_mgr()->GetDef(3);
392 EXPECT_TRUE(variable->IsReadOnlyPointer());
431 Instruction* variable = context->get_def_use_mgr()->GetDef(3);
432 EXPECT_FALSE(variable->IsReadOnlyPointer());
474 Instruction* variable = context->get_def_use_mgr()->GetDef(3);
475 EXPECT_FALSE(variable->IsReadOnlyPointer());
517 Instruction* variable = context->get_def_use_mgr()->GetDef(3);
518 EXPECT_TRUE(variable->IsReadOnlyPointer());
554 Instruction* variable = context->get_def_use_mgr()->GetDef(3);
555 EXPECT_TRUE(variable->IsReadOnlyPointer());
558 // precise: copying a NonWritable-decorated variable can yield a pointer that