Searched refs:Cons (Results 1 – 7 of 7) sorted by relevance
| /freebsd/crypto/openssl/doc/designs/ |
| H A D | xof.md | 71 ##### Cons l4subsection 92 ##### Cons l4subsection 110 ##### Cons l4subsection 211 #### Cons subsubsection 228 #### Cons subsubsection 246 #### Cons subsubsection 263 #### Cons subsubsection
|
| /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/crypto/openssl/doc/designs/quic-design/ |
| H A D | record-layer.md | 103 Cons: 131 Cons:
|
| H A D | dgram-api.md | 394 Cons of this approach:
|
| /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,
|