/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/lib/IR/ |
D | AttributeImpl.h | 68 void Profile(FoldingSetNodeID &ID) const { in Profile() function 76 static void Profile(FoldingSetNodeID &ID, Attribute::AttrKind Kind, in Profile() function 81 static void Profile(FoldingSetNodeID &ID, StringRef Kind, StringRef Values) { in Profile() function 180 void Profile(FoldingSetNodeID &ID) const { in Profile() function 183 static void Profile(FoldingSetNodeID &ID, ArrayRef<Attribute> AttrList) { in Profile() function 265 void Profile(FoldingSetNodeID &ID) const { in Profile() function 268 static void Profile(FoldingSetNodeID &ID, in Profile() function
|
/external/llvm/unittests/ProfileData/ |
D | InstrProfTest.cpp | 47 auto Profile = Writer.writeBuffer(); in TEST_F() local 55 auto Profile = Writer.writeBuffer(); in TEST_F() local 75 auto Profile = Writer.writeBuffer(); in TEST_F() local 102 auto Profile = Writer.writeBuffer(); in TEST_F() local 148 auto Profile = Writer.writeBuffer(); in TEST_F() local 199 auto Profile = Writer.writeBuffer(); in TEST_F() local 291 auto Profile = Writer.writeBuffer(); in TEST_F() local 384 auto Profile = Writer.writeBuffer(); in TEST_F() local 501 auto Profile = Writer.writeBuffer(); in TEST_F() local 512 auto Profile = Writer.writeBuffer(); in TEST_F() local
|
/external/clang/include/clang/StaticAnalyzer/Core/BugReporter/ |
D | BugReporterVisitor.h | 169 void Profile(llvm::FoldingSetNodeID &ID) const override { in Profile() function 188 void Profile(llvm::FoldingSetNodeID &ID) const override { in Profile() function 260 void Profile(llvm::FoldingSetNodeID &ID) const override { in Profile() function 290 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
|
/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 | 1061 void PathDiagnosticLocation::Profile(llvm::FoldingSetNodeID &ID) const { in Profile() function in PathDiagnosticLocation 1068 void PathDiagnosticPiece::Profile(llvm::FoldingSetNodeID &ID) const { in Profile() function in PathDiagnosticPiece 1081 void PathDiagnosticCallPiece::Profile(llvm::FoldingSetNodeID &ID) const { in Profile() function in PathDiagnosticCallPiece 1089 void PathDiagnosticSpotPiece::Profile(llvm::FoldingSetNodeID &ID) const { in Profile() function in PathDiagnosticSpotPiece 1094 void PathDiagnosticControlFlowPiece::Profile(llvm::FoldingSetNodeID &ID) const { in Profile() function in PathDiagnosticControlFlowPiece 1100 void PathDiagnosticMacroPiece::Profile(llvm::FoldingSetNodeID &ID) const { in Profile() function in PathDiagnosticMacroPiece 1107 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 __anone94b08a80111::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 240 static inline void Profile(FoldingSetNodeID& ID, const ImmutableMap& M) { in Profile() function 244 inline void Profile(FoldingSetNodeID& ID) const { in Profile() function 399 static inline void Profile(FoldingSetNodeID &ID, const ImmutableMapRef &M) { in Profile() function 403 inline void Profile(FoldingSetNodeID &ID) const { return Profile(ID, *this); } in Profile() function
|
D | FoldingSet.h | 210 static void Profile(const T &X, FoldingSetNodeID &ID) { in Profile() function 213 static void Profile(T &X, FoldingSetNodeID &ID) { in Profile() function 247 static void Profile(T &X, FoldingSetNodeID &ID, Ctx Context) { in Profile() function 707 void Profile(FoldingSetNodeID &ID) { FoldingSetTrait<T>::Profile(data, ID); } in Profile() function 729 void Profile(FoldingSetNodeID &ID) const { ID.AddNodeID(FastID); } 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
|
/external/javasqlite/src/main/java/SQLite/ |
D | Profile.java | 7 public interface Profile { interface
|
/external/llvm/lib/Support/ |
D | APSInt.cpp | 39 void APSInt::Profile(FoldingSetNodeID& ID) const { in Profile() function in APSInt
|
/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/llvm/include/llvm/ProfileData/ |
D | SampleProfWriter.h | 48 const FunctionSamples &Profile = I.second; in write() local
|
/external/llvm/include/llvm/IR/ |
D | Attributes.h | 160 void Profile(FoldingSetNodeID &ID) const { in Profile() function
|
D | LegacyPassManagers.h | 260 void Profile(FoldingSetNodeID &ID) const { in Profile() function 263 static void Profile(FoldingSetNodeID &ID, const AnalysisUsage &AU) { in Profile() function
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
D | TestAfterDivZeroChecker.cpp | 51 void Profile(llvm::FoldingSetNodeID &ID) const { in Profile() function in __anon1a80d7460111::ZeroState 68 void Profile(llvm::FoldingSetNodeID &ID) const override { in Profile() function in __anon1a80d7460111::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/libgdx/extensions/gdx-box2d/gdx-box2d-gwt/src/com/badlogic/gdx/physics/box2d/gwt/emu/org/jbox2d/dynamics/ |
D | Profile.java | 30 public class Profile { class
|