Home
last modified time | relevance | path

Searched refs:Instantiations (Results 1 – 8 of 8) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ProfileData/Coverage/
DCoverageMapping.h426 std::vector<const FunctionRecord *> Instantiations; variable
429 std::vector<const FunctionRecord *> Instantiations) in InstantiationGroup() argument
430 : 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()
/external/llvm-project/llvm/include/llvm/ProfileData/Coverage/
DCoverageMapping.h428 std::vector<const FunctionRecord *> Instantiations; variable
431 std::vector<const FunctionRecord *> Instantiations) in InstantiationGroup() argument
432 : 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()
/external/oss-fuzz/infra/base-images/base-runner/gocoverage/gocovsum/
Dgocovsum.go27 Instantiations CoverageTotal `json:"instantiations,omitempty"` member
/external/llvm/unittests/ProfileData/
DCoverageMappingTest.cpp518 std::vector<const FunctionRecord *> Instantiations = in TEST_P() local
520 ASSERT_TRUE(Instantiations.empty()); in TEST_P()
/external/llvm/docs/TableGen/
DLangIntro.rst396 // Instantiations of the ri_inst multiclass.
423 // Instantiations of the ri_inst multiclass.
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCInstrInfo.td3706 // 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.
/external/llvm-project/llvm/lib/Target/PowerPC/
DPPCInstrInfo.td3931 // Instantiations of CRNotPat for i32.
3960 // Instantiations of CRNotPat for i64.
/external/llvm-project/clang/docs/
DInternalsManual.rst1851 Class Template Instantiations