Home
last modified time | relevance | path

Searched refs:Cons (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExprCXX.cpp1109 CXXConstructorDecl *Cons, QualType Ty, TypeSourceInfo *TSI, in CXXTemporaryObjectExpr() argument
1115 Cons, /* Elidable=*/false, Args, HadMultipleCandidates, in CXXTemporaryObjectExpr()
1127 const ASTContext &Ctx, CXXConstructorDecl *Cons, QualType Ty, in Create() argument
1136 Cons, Ty, TSI, Args, ParenOrBraceRange, HadMultipleCandidates, in Create()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprAgg.cpp482 if (auto *Cons = dyn_cast_or_null<CXXConstructExpr>(E)) in isTrivialFiller() local
483 return Cons->getConstructor()->isDefaultConstructor() && in isTrivialFiller()
484 Cons->getConstructor()->isTrivial(); in isTrivialFiller()
/freebsd/contrib/ntp/
H A DREADME.leapsmear92 Pros and Cons of the Smearing Approach
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DExprCXX.h1894 CXXTemporaryObjectExpr(CXXConstructorDecl *Cons, QualType Ty,
1905 Create(const ASTContext &Ctx, CXXConstructorDecl *Cons, QualType Ty,