Home
last modified time | relevance | path

Searched refs:Invented (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/libcxx/
H A DCREDITS.TXT16 D: Invented the Ryu and Ryu Printf algorithms used in floating-point to_chars, and wrote the initia…
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DDeclSpec.h2656 void setInventedTemplateParameterList(TemplateParameterList *Invented) { in setInventedTemplateParameterList() argument
2657 InventedTemplateParameterList = Invented; in setInventedTemplateParameterList()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp9677 if (TemplateParameterList *Invented = D.getInventedTemplateParameterList()) { in ActOnFunctionDeclarator() local
9679 Invented->getDepth() == TemplateParamLists.back()->getDepth()) in ActOnFunctionDeclarator()
9680 TemplateParamLists.back() = Invented; in ActOnFunctionDeclarator()
9682 TemplateParamLists.push_back(Invented); in ActOnFunctionDeclarator()