Home
last modified time | relevance | path

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

1234

/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DEnvironment.h43 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
DSymbolManager.h133 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 …]
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/llvm/lib/IR/
DAttributeImpl.h68 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/
DInstrProfTest.cpp47 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/
DBugReporterVisitor.h169 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/
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.cpp248 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 …]
DPathDiagnostic.cpp1061 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
DBlockCounter.cpp40 void Profile(llvm::FoldingSetNodeID &ID) const { in Profile() function in __anone94b08a80111::CountKey
/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.h210 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/
DTemplateName.h319 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/
DProfile.java7 public interface Profile { interface
/external/llvm/lib/Support/
DAPSInt.cpp39 void APSInt::Profile(FoldingSetNodeID& ID) const { in Profile() function in APSInt
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
Dprofile.rb36 module Profile module
96 Profile = Struct.new( constant
107 class Profile class
/external/llvm/include/llvm/ProfileData/
DSampleProfWriter.h48 const FunctionSamples &Profile = I.second; in write() local
/external/llvm/include/llvm/IR/
DAttributes.h160 void Profile(FoldingSetNodeID &ID) const { in Profile() function
DLegacyPassManagers.h260 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/
DTestAfterDivZeroChecker.cpp51 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/
DAnalysisContext.h305 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/
DProfile.java30 public class Profile { class

1234