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