Searched refs:Cons (Results 1 – 4 of 4) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/lib/AST/ |
| H A D | ExprCXX.cpp | 1059 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 D | CGExprAgg.cpp | 487 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 D | README.leapsmear | 92 Pros and Cons of the Smearing Approach
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | ExprCXX.h | 1878 CXXTemporaryObjectExpr(CXXConstructorDecl *Cons, QualType Ty, 1889 Create(const ASTContext &Ctx, CXXConstructorDecl *Cons, QualType Ty,
|