Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/Interp/
DDisasm.cpp28 if (auto *Cons = dyn_cast<CXXConstructorDecl>(F)) { in dump() local
29 DeclarationName Name = Cons->getParent()->getDeclName(); in dump()
/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
DExprCXX.cpp983 CXXConstructorDecl *Cons, QualType Ty, TypeSourceInfo *TSI, in CXXTemporaryObjectExpr() argument
989 Cons, /* Elidable=*/false, Args, HadMultipleCandidates, in CXXTemporaryObjectExpr()
999 const ASTContext &Ctx, CXXConstructorDecl *Cons, QualType Ty, in Create() argument
1008 Cons, Ty, TSI, Args, ParenOrBraceRange, HadMultipleCandidates, in Create()
/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
DCGExprAgg.cpp464 if (auto *Cons = dyn_cast_or_null<CXXConstructExpr>(E)) in isTrivialFiller() local
465 return Cons->getConstructor()->isDefaultConstructor() && in isTrivialFiller()
466 Cons->getConstructor()->isTrivial(); in isTrivialFiller()
/freebsd-12-stable/contrib/ntp/
DREADME.leapsmear92 Pros and Cons of the Smearing Approach
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/
DExprCXX.h1806 CXXTemporaryObjectExpr(CXXConstructorDecl *Cons, QualType Ty,
1817 Create(const ASTContext &Ctx, CXXConstructorDecl *Cons, QualType Ty,
/freebsd-12-stable/contrib/binutils/gas/
DChangeLog-00016713 (ppc_tc): Cons for 8 when code is 64 bit.
/freebsd-12-stable/contrib/gcc/
DChangeLog-200228525 (declare_weak): Cons weak_decls directly.