Searched refs:Wrapped (Results 1 – 13 of 13) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ADT/ |
| H A D | CombinationGenerator.h | 54 bool Wrapped = Position == Range.end(); in advance() local 55 if (Wrapped) in advance() 57 return Wrapped; in advance() 85 bool Wrapped = Variable.advance(); in performGeneration() local 86 if (!Wrapped) in performGeneration()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
| H A D | DebugObjectManagerPlugin.cpp | 288 auto Wrapped = std::make_unique<ELFDebugObjectSection<ELFT>>(&Header); in CreateArchType() local 289 if (Error Err = DebugObj->recordSection(*Name, std::move(Wrapped))) in CreateArchType()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/ |
| H A D | TextDiagnostic.cpp | 604 bool Wrapped = false; in printWordWrapped() local 636 Wrapped = true; in printWordWrapped() 644 return Wrapped; in printWordWrapped()
|
| /freebsd-14.2/lib/libc/net/ |
| H A D | protocols | 151 wesp 141 WESP # Wrapped Encapsulating Security Payload (RFC5840)
|
| /freebsd-14.2/contrib/tcp_wrappers/ |
| H A D | README.NIS | 92 # Wrapped by wietse@wzv on Sun Jan 8 17:08:48 1995
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | AssignmentTrackingAnalysis.cpp | 70 using Wrapped = DenseMapInfo<unsigned>; typedef 72 return static_cast<VariableID>(Wrapped::getEmptyKey()); in getEmptyKey() 75 return static_cast<VariableID>(Wrapped::getTombstoneKey()); in getTombstoneKey() 78 return Wrapped::getHashValue(static_cast<unsigned>(Val)); in getHashValue()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | BasicAliasAnalysis.cpp | 1825 APInt MinDiff = E0.Offset - E1.Offset, Wrapped = -MinDiff; in constantOffsetHeuristic() local 1826 MinDiff = APIntOps::umin(MinDiff, Wrapped); in constantOffsetHeuristic()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | Type.h | 5183 BTFTagAttributedType(QualType Canon, QualType Wrapped, 5185 : Type(BTFTagAttributed, Canon, Wrapped->getDependence()), 5186 WrappedType(Wrapped), BTFAttr(BTFAttr) {} 5199 static void Profile(llvm::FoldingSetNodeID &ID, QualType Wrapped, 5201 ID.AddPointer(Wrapped.getAsOpaquePtr());
|
| H A D | ASTContext.h | 1607 QualType Wrapped);
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/AST/ |
| H A D | ASTContext.cpp | 4768 QualType Wrapped) { in getBTFTagAttributedType() argument 4770 BTFTagAttributedType::Profile(ID, Wrapped, BTFAttr); in getBTFTagAttributedType() 4778 QualType Canon = getCanonicalType(Wrapped); in getBTFTagAttributedType() 4780 BTFTagAttributedType(Canon, Wrapped, BTFAttr); in getBTFTagAttributedType()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaType.cpp | 8337 QualType Wrapped = Unwrapped.wrap(*this, FT); in adjustMemberFunctionCC() local 8338 T = Context.getAdjustedType(T, Wrapped); in adjustMemberFunctionCC()
|
| /freebsd-14.2/crypto/openssl/ |
| H A D | CHANGES.md | 12182 * Wrapped the definition of EVP_MAX_MD_SIZE in a #ifdef OPENSSL_FIPS.
|
| /freebsd-14.2/contrib/ntp/ |
| H A D | CommitLog | 221272 Wrapped some lines.
|