/minix3/external/bsd/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
H A D | Environment.h | 43 static void Profile(llvm::FoldingSetNodeID &ID, in Profile() function 49 void Profile(llvm::FoldingSetNodeID &ID) const { in Profile() function 81 static void Profile(llvm::FoldingSetNodeID& ID, const Environment* env) { in Profile() function 87 void Profile(llvm::FoldingSetNodeID& ID) const { in Profile() function
|
H A D | SymbolManager.h | 133 static void Profile(llvm::FoldingSetNodeID& profile, const TypedValueRegion* R) { in Profile() function 138 void Profile(llvm::FoldingSetNodeID& profile) override { in Profile() function 177 static void Profile(llvm::FoldingSetNodeID& profile, const Stmt *S, in Profile() function 188 void Profile(llvm::FoldingSetNodeID& profile) override { in Profile() function 215 static void Profile(llvm::FoldingSetNodeID& profile, SymbolRef parent, in Profile() function 222 void Profile(llvm::FoldingSetNodeID& profile) override { in Profile() function 248 static void Profile(llvm::FoldingSetNodeID& profile, const SubRegion *R) { in Profile() function 253 void Profile(llvm::FoldingSetNodeID& profile) override { in Profile() function 287 static void Profile(llvm::FoldingSetNodeID& profile, const MemRegion *R, in Profile() function 298 void Profile(llvm::FoldingSetNodeID& profile) override { in Profile() function [all …]
|
H A D | DynamicTypeInfo.h | 40 void Profile(llvm::FoldingSetNodeID &ID) const { in Profile() function
|
H A D | BasicValueFactory.h | 42 void Profile(llvm::FoldingSetNodeID& ID) { Profile(ID, T, L); } in Profile() function 59 void Profile(llvm::FoldingSetNodeID& ID) { Profile(ID, store, region); } in Profile() function
|
H A D | ExplodedGraph.h | 162 static void Profile(llvm::FoldingSetNodeID &ID, in Profile() function 171 void Profile(llvm::FoldingSetNodeID& ID) const { in Profile() function
|
/minix3/external/bsd/llvm/dist/llvm/lib/IR/ |
H A D | AttributeImpl.h | 67 void Profile(FoldingSetNodeID &ID) const { in Profile() function 75 static void Profile(FoldingSetNodeID &ID, Attribute::AttrKind Kind, in Profile() function 80 static void Profile(FoldingSetNodeID &ID, StringRef Kind, StringRef Values) { in Profile() function 175 void Profile(FoldingSetNodeID &ID) const { in Profile() function 178 static void Profile(FoldingSetNodeID &ID, ArrayRef<Attribute> AttrList) { in Profile() function 253 void Profile(FoldingSetNodeID &ID) const { in Profile() function 256 static void Profile(FoldingSetNodeID &ID, in Profile() function
|
/minix3/external/bsd/llvm/dist/clang/include/clang/StaticAnalyzer/Core/BugReporter/ |
H A D | BugReporterVisitor.h | 168 void Profile(llvm::FoldingSetNodeID &ID) const override { in Profile() function 186 void Profile(llvm::FoldingSetNodeID &ID) const override { in Profile() function 258 void Profile(llvm::FoldingSetNodeID &ID) const override { in Profile() function 288 void Profile(llvm::FoldingSetNodeID &ID) const override { in Profile() function
|
/minix3/external/bsd/llvm/dist/clang/lib/AST/ |
H A D | TemplateName.cpp | 30 void SubstTemplateTemplateParmStorage::Profile(llvm::FoldingSetNodeID &ID) { in Profile() function in SubstTemplateTemplateParmStorage 34 void SubstTemplateTemplateParmStorage::Profile(llvm::FoldingSetNodeID &ID, in Profile() function in SubstTemplateTemplateParmStorage 41 void SubstTemplateTemplateParmPackStorage::Profile(llvm::FoldingSetNodeID &ID, in Profile() function in SubstTemplateTemplateParmPackStorage 46 void SubstTemplateTemplateParmPackStorage::Profile(llvm::FoldingSetNodeID &ID, in Profile() function in SubstTemplateTemplateParmPackStorage
|
H A D | Type.cpp | 135 void DependentSizedArrayType::Profile(llvm::FoldingSetNodeID &ID, in Profile() function in DependentSizedArrayType 164 DependentSizedExtVectorType::Profile(llvm::FoldingSetNodeID &ID, in Profile() function in DependentSizedExtVectorType 1472 DependentTemplateSpecializationType::Profile(llvm::FoldingSetNodeID &ID, in Profile() function in DependentTemplateSpecializationType 1749 void FunctionProtoType::Profile(llvm::FoldingSetNodeID &ID, QualType Result, in Profile() function in FunctionProtoType 1804 void FunctionProtoType::Profile(llvm::FoldingSetNodeID &ID, in Profile() function in FunctionProtoType 1833 void DependentTypeOfExprType::Profile(llvm::FoldingSetNodeID &ID, in Profile() function in DependentTypeOfExprType 1862 void DependentDecltypeType::Profile(llvm::FoldingSetNodeID &ID, in Profile() function in DependentDecltypeType 1968 void SubstTemplateTypeParmPackType::Profile(llvm::FoldingSetNodeID &ID) { in Profile() function in SubstTemplateTypeParmPackType 1972 void SubstTemplateTypeParmPackType::Profile(llvm::FoldingSetNodeID &ID, in Profile() function in SubstTemplateTypeParmPackType 2050 TemplateSpecializationType::Profile(llvm::FoldingSetNodeID &ID, in Profile() function in TemplateSpecializationType [all …]
|
H A D | DeclarationName.cpp | 41 void Profile(llvm::FoldingSetNodeID &ID) { in Profile() function in clang::CXXSpecialName 71 void Profile(llvm::FoldingSetNodeID &FSID) { in Profile() function in clang::CXXLiteralOperatorIdName
|
/minix3/external/bsd/llvm/dist/llvm/lib/Support/ |
H A D | APSInt.cpp | 20 void APSInt::Profile(FoldingSetNodeID& ID) const { in Profile() function in APSInt
|
/minix3/external/bsd/llvm/dist/clang/lib/StaticAnalyzer/Core/ |
H A D | BasicValueFactory.cpp | 23 void CompoundValData::Profile(llvm::FoldingSetNodeID& ID, QualType T, in Profile() function in CompoundValData 29 void LazyCompoundValData::Profile(llvm::FoldingSetNodeID& ID, in Profile() function in LazyCompoundValData 41 static inline void Profile(const SValData& X, llvm::FoldingSetNodeID& ID) { in Profile() function 48 static inline void Profile(const SValPair& X, llvm::FoldingSetNodeID& ID) { in Profile() function
|
H A D | MemRegion.cpp | 248 void MemSpaceRegion::Profile(llvm::FoldingSetNodeID& ID) const { in Profile() function in MemSpaceRegion 252 void StackSpaceRegion::Profile(llvm::FoldingSetNodeID &ID) const { in Profile() function in StackSpaceRegion 257 void StaticGlobalSpaceRegion::Profile(llvm::FoldingSetNodeID &ID) const { in Profile() function in StaticGlobalSpaceRegion 287 void AllocaRegion::Profile(llvm::FoldingSetNodeID& ID) const { in Profile() function in AllocaRegion 291 void CompoundLiteralRegion::Profile(llvm::FoldingSetNodeID& ID) const { in Profile() function in CompoundLiteralRegion 311 void CXXThisRegion::Profile(llvm::FoldingSetNodeID &ID) const { in Profile() function in CXXThisRegion 328 void DeclRegion::Profile(llvm::FoldingSetNodeID& ID) const { in Profile() function in DeclRegion 332 void VarRegion::Profile(llvm::FoldingSetNodeID &ID) const { in Profile() function in VarRegion 343 void SymbolicRegion::Profile(llvm::FoldingSetNodeID& ID) const { in Profile() function in SymbolicRegion 356 void ElementRegion::Profile(llvm::FoldingSetNodeID& ID) const { in Profile() function in ElementRegion [all …]
|
H A D | BlockCounter.cpp | 40 void Profile(llvm::FoldingSetNodeID &ID) const { in Profile() function in __anon7665a34d0111::CountKey
|
H A D | PathDiagnostic.cpp | 1059 void PathDiagnosticLocation::Profile(llvm::FoldingSetNodeID &ID) const { in Profile() function in PathDiagnosticLocation 1066 void PathDiagnosticPiece::Profile(llvm::FoldingSetNodeID &ID) const { in Profile() function in PathDiagnosticPiece 1079 void PathDiagnosticCallPiece::Profile(llvm::FoldingSetNodeID &ID) const { in Profile() function in PathDiagnosticCallPiece 1087 void PathDiagnosticSpotPiece::Profile(llvm::FoldingSetNodeID &ID) const { in Profile() function in PathDiagnosticSpotPiece 1092 void PathDiagnosticControlFlowPiece::Profile(llvm::FoldingSetNodeID &ID) const { in Profile() function in PathDiagnosticControlFlowPiece 1098 void PathDiagnosticMacroPiece::Profile(llvm::FoldingSetNodeID &ID) const { in Profile() function in PathDiagnosticMacroPiece 1105 void PathDiagnostic::Profile(llvm::FoldingSetNodeID &ID) const { in Profile() function in PathDiagnostic
|
/minix3/external/bsd/llvm/dist/llvm/include/llvm/ADT/ |
H A D | ImmutableList.h | 43 static inline void Profile(FoldingSetNodeID& ID, const T& H, in Profile() function 49 void Profile(FoldingSetNodeID& ID) { in Profile() function 134 void Profile(FoldingSetNodeID& ID) const { in Profile() function
|
H A D | ImmutableMap.h | 52 static inline void Profile(FoldingSetNodeID& ID, value_type_ref V) { in Profile() function 260 static inline void Profile(FoldingSetNodeID& ID, const ImmutableMap& M) { in Profile() function 264 inline void Profile(FoldingSetNodeID& ID) const { in Profile() function 428 static inline void Profile(FoldingSetNodeID& ID, const ImmutableMapRef &M) { in Profile() function 432 inline void Profile(FoldingSetNodeID& ID) const { in Profile() function
|
H A D | FoldingSet.h | 211 static void Profile(const T &X, FoldingSetNodeID &ID) { in Profile() function 214 static void Profile(T &X, FoldingSetNodeID &ID) { in Profile() function 248 static void Profile(T &X, FoldingSetNodeID &ID, Ctx Context) { in Profile() function 764 void Profile(FoldingSetNodeID &ID) { FoldingSetTrait<T>::Profile(data, ID); } in Profile() function 784 void Profile(FoldingSetNodeID &ID) const { in Profile() function
|
/minix3/external/bsd/llvm/dist/clang/include/clang/AST/ |
H A D | TemplateName.h | 319 void Profile(llvm::FoldingSetNodeID &ID) { in Profile() function 420 void Profile(llvm::FoldingSetNodeID &ID) { in Profile() function 424 static void Profile(llvm::FoldingSetNodeID &ID, NestedNameSpecifier *NNS, in Profile() function 518 void Profile(llvm::FoldingSetNodeID &ID) { in Profile() function 525 static void Profile(llvm::FoldingSetNodeID &ID, NestedNameSpecifier *NNS, in Profile() function 532 static void Profile(llvm::FoldingSetNodeID &ID, NestedNameSpecifier *NNS, in Profile() function
|
H A D | CanonicalType.h | 182 void Profile(llvm::FoldingSetNodeID &ID) const { in Profile() function
|
H A D | NestedNameSpecifier.h | 213 void Profile(llvm::FoldingSetNodeID &ID) const { in Profile() function
|
/minix3/external/bsd/llvm/dist/llvm/include/llvm/ProfileData/ |
H A D | SampleProfWriter.h | 66 FunctionSamples &Profile = I.second; in write() local
|
/minix3/external/bsd/llvm/dist/clang/lib/StaticAnalyzer/Checkers/ |
H A D | TestAfterDivZeroChecker.cpp | 51 void Profile(llvm::FoldingSetNodeID &ID) const { in Profile() function in __anonb7659b4b0111::ZeroState 68 void Profile(llvm::FoldingSetNodeID &ID) const override { in Profile() function in __anonb7659b4b0111::DivisionBRVisitor
|
/minix3/external/bsd/llvm/dist/clang/include/clang/Analysis/ |
H A D | AnalysisContext.h | 305 static void Profile(llvm::FoldingSetNodeID &ID, AnalysisDeclContext *ctx, in Profile() function 331 static void Profile(llvm::FoldingSetNodeID &ID, AnalysisDeclContext *ctx, in Profile() function 363 static void Profile(llvm::FoldingSetNodeID &ID, AnalysisDeclContext *ctx, in Profile() function
|
/minix3/external/bsd/llvm/dist/clang/lib/Analysis/ |
H A D | AnalysisDeclContext.cpp | 324 void StackFrameContext::Profile(llvm::FoldingSetNodeID &ID) { in Profile() function in StackFrameContext 328 void ScopeContext::Profile(llvm::FoldingSetNodeID &ID) { in Profile() function in ScopeContext 332 void BlockInvocationContext::Profile(llvm::FoldingSetNodeID &ID) { in Profile() function in BlockInvocationContext
|