Home
last modified time | relevance | path

Searched refs:Wrapped (Results 1 – 13 of 13) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ADT/
H A DCombinationGenerator.h54 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 DDebugObjectManagerPlugin.cpp288 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 DTextDiagnostic.cpp604 bool Wrapped = false; in printWordWrapped() local
636 Wrapped = true; in printWordWrapped()
644 return Wrapped; in printWordWrapped()
/freebsd-14.2/lib/libc/net/
H A Dprotocols151 wesp 141 WESP # Wrapped Encapsulating Security Payload (RFC5840)
/freebsd-14.2/contrib/tcp_wrappers/
H A DREADME.NIS92 # Wrapped by wietse@wzv on Sun Jan 8 17:08:48 1995
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DAssignmentTrackingAnalysis.cpp70 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 DBasicAliasAnalysis.cpp1825 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 DType.h5183 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 DASTContext.h1607 QualType Wrapped);
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp4768 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 DSemaType.cpp8337 QualType Wrapped = Unwrapped.wrap(*this, FT); in adjustMemberFunctionCC() local
8338 T = Context.getAdjustedType(T, Wrapped); in adjustMemberFunctionCC()
/freebsd-14.2/crypto/openssl/
H A DCHANGES.md12182 * Wrapped the definition of EVP_MAX_MD_SIZE in a #ifdef OPENSSL_FIPS.
/freebsd-14.2/contrib/ntp/
H A DCommitLog221272 Wrapped some lines.