Home
last modified time | relevance | path

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

/freebsd/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/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/contrib/llvm-project/clang/lib/Frontend/
H A DTextDiagnostic.cpp613 bool Wrapped = false; in printWordWrapped() local
645 Wrapped = true; in printWordWrapped()
653 return Wrapped; in printWordWrapped()
/freebsd/lib/libc/net/
H A Dprotocols148 wesp 141 WESP # Wrapped Encapsulating Security Payload (RFC5840)
/freebsd/contrib/tcp_wrappers/
H A DREADME.NIS92 # Wrapped by wietse@wzv on Sun Jan 8 17:08:48 1995
/freebsd/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/contrib/llvm-project/clang/include/clang/AST/
H A DType.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());
H A DASTContext.h1669 QualType Wrapped);
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DType.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()
H A DASTContext.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/contrib/llvm-project/llvm/lib/Analysis/
H A DBasicAliasAnalysis.cpp1919 APInt MinDiff = E0.Offset - E1.Offset, Wrapped = -MinDiff; in constantOffsetHeuristic() local
1920 MinDiff = APIntOps::umin(MinDiff, Wrapped); in constantOffsetHeuristic()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp8035 QualType Wrapped = Unwrapped.wrap(*this, FT); in adjustMemberFunctionCC() local
8036 T = Context.getAdjustedType(T, Wrapped); in adjustMemberFunctionCC()
/freebsd/crypto/openssl/
H A DCHANGES.md12182 * Wrapped the definition of EVP_MAX_MD_SIZE in a #ifdef OPENSSL_FIPS.
/freebsd/contrib/ntp/
H A DCommitLog[all...]