/freebsd/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/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/contrib/llvm-project/clang/lib/Frontend/ |
H A D | TextDiagnostic.cpp | 613 bool Wrapped = false; in printWordWrapped() local 645 Wrapped = true; in printWordWrapped() 653 return Wrapped; in printWordWrapped()
|
/freebsd/lib/libc/net/ |
H A D | protocols | 148 wesp 141 WESP # Wrapped Encapsulating Security Payload (RFC5840)
|
/freebsd/contrib/tcp_wrappers/ |
H A D | README.NIS | 92 # Wrapped by wietse@wzv on Sun Jan 8 17:08:48 1995
|
/freebsd/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/contrib/llvm-project/clang/include/clang/AST/ |
H A D | Type.h | 3227 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 D | ASTContext.h | 1669 QualType Wrapped);
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | Type.cpp | 3840 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 D | ASTContext.cpp | 5183 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 D | BasicAliasAnalysis.cpp | 1919 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 D | SemaType.cpp | 8035 QualType Wrapped = Unwrapped.wrap(*this, FT); in adjustMemberFunctionCC() local 8036 T = Context.getAdjustedType(T, Wrapped); in adjustMemberFunctionCC()
|
/freebsd/crypto/openssl/ |
H A D | CHANGES.md | 12182 * Wrapped the definition of EVP_MAX_MD_SIZE in a #ifdef OPENSSL_FIPS.
|
/freebsd/contrib/ntp/ |
H A D | CommitLog | [all...] |