Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DExprCXX.cpp1059 CXXConstructorDecl *Cons, QualType Ty, TypeSourceInfo *TSI, in CXXTemporaryObjectExpr() argument
1065 Cons, /* Elidable=*/false, Args, HadMultipleCandidates, in CXXTemporaryObjectExpr()
1077 const ASTContext &Ctx, CXXConstructorDecl *Cons, QualType Ty, in Create() argument
1086 Cons, Ty, TSI, Args, ParenOrBraceRange, HadMultipleCandidates, in Create()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprAgg.cpp487 if (auto *Cons = dyn_cast_or_null<CXXConstructExpr>(E)) in isTrivialFiller() local
488 return Cons->getConstructor()->isDefaultConstructor() && in isTrivialFiller()
489 Cons->getConstructor()->isTrivial(); in isTrivialFiller()
/freebsd-14.2/contrib/ntp/
H A DREADME.leapsmear92 Pros and Cons of the Smearing Approach
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DExprCXX.h1878 CXXTemporaryObjectExpr(CXXConstructorDecl *Cons, QualType Ty,
1889 Create(const ASTContext &Ctx, CXXConstructorDecl *Cons, QualType Ty,