Home
last modified time | relevance | path

Searched refs:Wrapped (Results 1 – 17 of 17) 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/clang/include/clang/Sema/
H A DSemaHLSL.h59 Sema &S, QualType Wrapped, ArrayRef<const Attr *> AttrList,
177 QualType ProcessResourceTypeAttributes(QualType Wrapped);
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DDebugObjectManagerPlugin.cpp286 auto Wrapped = std::make_unique<ELFDebugObjectSection<ELFT>>(&Header); in CreateArchType() local
287 if (Error Err = DebugObj->recordSection(*Name, std::move(Wrapped))) in CreateArchType()
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DTextDiagnostic.cpp611 bool Wrapped = false; in printWordWrapped() local
643 Wrapped = true; in printWordWrapped()
651 return Wrapped; in printWordWrapped()
/freebsd/lib/libc/net/
H A Dprotocols148 wesp 141 WESP # Wrapped Encapsulating Security Payload (RFC5840)
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DType.h3322 BoundsAttributedType(TypeClass TC, QualType Wrapped, QualType Canon);
3374 CountAttributedType(QualType Wrapped, QualType Canon, Expr *CountExpr,
6285 BTFTagAttributedType(QualType Canon, QualType Wrapped,
6287 : Type(BTFTagAttributed, Canon, Wrapped->getDependence()),
6288 WrappedType(Wrapped), BTFAttr(BTFAttr) {}
6301 static void Profile(llvm::FoldingSetNodeID &ID, QualType Wrapped,
6303 ID.AddPointer(Wrapped.getAsOpaquePtr());
6346 HLSLAttributedResourceType(QualType Wrapped, QualType Contained,
6351 WrappedType(Wrapped), ContainedType(Contained), Attrs(Attrs) {}
6366 static void Profile(llvm::FoldingSetNodeID &ID, QualType Wrapped,
[all …]
H A DASTContext.h1843 QualType Wrapped) const;
1846 QualType Wrapped, QualType Contained,
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DAssignmentTrackingAnalysis.cpp71 using Wrapped = DenseMapInfo<unsigned>; typedef
73 return static_cast<VariableID>(Wrapped::getEmptyKey()); in getEmptyKey()
76 return static_cast<VariableID>(Wrapped::getTombstoneKey()); in getTombstoneKey()
79 return Wrapped::getHashValue(static_cast<unsigned>(Val)); in getHashValue()
/freebsd/contrib/tcp_wrappers/
H A DREADME.NIS92 # Wrapped by wietse@wzv on Sun Jan 8 17:08:48 1995
/freebsd/crypto/krb5/src/lib/krb5/unicode/ucdata/
H A DREADME211 2. Wrapped the unistd.h include so it won't be included when compiled under
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DType.cpp3992 BoundsAttributedType::BoundsAttributedType(TypeClass TC, QualType Wrapped, in BoundsAttributedType() argument
3994 : Type(TC, Canon, Wrapped->getDependence()), WrappedTy(Wrapped) {} in BoundsAttributedType()
3997 QualType Wrapped, QualType Canon, Expr *CountExpr, bool CountInBytes, in CountAttributedType() argument
3999 : BoundsAttributedType(CountAttributed, Wrapped, Canon), in CountAttributedType()
H A DASTContext.cpp5531 QualType Wrapped) const { in getBTFTagAttributedType()
5533 BTFTagAttributedType::Profile(ID, Wrapped, BTFAttr); in getBTFTagAttributedType()
5541 QualType Canon = getCanonicalType(Wrapped); in getBTFTagAttributedType()
5543 BTFTagAttributedType(Canon, Wrapped, BTFAttr); in getBTFTagAttributedType()
5552 QualType Wrapped, QualType Contained, in getHLSLAttributedResourceType() argument
5556 HLSLAttributedResourceType::Profile(ID, Wrapped, Contained, Attrs); in getHLSLAttributedResourceType()
5565 HLSLAttributedResourceType(Wrapped, Contained, Attrs); in getHLSLAttributedResourceType()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DBasicAliasAnalysis.cpp1971 APInt MinDiff = E0.Offset - E1.Offset, Wrapped = -MinDiff; in constantOffsetHeuristic() local
1972 MinDiff = APIntOps::umin(MinDiff, Wrapped); in constantOffsetHeuristic()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaHLSL.cpp1611 Sema &S, QualType Wrapped, ArrayRef<const Attr *> AttrList, in CreateHLSLAttributedResourceType() argument
1681 Wrapped, ContainedTy, ResAttrs); in CreateHLSLAttributedResourceType()
H A DSemaType.cpp8198 QualType Wrapped = Unwrapped.wrap(*this, FT); in adjustMemberFunctionCC() local
8199 T = Context.getAdjustedType(T, Wrapped); in adjustMemberFunctionCC()
/freebsd/crypto/openssl/
H A DCHANGES.md13980 * Wrapped the definition of EVP_MAX_MD_SIZE in a #ifdef OPENSSL_FIPS.
/freebsd/contrib/ntp/
H A DCommitLog[all...]