Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/include/llvm/ProfileData/Coverage/
H A DCoverageMapping.h483 std::vector<const FunctionRecord *> Instantiations; variable
486 std::vector<const FunctionRecord *> Instantiations) in InstantiationGroup() argument
487 : Line(Line), Col(Col), Instantiations(std::move(Instantiations)) {} in InstantiationGroup()
494 size_t size() const { return Instantiations.size(); } in size()
504 for (unsigned I = 1, E = Instantiations.size(); I < E; ++I) in hasName()
505 if (Instantiations[I]->Name != Instantiations[0]->Name) in hasName()
513 return Instantiations[0]->Name; in getName()
519 for (const FunctionRecord *F : Instantiations) in getTotalExecutionCount()
526 return Instantiations; in getInstantiations()
/openbsd/gnu/gcc/gcc/cp/
H A DNEWS232 + Instantiations of class templates and methods defined in the class
/openbsd/gnu/usr.bin/gcc/gcc/cp/
H A DNEWS228 + Instantiations of class templates and methods defined in the class
/openbsd/gnu/llvm/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.td3702 // Instantiations of CRNotPat for i32.
3731 // Instantiations of CRNotPat for i64.
/openbsd/gnu/llvm/clang/docs/
H A DInternalsManual.rst2415 Class Template Instantiations
/openbsd/gnu/usr.bin/gcc/gcc/doc/
H A Dextend.texi7190 @item Template Instantiations
H A Dinvoke.texi1570 Instantiations of these templates may be mangled incorrectly.
/openbsd/gnu/gcc/gcc/doc/
H A Dextend.texi10560 @item Template Instantiations
H A Dgcc.info1870 Instantiations of these templates may be mangled incorrectly.
24849 Template Instantiations
H A Dinvoke.texi1787 Instantiations of these templates may be mangled incorrectly.