Searched refs:created_instructions_ (Results 1 – 2 of 2) sorted by relevance
36 TestInstruction() : Instruction() { created_instructions_.push_back(this); } in TestInstruction()40 static std::vector<TestInstruction*> created_instructions_; member in spvtools::opt::__anon15becde20111::TestInstruction44 std::vector<TestInstruction*> TestInstruction::created_instructions_; member in spvtools::opt::__anon15becde20111::TestInstruction57 std::sort(TestInstruction::created_instructions_.begin(), in TEST()58 TestInstruction::created_instructions_.end()); in TEST()61 EXPECT_THAT(TestInstruction::created_instructions_, in TEST()
36 TestInstruction() : Instruction() { created_instructions_.push_back(this); } in TestInstruction()40 static std::vector<TestInstruction*> created_instructions_; member in spvtools::opt::__anon0c8517dc0111::TestInstruction44 std::vector<TestInstruction*> TestInstruction::created_instructions_; member in spvtools::opt::__anon0c8517dc0111::TestInstruction57 std::sort(TestInstruction::created_instructions_.begin(), in TEST()58 TestInstruction::created_instructions_.end()); in TEST()61 EXPECT_THAT(TestInstruction::created_instructions_, in TEST()