| /freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
| H A D | Environment.h | 44 static void Profile(llvm::FoldingSetNodeID &ID, in Profile() function 50 void Profile(llvm::FoldingSetNodeID &ID) const { in Profile() function 80 static void Profile(llvm::FoldingSetNodeID& ID, const Environment* env) { in Profile() function 86 void Profile(llvm::FoldingSetNodeID& ID) const { in Profile() function
|
| H A D | SymbolManager.h | 58 static void Profile(llvm::FoldingSetNodeID& profile, const TypedValueRegion* R) { in Profile() function 63 void Profile(llvm::FoldingSetNodeID& profile) override { in Profile() function 115 static void Profile(llvm::FoldingSetNodeID &profile, ConstCFGElementRef Elem, in Profile() function 126 void Profile(llvm::FoldingSetNodeID& profile) override { in Profile() function 163 static void Profile(llvm::FoldingSetNodeID& profile, SymbolRef parent, in Profile() function 170 void Profile(llvm::FoldingSetNodeID& profile) override { in Profile() function 202 static void Profile(llvm::FoldingSetNodeID& profile, const SubRegion *R) { in Profile() function 207 void Profile(llvm::FoldingSetNodeID& profile) override { in Profile() function 264 static void Profile(llvm::FoldingSetNodeID &profile, const MemRegion *R, in Profile() function 276 void Profile(llvm::FoldingSetNodeID& profile) override { in Profile() function [all …]
|
| H A D | RangedConstraintManager.h | 46 void Profile(llvm::FoldingSetNodeID &ID) const { in Profile() function 98 void Profile(llvm::FoldingSetNodeID &ID) const { in Profile() function 321 static void Profile(llvm::FoldingSetNodeID &ID, const RangeSet &RS) { in Profile() function 327 void Profile(llvm::FoldingSetNodeID &ID) const { Profile(ID, *this); } in Profile() function
|
| H A D | DynamicTypeInfo.h | 42 void Profile(llvm::FoldingSetNodeID &ID) const { in Profile() function
|
| H A D | BasicValueFactory.h | 60 void Profile(llvm::FoldingSetNodeID& ID) { Profile(ID, T, L); } in Profile() function 84 void Profile(llvm::FoldingSetNodeID& ID) { Profile(ID, store, region); } in Profile() function 104 void Profile(llvm::FoldingSetNodeID &ID) { Profile(ID, D, L); } in Profile() function
|
| H A D | DynamicCastInfo.h | 41 void Profile(llvm::FoldingSetNodeID &ID) const { in Profile() function
|
| /freebsd/contrib/llvm-project/llvm/lib/IR/ |
| H A D | AttributeImpl.h | 95 void Profile(FoldingSetNodeID &ID) const { in Profile() function 110 static void Profile(FoldingSetNodeID &ID, Attribute::AttrKind Kind) { in Profile() function 115 static void Profile(FoldingSetNodeID &ID, Attribute::AttrKind Kind, in Profile() function 122 static void Profile(FoldingSetNodeID &ID, StringRef Kind, StringRef Values) { in Profile() function 127 static void Profile(FoldingSetNodeID &ID, Attribute::AttrKind Kind, in Profile() function 133 static void Profile(FoldingSetNodeID &ID, Attribute::AttrKind Kind, in Profile() function 140 static void Profile(FoldingSetNodeID &ID, Attribute::AttrKind Kind, in Profile() function 353 void Profile(FoldingSetNodeID &ID) const { in Profile() function 357 static void Profile(FoldingSetNodeID &ID, ArrayRef<Attribute> AttrList) { in Profile() function
|
| /freebsd/contrib/llvm-project/llvm/utils/TableGen/GlobalISel/ |
| H A D | GIMatchDagOperands.cpp | |
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | TemplateName.cpp | 44 void DeducedTemplateStorage::Profile(llvm::FoldingSetNodeID &ID, in Profile() function in DeducedTemplateStorage 49 void DeducedTemplateStorage::Profile(llvm::FoldingSetNodeID &ID, in Profile() function in DeducedTemplateStorage 79 void SubstTemplateTemplateParmStorage::Profile(llvm::FoldingSetNodeID &ID) { in Profile() function in SubstTemplateTemplateParmStorage 84 void SubstTemplateTemplateParmStorage::Profile( in Profile() function in SubstTemplateTemplateParmStorage 103 void SubstTemplateTemplateParmPackStorage::Profile(llvm::FoldingSetNodeID &ID, in Profile() function in SubstTemplateTemplateParmPackStorage 117 void SubstTemplateTemplateParmPackStorage::Profile( in Profile() function in SubstTemplateTemplateParmPackStorage 142 void IdentifierOrOverloadedOperator::Profile(llvm::FoldingSetNodeID &ID) const { in Profile() function in IdentifierOrOverloadedOperator
|
| H A D | Type.cpp | 266 void ConstantArrayType::Profile(llvm::FoldingSetNodeID &ID, in Profile() function in ConstantArrayType 290 void DependentSizedArrayType::Profile(llvm::FoldingSetNodeID &ID, in Profile() function in DependentSizedArrayType 313 void DependentVectorType::Profile(llvm::FoldingSetNodeID &ID, in Profile() function in DependentVectorType 333 void DependentSizedExtVectorType::Profile(llvm::FoldingSetNodeID &ID, in Profile() function in DependentSizedExtVectorType 352 void DependentAddressSpaceType::Profile(llvm::FoldingSetNodeID &ID, in Profile() function in DependentAddressSpaceType 398 void DependentSizedMatrixType::Profile(llvm::FoldingSetNodeID &ID, in Profile() function in DependentSizedMatrixType 441 void DependentBitIntType::Profile(llvm::FoldingSetNodeID &ID, in Profile() function in DependentBitIntType 455 void CountAttributedType::Profile(llvm::FoldingSetNodeID &ID, in Profile() function in CountAttributedType 3349 void DependentTemplateSpecializationType::Profile( in Profile() function in DependentTemplateSpecializationType 3900 void FunctionProtoType::Profile(llvm::FoldingSetNodeID &ID, QualType Result, in Profile() function in FunctionProtoType [all …]
|
| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
| H A D | BasicValueFactory.cpp | 32 void CompoundValData::Profile(llvm::FoldingSetNodeID& ID, QualType T, in Profile() function in CompoundValData 38 void LazyCompoundValData::Profile(llvm::FoldingSetNodeID& ID, in Profile() function in LazyCompoundValData 45 void PointerToMemberData::Profile( in Profile() function in PointerToMemberData 58 static inline void Profile(const SValData& X, llvm::FoldingSetNodeID& ID) { in Profile() function 65 static inline void Profile(const SValPair& X, llvm::FoldingSetNodeID& ID) { in Profile() function
|
| H A D | MemRegion.cpp | 233 void MemSpaceRegion::Profile(llvm::FoldingSetNodeID &ID) const { in Profile() function in MemSpaceRegion 237 void StackSpaceRegion::Profile(llvm::FoldingSetNodeID &ID) const { in Profile() function in StackSpaceRegion 242 void StaticGlobalSpaceRegion::Profile(llvm::FoldingSetNodeID &ID) const { in Profile() function in StaticGlobalSpaceRegion 272 void AllocaRegion::Profile(llvm::FoldingSetNodeID& ID) const { in Profile() function in AllocaRegion 276 void CompoundLiteralRegion::Profile(llvm::FoldingSetNodeID& ID) const { in Profile() function in CompoundLiteralRegion 296 void CXXThisRegion::Profile(llvm::FoldingSetNodeID &ID) const { in Profile() function in CXXThisRegion 300 void FieldRegion::Profile(llvm::FoldingSetNodeID &ID) const { in Profile() function in FieldRegion 312 void ObjCIvarRegion::Profile(llvm::FoldingSetNodeID &ID) const { in Profile() function in ObjCIvarRegion 324 void NonParamVarRegion::Profile(llvm::FoldingSetNodeID &ID) const { in Profile() function in NonParamVarRegion 336 void ParamVarRegion::Profile(llvm::FoldingSetNodeID &ID) const { in Profile() function in ParamVarRegion [all …]
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/ADT/ |
| H A D | ImmutableMap.h | 55 static inline void Profile(FoldingSetNodeID& ID, value_type_ref V) { in Profile() function 191 static inline void Profile(FoldingSetNodeID& ID, const ImmutableMap& M) { in Profile() function 195 inline void Profile(FoldingSetNodeID& ID) const { in Profile() function 321 static inline void Profile(FoldingSetNodeID &ID, const ImmutableMapRef &M) { in Profile() function 325 inline void Profile(FoldingSetNodeID &ID) const { return Profile(ID, *this); } in Profile() function
|
| H A D | ImmutableList.h | 45 static inline void Profile(FoldingSetNodeID& ID, const T& H, in Profile() function 51 void Profile(FoldingSetNodeID& ID) { in Profile() function 144 void Profile(FoldingSetNodeID& ID) const { in Profile() function
|
| H A D | FoldingSet.h | 237 static void Profile(const T &X, FoldingSetNodeID &ID) { in Profile() function 240 static void Profile(T &X, FoldingSetNodeID &ID) { in Profile() function 272 static void Profile(T &X, FoldingSetNodeID &ID, Ctx Context) { in Profile() function 809 void Profile(FoldingSetNodeID &ID) { FoldingSetTrait<T>::Profile(data, ID); } in Profile() function 831 void Profile(FoldingSetNodeID &ID) const { ID.AddNodeID(FastID); } in Profile() function
|
| /freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/BugReporter/ |
| H A D | BugReporterVisitors.h | 432 void Profile(llvm::FoldingSetNodeID &ID) const override { in Profile() function 455 void Profile(llvm::FoldingSetNodeID &ID) const override { in Profile() function 535 void Profile(llvm::FoldingSetNodeID &ID) const override { in Profile() function 560 void Profile(llvm::FoldingSetNodeID &ID) const override { in Profile() function 747 void Profile(llvm::FoldingSetNodeID &ID) const override { in Profile() function
|
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | TemplateName.h | 385 void Profile(llvm::FoldingSetNodeID &ID) { in Profile() function 533 void Profile(llvm::FoldingSetNodeID &ID) { in Profile() function 537 static void Profile(llvm::FoldingSetNodeID &ID, NestedNameSpecifier *NNS, in Profile() function 608 void Profile(llvm::FoldingSetNodeID &ID) const { in Profile() function 612 static void Profile(llvm::FoldingSetNodeID &ID, NestedNameSpecifier *NNS, in Profile() function
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/XRay/ |
| H A D | Profile.h | 28 class Profile; variable 89 Profile(Profile &&O) noexcept in Profile() function
|
| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | Iterator.h | 68 void Profile(llvm::FoldingSetNodeID &ID) const { in Profile() function 104 void Profile(llvm::FoldingSetNodeID &ID) const { in Profile() function
|
| H A D | NoOwnershipChangeVisitor.h | 70 void Profile(llvm::FoldingSetNodeID &ID) const override { in Profile() function
|
| /freebsd/contrib/llvm-project/clang/lib/Analysis/ |
| H A D | PathDiagnostic.cpp | 1082 void PathDiagnosticLocation::Profile(llvm::FoldingSetNodeID &ID) const { in Profile() function in PathDiagnosticLocation 1088 void PathDiagnosticPiece::Profile(llvm::FoldingSetNodeID &ID) const { in Profile() function in PathDiagnosticPiece 1100 void PathDiagnosticCallPiece::Profile(llvm::FoldingSetNodeID &ID) const { in Profile() function in PathDiagnosticCallPiece 1106 void PathDiagnosticSpotPiece::Profile(llvm::FoldingSetNodeID &ID) const { in Profile() function in PathDiagnosticSpotPiece 1111 void PathDiagnosticControlFlowPiece::Profile(llvm::FoldingSetNodeID &ID) const { in Profile() function in PathDiagnosticControlFlowPiece 1117 void PathDiagnosticMacroPiece::Profile(llvm::FoldingSetNodeID &ID) const { in Profile() function in PathDiagnosticMacroPiece 1123 void PathDiagnosticNotePiece::Profile(llvm::FoldingSetNodeID &ID) const { in Profile() function in PathDiagnosticNotePiece 1127 void PathDiagnosticPopUpPiece::Profile(llvm::FoldingSetNodeID &ID) const { in Profile() function in PathDiagnosticPopUpPiece 1131 void PathDiagnostic::Profile(llvm::FoldingSetNodeID &ID) const { in Profile() function in PathDiagnostic
|
| /freebsd/contrib/llvm-project/llvm/lib/Support/ |
| H A D | APSInt.cpp | 40 void APSInt::Profile(FoldingSetNodeID& ID) const { in Profile() function in APSInt
|
| /freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/ |
| H A D | CIRGenFunctionInfo.h | 100 static void Profile(llvm::FoldingSetNodeID &id, RequiredArgs required, in Profile() function 110 void Profile(llvm::FoldingSetNodeID &id) { in Profile() function
|
| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/MPI-Checker/ |
| H A D | MPITypes.h | 33 void Profile(llvm::FoldingSetNodeID &Id) const { in Profile() function
|
| /freebsd/contrib/llvm-project/llvm/utils/TableGen/Basic/ |
| H A D | ARMTargetDefEmitter.cpp | 203 StringRef Profile) -> std::string { in emitARMTargetDef() 329 auto Profile = Arch->getValueAsString("Profile"); in emitARMTargetDef() local
|