Home
last modified time | relevance | path

Searched defs:Profile (Results 1 – 25 of 107) sorted by relevance

12345

/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DEnvironment.h44 static void Profile(llvm::FoldingSetNodeID &ID, in Profile() function
50 void Profile(llvm::FoldingSetNodeID &ID) const { in Profile() function
82 static void Profile(llvm::FoldingSetNodeID& ID, const Environment* env) { in Profile() function
88 void Profile(llvm::FoldingSetNodeID& ID) const { in Profile() function
DSymbolManager.h51 static void Profile(llvm::FoldingSetNodeID& profile, const TypedValueRegion* R) { in Profile() function
56 void Profile(llvm::FoldingSetNodeID& profile) override { in Profile() function
94 static void Profile(llvm::FoldingSetNodeID& profile, const Stmt *S, in Profile() function
105 void Profile(llvm::FoldingSetNodeID& profile) override { in Profile() function
133 static void Profile(llvm::FoldingSetNodeID& profile, SymbolRef parent, in Profile() function
140 void Profile(llvm::FoldingSetNodeID& profile) override { in Profile() function
166 static void Profile(llvm::FoldingSetNodeID& profile, const SubRegion *R) { in Profile() function
171 void Profile(llvm::FoldingSetNodeID& profile) override { in Profile() function
205 static void Profile(llvm::FoldingSetNodeID& profile, const MemRegion *R, in Profile() function
216 void Profile(llvm::FoldingSetNodeID& profile) override { in Profile() function
[all …]
DDynamicTypeInfo.h40 void Profile(llvm::FoldingSetNodeID &ID) const { in Profile() function
DBasicValueFactory.h42 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/clang/include/clang/StaticAnalyzer/Core/BugReporter/
DBugReporterVisitor.h170 void Profile(llvm::FoldingSetNodeID &ID) const override { in Profile() function
189 void Profile(llvm::FoldingSetNodeID &ID) const override { in Profile() function
261 void Profile(llvm::FoldingSetNodeID &ID) const override { in Profile() function
291 void Profile(llvm::FoldingSetNodeID &ID) const override { in Profile() function
/external/llvm/lib/IR/
DAttributeImpl.h71 void Profile(FoldingSetNodeID &ID) const { in Profile() function
79 static void Profile(FoldingSetNodeID &ID, Attribute::AttrKind Kind, in Profile() function
84 static void Profile(FoldingSetNodeID &ID, StringRef Kind, StringRef Values) { in Profile() function
203 void Profile(FoldingSetNodeID &ID) const { in Profile() function
206 static void Profile(FoldingSetNodeID &ID, ArrayRef<Attribute> AttrList) { in Profile() function
317 void Profile(FoldingSetNodeID &ID) const { in Profile() function
320 static void Profile(FoldingSetNodeID &ID, in Profile() function
/external/llvm/unittests/ProfileData/
DInstrProfTest.cpp67 auto Profile = Writer.writeBuffer(); in TEST_P() local
75 auto Profile = Writer.writeBuffer(); in TEST_P() local
95 auto Profile = Writer.writeBuffer(); in TEST_P() local
122 auto Profile = Writer.writeBuffer(); in TEST_P() local
156 auto Profile = Writer.writeBuffer(); in TEST_F() local
236 auto Profile = Writer.writeBuffer(); in TEST_P() local
268 auto Profile = Writer.writeBuffer(); in TEST_P() local
379 auto Profile = Writer.writeBuffer(); in TEST_P() local
429 auto Profile = Writer.writeBuffer(); in TEST_P() local
514 auto Profile = Writer.writeBuffer(); in TEST_P() local
[all …]
/external/swiftshader/third_party/LLVM/lib/Support/
DAPSInt.cpp20 void APSInt::Profile(FoldingSetNodeID& ID) const { in Profile() function in APSInt
/external/clang/lib/AST/
DTemplateName.cpp30 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/
DBasicValueFactory.cpp23 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
DMemRegion.cpp244 void MemSpaceRegion::Profile(llvm::FoldingSetNodeID &ID) const { in Profile() function in MemSpaceRegion
248 void StackSpaceRegion::Profile(llvm::FoldingSetNodeID &ID) const { in Profile() function in StackSpaceRegion
253 void StaticGlobalSpaceRegion::Profile(llvm::FoldingSetNodeID &ID) const { in Profile() function in StaticGlobalSpaceRegion
283 void AllocaRegion::Profile(llvm::FoldingSetNodeID& ID) const { in Profile() function in AllocaRegion
287 void CompoundLiteralRegion::Profile(llvm::FoldingSetNodeID& ID) const { in Profile() function in CompoundLiteralRegion
307 void CXXThisRegion::Profile(llvm::FoldingSetNodeID &ID) const { in Profile() function in CXXThisRegion
324 void DeclRegion::Profile(llvm::FoldingSetNodeID& ID) const { in Profile() function in DeclRegion
328 void VarRegion::Profile(llvm::FoldingSetNodeID &ID) const { in Profile() function in VarRegion
339 void SymbolicRegion::Profile(llvm::FoldingSetNodeID& ID) const { in Profile() function in SymbolicRegion
352 void ElementRegion::Profile(llvm::FoldingSetNodeID& ID) const { in Profile() function in ElementRegion
[all …]
/external/clang/include/clang/AST/
DTemplateName.h294 void Profile(llvm::FoldingSetNodeID &ID) { in Profile() function
392 void Profile(llvm::FoldingSetNodeID &ID) { in Profile() function
396 static void Profile(llvm::FoldingSetNodeID &ID, NestedNameSpecifier *NNS, in Profile() function
490 void Profile(llvm::FoldingSetNodeID &ID) { in Profile() function
497 static void Profile(llvm::FoldingSetNodeID &ID, NestedNameSpecifier *NNS, in Profile() function
504 static void Profile(llvm::FoldingSetNodeID &ID, NestedNameSpecifier *NNS, in Profile() function
/external/javasqlite/src/main/java/SQLite/
DProfile.java7 public interface Profile { interface
/external/swiftshader/third_party/LLVM/include/llvm/ADT/
DImmutableList.h44 static inline void Profile(FoldingSetNodeID& ID, const T& H, in Profile() function
50 void Profile(FoldingSetNodeID& ID) { in Profile() function
135 void Profile(FoldingSetNodeID& ID) const { in Profile() function
DImmutableMap.h52 static inline void Profile(FoldingSetNodeID& ID, value_type_ref V) { in Profile() function
254 static inline void Profile(FoldingSetNodeID& ID, const ImmutableMap& M) { in Profile() function
258 inline void Profile(FoldingSetNodeID& ID) const { in Profile() function
407 static inline void Profile(FoldingSetNodeID& ID, const ImmutableMapRef &M) { in Profile() function
411 inline void Profile(FoldingSetNodeID& ID) const { in Profile() function
DFoldingSet.h212 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
645 void Profile(FoldingSetNodeID &ID) { FoldingSetTrait<T>::Profile(data, ID); } in Profile() function
665 void Profile(FoldingSetNodeID &ID) const { in Profile() function
/external/llvm/include/llvm/ADT/
DImmutableList.h43 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
DImmutableMap.h52 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
DFoldingSet.h224 static void Profile(const T &X, FoldingSetNodeID &ID) { in Profile() function
227 static void Profile(T &X, FoldingSetNodeID &ID) { in Profile() function
261 static void Profile(T &X, FoldingSetNodeID &ID, Ctx Context) { in Profile() function
721 void Profile(FoldingSetNodeID &ID) { FoldingSetTrait<T>::Profile(data, ID); } in Profile() function
743 void Profile(FoldingSetNodeID &ID) const { ID.AddNodeID(FastID); } in Profile() function
/external/llvm/lib/Support/
DAPSInt.cpp40 void APSInt::Profile(FoldingSetNodeID& ID) const { in Profile() function in APSInt
/external/clang/lib/StaticAnalyzer/Checkers/MPI-Checker/
DMPITypes.h34 void Profile(llvm::FoldingSetNodeID &Id) const { in Profile() function
DMPIBugReporter.h89 void Profile(llvm::FoldingSetNodeID &ID) const override { in Profile() function
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
Dprofile.rb36 module Profile module
96 Profile = Struct.new( constant
107 class Profile class
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DFoldingSet.h231 static void Profile(const T &X, FoldingSetNodeID &ID) { in Profile() function
234 static void Profile(T &X, FoldingSetNodeID &ID) { in Profile() function
266 static void Profile(T &X, FoldingSetNodeID &ID, Ctx Context) { in Profile() function
733 void Profile(FoldingSetNodeID &ID) { FoldingSetTrait<T>::Profile(data, ID); } in Profile() function
755 void Profile(FoldingSetNodeID &ID) const { ID.AddNodeID(FastID); } in Profile() function
/external/llvm/include/llvm/ProfileData/
DSampleProfWriter.h47 const FunctionSamples &Profile = I.second; in write() local

12345