| /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
| 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
|
| 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 …]
|
| D | DynamicTypeInfo.h | 40 void Profile(llvm::FoldingSetNodeID &ID) const { in Profile() function
|
| 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
|
| /external/llvm/unittests/ProfileData/ |
| D | InstrProfTest.cpp | 47 auto Profile = Writer.writeBuffer(); in TEST_F() local 54 auto Profile = Writer.writeBuffer(); in TEST_F() local 71 auto Profile = Writer.writeBuffer(); in TEST_F() local 92 auto Profile = Writer.writeBuffer(); in TEST_F() local
|
| /external/llvm/lib/IR/ |
| 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
|
| /external/clang/include/clang/StaticAnalyzer/Core/BugReporter/ |
| 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
|
| /external/clang/lib/AST/ |
| 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
|
| 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 1465 DependentTemplateSpecializationType::Profile(llvm::FoldingSetNodeID &ID, in Profile() function in DependentTemplateSpecializationType 1743 void FunctionProtoType::Profile(llvm::FoldingSetNodeID &ID, QualType Result, in Profile() function in FunctionProtoType 1798 void FunctionProtoType::Profile(llvm::FoldingSetNodeID &ID, in Profile() function in FunctionProtoType 1827 void DependentTypeOfExprType::Profile(llvm::FoldingSetNodeID &ID, in Profile() function in DependentTypeOfExprType 1856 void DependentDecltypeType::Profile(llvm::FoldingSetNodeID &ID, in Profile() function in DependentDecltypeType 1961 void SubstTemplateTypeParmPackType::Profile(llvm::FoldingSetNodeID &ID) { in Profile() function in SubstTemplateTypeParmPackType 1965 void SubstTemplateTypeParmPackType::Profile(llvm::FoldingSetNodeID &ID, in Profile() function in SubstTemplateTypeParmPackType 2043 TemplateSpecializationType::Profile(llvm::FoldingSetNodeID &ID, in Profile() function in TemplateSpecializationType [all …]
|
| /external/clang/lib/StaticAnalyzer/Core/ |
| 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
|
| 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 …]
|
| D | PathDiagnostic.cpp | 1063 void PathDiagnosticLocation::Profile(llvm::FoldingSetNodeID &ID) const { in Profile() function in PathDiagnosticLocation 1070 void PathDiagnosticPiece::Profile(llvm::FoldingSetNodeID &ID) const { in Profile() function in PathDiagnosticPiece 1083 void PathDiagnosticCallPiece::Profile(llvm::FoldingSetNodeID &ID) const { in Profile() function in PathDiagnosticCallPiece 1091 void PathDiagnosticSpotPiece::Profile(llvm::FoldingSetNodeID &ID) const { in Profile() function in PathDiagnosticSpotPiece 1096 void PathDiagnosticControlFlowPiece::Profile(llvm::FoldingSetNodeID &ID) const { in Profile() function in PathDiagnosticControlFlowPiece 1102 void PathDiagnosticMacroPiece::Profile(llvm::FoldingSetNodeID &ID) const { in Profile() function in PathDiagnosticMacroPiece 1109 void PathDiagnostic::Profile(llvm::FoldingSetNodeID &ID) const { in Profile() function in PathDiagnostic
|
| D | BlockCounter.cpp | 40 void Profile(llvm::FoldingSetNodeID &ID) const { in Profile() function in __anon07016afc0111::CountKey
|
| /external/llvm/include/llvm/ADT/ |
| 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
|
| D | ImmutableMap.h | 52 static inline void Profile(FoldingSetNodeID& ID, value_type_ref V) { in Profile() function 241 static inline void Profile(FoldingSetNodeID& ID, const ImmutableMap& M) { in Profile() function 245 inline void Profile(FoldingSetNodeID& ID) const { in Profile() function 396 static inline void Profile(FoldingSetNodeID& ID, const ImmutableMapRef &M) { in Profile() function 400 inline void Profile(FoldingSetNodeID& ID) const { in Profile() function
|
| D | FoldingSet.h | 212 static void Profile(const T &X, FoldingSetNodeID &ID) { in Profile() function 215 static void Profile(T &X, FoldingSetNodeID &ID) { in Profile() function 249 static void Profile(T &X, FoldingSetNodeID &ID, Ctx Context) { in Profile() function 702 void Profile(FoldingSetNodeID &ID) { FoldingSetTrait<T>::Profile(data, ID); } in Profile() function 722 void Profile(FoldingSetNodeID &ID) const { in Profile() function
|
| /external/clang/include/clang/AST/ |
| 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
|
| D | CanonicalType.h | 182 void Profile(llvm::FoldingSetNodeID &ID) const { in Profile() function
|
| /external/llvm/lib/Support/ |
| D | APSInt.cpp | 20 void APSInt::Profile(FoldingSetNodeID& ID) const { in Profile() function in APSInt
|
| /external/javasqlite/src/main/java/SQLite/ |
| D | Profile.java | 7 public interface Profile { interface
|
| /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/ |
| D | profile.rb | 36 module Profile module 96 Profile = Struct.new( constant 107 class Profile class
|
| /external/clang/lib/StaticAnalyzer/Checkers/ |
| D | TestAfterDivZeroChecker.cpp | 51 void Profile(llvm::FoldingSetNodeID &ID) const { in Profile() function in __anondf67671a0111::ZeroState 68 void Profile(llvm::FoldingSetNodeID &ID) const override { in Profile() function in __anondf67671a0111::DivisionBRVisitor
|
| /external/clang/include/clang/Analysis/ |
| 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
|
| /external/llvm/include/llvm/ProfileData/ |
| D | SampleProfWriter.h | 66 FunctionSamples &Profile = I.second; in write() local
|
| /external/mesa3d/src/egl/main/ |
| D | eglcontext.h | 58 EGLint Profile; member
|