Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/ADT/
HDCombinationGenerator.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-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
HDDebugObjectManagerPlugin.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-stable/contrib/llvm-project/clang/lib/Frontend/
HDTextDiagnostic.cpp613 bool Wrapped = false; in printWordWrapped() local
645 Wrapped = true; in printWordWrapped()
653 return Wrapped; in printWordWrapped()
/freebsd-14-stable/lib/libc/net/
HDprotocols151 wesp 141 WESP # Wrapped Encapsulating Security Payload (RFC5840)
/freebsd-14-stable/contrib/tcp_wrappers/
HDREADME.NIS92 # Wrapped by wietse@wzv on Sun Jan 8 17:08:48 1995
/freebsd-14-stable/contrib/llvm-project/llvm/lib/CodeGen/
HDAssignmentTrackingAnalysis.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-stable/contrib/llvm-project/clang/include/clang/AST/
HDType.h3227 BoundsAttributedType(TypeClass TC, QualType Wrapped, QualType Canon);
3279 CountAttributedType(QualType Wrapped, QualType Canon, Expr *CountExpr,
6097 BTFTagAttributedType(QualType Canon, QualType Wrapped,
6099 : Type(BTFTagAttributed, Canon, Wrapped->getDependence()),
6100 WrappedType(Wrapped), BTFAttr(BTFAttr) {}
6113 static void Profile(llvm::FoldingSetNodeID &ID, QualType Wrapped,
6115 ID.AddPointer(Wrapped.getAsOpaquePtr());
HDASTContext.h1669 QualType Wrapped);
/freebsd-14-stable/contrib/llvm-project/clang/lib/AST/
HDType.cpp3840 BoundsAttributedType::BoundsAttributedType(TypeClass TC, QualType Wrapped, in BoundsAttributedType() argument
3842 : Type(TC, Canon, Wrapped->getDependence()), WrappedTy(Wrapped) {} in BoundsAttributedType()
3845 QualType Wrapped, QualType Canon, Expr *CountExpr, bool CountInBytes, in CountAttributedType() argument
3847 : BoundsAttributedType(CountAttributed, Wrapped, Canon), in CountAttributedType()
HDASTContext.cpp5183 QualType Wrapped) { in getBTFTagAttributedType() argument
5185 BTFTagAttributedType::Profile(ID, Wrapped, BTFAttr); in getBTFTagAttributedType()
5193 QualType Canon = getCanonicalType(Wrapped); in getBTFTagAttributedType()
5195 BTFTagAttributedType(Canon, Wrapped, BTFAttr); in getBTFTagAttributedType()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Analysis/
HDBasicAliasAnalysis.cpp1919 APInt MinDiff = E0.Offset - E1.Offset, Wrapped = -MinDiff; in constantOffsetHeuristic() local
1920 MinDiff = APIntOps::umin(MinDiff, Wrapped); in constantOffsetHeuristic()
/freebsd-14-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaType.cpp8035 QualType Wrapped = Unwrapped.wrap(*this, FT); in adjustMemberFunctionCC() local
8036 T = Context.getAdjustedType(T, Wrapped); in adjustMemberFunctionCC()
/freebsd-14-stable/crypto/openssl/
HDCHANGES.md12182 * Wrapped the definition of EVP_MAX_MD_SIZE in a #ifdef OPENSSL_FIPS.
/freebsd-14-stable/contrib/ntp/
HDCommitLog221272 Wrapped some lines.