Searched refs:Instantiations (Results 1 – 8 of 8) sorted by relevance
426 std::vector<const FunctionRecord *> Instantiations; variable429 std::vector<const FunctionRecord *> Instantiations) in InstantiationGroup() argument430 : Line(Line), Col(Col), Instantiations(std::move(Instantiations)) {} in InstantiationGroup()437 size_t size() const { return Instantiations.size(); } in size()447 for (unsigned I = 1, E = Instantiations.size(); I < E; ++I) in hasName()448 if (Instantiations[I]->Name != Instantiations[0]->Name) in hasName()456 return Instantiations[0]->Name; in getName()462 for (const FunctionRecord *F : Instantiations) in getTotalExecutionCount()469 return Instantiations; in getInstantiations()
428 std::vector<const FunctionRecord *> Instantiations; variable431 std::vector<const FunctionRecord *> Instantiations) in InstantiationGroup() argument432 : Line(Line), Col(Col), Instantiations(std::move(Instantiations)) {} in InstantiationGroup()439 size_t size() const { return Instantiations.size(); } in size()449 for (unsigned I = 1, E = Instantiations.size(); I < E; ++I) in hasName()450 if (Instantiations[I]->Name != Instantiations[0]->Name) in hasName()458 return Instantiations[0]->Name; in getName()464 for (const FunctionRecord *F : Instantiations) in getTotalExecutionCount()471 return Instantiations; in getInstantiations()
27 Instantiations CoverageTotal `json:"instantiations,omitempty"` member
518 std::vector<const FunctionRecord *> Instantiations = in TEST_P() local520 ASSERT_TRUE(Instantiations.empty()); in TEST_P()
396 // Instantiations of the ri_inst multiclass.423 // Instantiations of the ri_inst multiclass.
3706 // Instantiations of CRNotPat for i32.3735 // Instantiations of CRNotPat for i64.3765 // Instantiations of CRNotPat for f32.3781 // Instantiations of CRNotPat for f64.3797 // Instantiations of CRNotPat for f128.
3931 // Instantiations of CRNotPat for i32.3960 // Instantiations of CRNotPat for i64.
1851 Class Template Instantiations