Home
last modified time | relevance | path

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

123

/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/unittests/ProfileData/
DInstrProfTest.cpp47 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/
DAttributeImpl.h67 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/
DBugReporterVisitor.h168 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/
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
DType.cpp135 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/
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.cpp1063 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
DBlockCounter.cpp40 void Profile(llvm::FoldingSetNodeID &ID) const { in Profile() function in __anon07016afc0111::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
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
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
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/
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
DCanonicalType.h182 void Profile(llvm::FoldingSetNodeID &ID) const { in Profile() function
/external/llvm/lib/Support/
DAPSInt.cpp20 void APSInt::Profile(FoldingSetNodeID& ID) const { in Profile() function in APSInt
/external/javasqlite/src/main/java/SQLite/
DProfile.java7 public interface Profile { interface
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
Dprofile.rb36 module Profile module
96 Profile = Struct.new( constant
107 class Profile class
/external/clang/lib/StaticAnalyzer/Checkers/
DTestAfterDivZeroChecker.cpp51 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/
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/llvm/include/llvm/ProfileData/
DSampleProfWriter.h66 FunctionSamples &Profile = I.second; in write() local
/external/mesa3d/src/egl/main/
Deglcontext.h58 EGLint Profile; member

123