Searched defs:Profile (Results 51 - 75 of 78) sorted by relevance

1234

/external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporter.h308 /// Profile to identify equivalent bug reports for error report coalescing.
311 virtual void Profile(llvm::FoldingSetNodeID& hash) const;
353 void Profile(llvm::FoldingSetNodeID& ID) const { function in class:clang::ento::BugReportEquivClass
355 Reports.front().Profile(ID);
H A DPathDiagnostic.h69 void Profile(llvm::FoldingSetNodeID &ID) { ID = NodeID; } function in class:clang::ento::PathDiagnosticConsumer::PDFileEntry
286 void Profile(llvm::FoldingSetNodeID &ID) const;
317 void Profile(llvm::FoldingSetNodeID &ID) const { function in class:clang::ento::PathDiagnosticLocationPair
318 Start.Profile(ID);
319 End.Profile(ID);
397 virtual void Profile(llvm::FoldingSetNodeID &ID) const;
443 virtual void Profile(llvm::FoldingSetNodeID &ID) const;
607 virtual void Profile(llvm::FoldingSetNodeID &ID) const;
677 virtual void Profile(llvm::FoldingSetNodeID &ID) const;
703 virtual void Profile(llv
[all...]
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSymbolManager.h72 virtual void Profile(llvm::FoldingSetNodeID& profile) = 0;
136 static void Profile(llvm::FoldingSetNodeID& profile, const TypedValueRegion* R) { function in class:clang::ento::SymbolRegionValue
141 virtual void Profile(llvm::FoldingSetNodeID& profile) { function in class:clang::ento::SymbolRegionValue
142 Profile(profile, R);
180 static void Profile(llvm::FoldingSetNodeID& profile, const Stmt *S, function in class:clang::ento::SymbolConjured
191 virtual void Profile(llvm::FoldingSetNodeID& profile) { function in class:clang::ento::SymbolConjured
192 Profile(profile, S, T, Count, LCtx, SymbolTag);
218 static void Profile(llvm::FoldingSetNodeID& profile, SymbolRef parent, function in class:clang::ento::SymbolDerived
225 virtual void Profile(llvm::FoldingSetNodeID& profile) { function in class:clang::ento::SymbolDerived
226 Profile(profil
251 static void Profile(llvm::FoldingSetNodeID& profile, const SubRegion *R) { function in class:clang::ento::SymbolExtent
256 virtual void Profile(llvm::FoldingSetNodeID& profile) { function in class:clang::ento::SymbolExtent
290 static void Profile(llvm::FoldingSetNodeID& profile, const MemRegion *R, function in class:clang::ento::SymbolMetadata
301 virtual void Profile(llvm::FoldingSetNodeID& profile) { function in class:clang::ento::SymbolMetadata
329 static void Profile(llvm::FoldingSetNodeID& ID, function in class:clang::ento::SymbolCast
337 void Profile(llvm::FoldingSetNodeID& ID) { function in class:clang::ento::SymbolCast
385 static void Profile(llvm::FoldingSetNodeID& ID, const SymExpr *lhs, function in class:clang::ento::SymIntExpr
395 void Profile(llvm::FoldingSetNodeID& ID) { function in class:clang::ento::SymIntExpr
420 static void Profile(llvm::FoldingSetNodeID& ID, const llvm::APSInt& lhs, function in class:clang::ento::IntSymExpr
430 void Profile(llvm::FoldingSetNodeID& ID) { function in class:clang::ento::IntSymExpr
455 static void Profile(llvm::FoldingSetNodeID& ID, const SymExpr *lhs, function in class:clang::ento::SymSymExpr
464 void Profile(llvm::FoldingSetNodeID& ID) { function in class:clang::ento::SymSymExpr
[all...]
H A DMemRegion.h136 virtual void Profile(llvm::FoldingSetNodeID& ID) const = 0;
212 void Profile(llvm::FoldingSetNodeID &ID) const;
246 void Profile(llvm::FoldingSetNodeID &ID) const;
376 void Profile(llvm::FoldingSetNodeID &ID) const;
466 void Profile(llvm::FoldingSetNodeID& ID) const;
576 void Profile(llvm::FoldingSetNodeID& ID) const;
617 void Profile(llvm::FoldingSetNodeID& ID) const;
692 void Profile(llvm::FoldingSetNodeID& ID) const;
727 void Profile(llvm::FoldingSetNodeID& ID) const;
765 void Profile(llv function in class:clang::ento::StringRegion
799 void Profile(llvm::FoldingSetNodeID& ID) const { function in class:clang::ento::ObjCStringRegion
[all...]
/external/clang/lib/StaticAnalyzer/Core/
H A DBugReporterVisitors.cpp159 virtual void Profile(llvm::FoldingSetNodeID &ID) const { function in class:__anon15587::ReturnVisitor
413 void FindLastStoreBRVisitor ::Profile(llvm::FoldingSetNodeID &ID) const { function in class:FindLastStoreBRVisitor
711 void TrackConstraintBRVisitor::Profile(llvm::FoldingSetNodeID &ID) const { function in class:TrackConstraintBRVisitor
800 void SuppressInlineDefensiveChecksVisitor::Profile(FoldingSetNodeID &ID) const { function in class:SuppressInlineDefensiveChecksVisitor
H A DMemRegion.cpp248 void MemSpaceRegion::Profile(llvm::FoldingSetNodeID& ID) const { function in class:MemSpaceRegion
252 void StackSpaceRegion::Profile(llvm::FoldingSetNodeID &ID) const { function in class:StackSpaceRegion
257 void StaticGlobalSpaceRegion::Profile(llvm::FoldingSetNodeID &ID) const { function in class:StaticGlobalSpaceRegion
287 void AllocaRegion::Profile(llvm::FoldingSetNodeID& ID) const { function in class:AllocaRegion
291 void CompoundLiteralRegion::Profile(llvm::FoldingSetNodeID& ID) const { function in class:CompoundLiteralRegion
311 void CXXThisRegion::Profile(llvm::FoldingSetNodeID &ID) const { function in class:CXXThisRegion
328 void DeclRegion::Profile(llvm::FoldingSetNodeID& ID) const { function in class:DeclRegion
332 void VarRegion::Profile(llvm::FoldingSetNodeID &ID) const { function in class:VarRegion
343 void SymbolicRegion::Profile(llvm::FoldingSetNodeID& ID) const { function in class:SymbolicRegion
353 Idx.Profile(I
356 void ElementRegion::Profile(llvm::FoldingSetNodeID& ID) const { function in class:ElementRegion
367 void FunctionTextRegion::Profile(llvm::FoldingSetNodeID& ID) const { function in class:FunctionTextRegion
379 void BlockTextRegion::Profile(llvm::FoldingSetNodeID& ID) const { function in class:BlockTextRegion
393 void BlockDataRegion::Profile(llvm::FoldingSetNodeID& ID) const { function in class:BlockDataRegion
404 void CXXTempObjectRegion::Profile(llvm::FoldingSetNodeID &ID) const { function in class:CXXTempObjectRegion
417 void CXXBaseObjectRegion::Profile(llvm::FoldingSetNodeID &ID) const { function in class:CXXBaseObjectRegion
[all...]
H A DPathDiagnostic.cpp259 // Profile the node to see if we already have something matching it
261 D->Profile(profile);
1045 void PathDiagnosticLocation::Profile(llvm::FoldingSetNodeID &ID) const { function in class:PathDiagnosticLocation
1052 void PathDiagnosticPiece::Profile(llvm::FoldingSetNodeID &ID) const { function in class:PathDiagnosticPiece
1065 void PathDiagnosticCallPiece::Profile(llvm::FoldingSetNodeID &ID) const { function in class:PathDiagnosticCallPiece
1066 PathDiagnosticPiece::Profile(ID);
1073 void PathDiagnosticSpotPiece::Profile(llvm::FoldingSetNodeID &ID) const { function in class:PathDiagnosticSpotPiece
1074 PathDiagnosticPiece::Profile(ID);
1078 void PathDiagnosticControlFlowPiece::Profile(llvm::FoldingSetNodeID &ID) const { function in class:PathDiagnosticControlFlowPiece
1079 PathDiagnosticPiece::Profile(I
1084 void PathDiagnosticMacroPiece::Profile(llvm::FoldingSetNodeID &ID) const { function in class:PathDiagnosticMacroPiece
1091 void PathDiagnostic::Profile(llvm::FoldingSetNodeID &ID) const { function in class:PathDiagnostic
[all...]
H A DRegionStore.cpp87 void Profile(llvm::FoldingSetNodeID& ID) const { function in class:__anon15606::BindingKey
H A DBugReporter.cpp2508 visitor->Profile(ID);
2542 void BugReport::Profile(llvm::FoldingSetNodeID& hash) const { function in class:BugReport
2547 UL.Profile(hash);
2549 Location.Profile(hash);
3226 R->Profile(ID);
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
H A DConsoleModel.js257 Profile: "profile",
/external/clang/include/clang/AST/
H A DDeclTemplate.h380 void Profile(llvm::FoldingSetNodeID &ID) { function in class:clang::TemplateParameterList::FunctionTemplateSpecializationInfo
381 Profile(ID, TemplateArguments->data(),
387 Profile(llvm::FoldingSetNodeID &ID, const TemplateArgument *TemplateArgs, function in class:clang::TemplateParameterList::FunctionTemplateSpecializationInfo
391 TemplateArgs[Arg].Profile(ID, Context);
1621 void Profile(llvm::FoldingSetNodeID &ID) const { function in class:clang::TemplateParameterList::ClassTemplateSpecializationDecl
1622 Profile(ID, TemplateArgs->data(), TemplateArgs->size(), getASTContext());
1626 Profile(llvm::FoldingSetNodeID &ID, const TemplateArgument *TemplateArgs, function in class:clang::TemplateParameterList::ClassTemplateSpecializationDecl
1630 TemplateArgs[Arg].Profile(ID, Context);
1801 // FIXME: Add Profile support!
2505 void Profile(llv function in class:clang::TemplateParameterList::VarTemplateSpecializationDecl
2509 static void Profile(llvm::FoldingSetNodeID &ID, function in class:clang::TemplateParameterList::VarTemplateSpecializationDecl
[all...]
H A DASTContext.h184 void Profile(llvm::FoldingSetNodeID &ID) { Profile(ID, Parm); } function in class:clang::ASTContext::CanonicalTemplateTemplateParm
186 static void Profile(llvm::FoldingSetNodeID &ID,
H A DType.h476 void Profile(llvm::FoldingSetNodeID &ID) const { function in class:clang::Qualifiers
922 void Profile(llvm::FoldingSetNodeID &ID) const { function in class:clang::QualType
1107 void Profile(llvm::FoldingSetNodeID &ID) const { function in class:clang::ExtQuals
1108 Profile(ID, getBaseType(), Quals);
1110 static void Profile(llvm::FoldingSetNodeID &ID, function in class:clang::ExtQuals
1115 Quals.Profile(ID);
1923 void Profile(llvm::FoldingSetNodeID &ID) { function in class:clang::ComplexType
1924 Profile(ID, getElementType());
1926 static void Profile(llvm::FoldingSetNodeID &ID, QualType Element) { function in class:clang::ComplexType
1954 void Profile(llv function in class:clang::ParenType
1957 static void Profile(llvm::FoldingSetNodeID &ID, QualType Inner) { function in class:clang::ParenType
1985 void Profile(llvm::FoldingSetNodeID &ID) { function in class:clang::PointerType
1988 static void Profile(llvm::FoldingSetNodeID &ID, QualType Pointee) { function in class:clang::PointerType
2023 void Profile(llvm::FoldingSetNodeID &ID) { function in class:clang::DecayedType
2026 static void Profile(llvm::FoldingSetNodeID &ID, QualType OriginalType) { function in class:clang::DecayedType
2056 void Profile(llvm::FoldingSetNodeID &ID) { function in class:clang::BlockPointerType
2059 static void Profile(llvm::FoldingSetNodeID &ID, QualType Pointee) { function in class:clang::BlockPointerType
2099 void Profile(llvm::FoldingSetNodeID &ID) { function in class:clang::ReferenceType
2102 static void Profile(llvm::FoldingSetNodeID &ID, function in class:clang::ReferenceType
2188 void Profile(llvm::FoldingSetNodeID &ID) { function in class:clang::MemberPointerType
2191 static void Profile(llvm::FoldingSetNodeID &ID, QualType Pointee, function in class:clang::MemberPointerType
2291 void Profile(llvm::FoldingSetNodeID &ID) { function in class:clang::ConstantArrayType
2295 static void Profile(llvm::FoldingSetNodeID &ID, QualType ET, function in class:clang::ConstantArrayType
2328 void Profile(llvm::FoldingSetNodeID &ID) { function in class:clang::IncompleteArrayType
2333 static void Profile(llvm::FoldingSetNodeID &ID, QualType ET, function in class:clang::IncompleteArrayType
2390 void Profile(llvm::FoldingSetNodeID &ID) { function in class:clang::VariableArrayType
2447 void Profile(llvm::FoldingSetNodeID &ID) { function in class:clang::DependentSizedArrayType
2489 void Profile(llvm::FoldingSetNodeID &ID) { function in class:clang::DependentSizedExtVectorType
2540 void Profile(llvm::FoldingSetNodeID &ID) { function in class:clang::VectorType
2544 static void Profile(llvm::FoldingSetNodeID &ID, QualType ElementType, function in class:clang::VectorType
2799 void Profile(llvm::FoldingSetNodeID &ID) { function
2802 static void Profile(llvm::FoldingSetNodeID &ID, QualType ResultType, function
3166 void Profile(llvm::FoldingSetNodeID &ID) { function in class:clang::FunctionType::ExtInfo::FunctionProtoType::DependentTypeOfExprType
3231 void Profile(llvm::FoldingSetNodeID &ID) { function in class:clang::FunctionType::ExtInfo::FunctionProtoType::DependentDecltypeType
3419 void Profile(llvm::FoldingSetNodeID &ID) { function in class:clang::FunctionType::ExtInfo::FunctionProtoType::AttributedType
3423 static void Profile(llvm::FoldingSetNodeID &ID, Kind attrKind, function in class:clang::FunctionType::ExtInfo::FunctionProtoType::AttributedType
3490 void Profile(llvm::FoldingSetNodeID &ID) { function in class:clang::FunctionType::ExtInfo::FunctionProtoType::TemplateTypeParmType
3494 static void Profile(llvm::FoldingSetNodeID &ID, unsigned Depth, function in class:clang::FunctionType::ExtInfo::FunctionProtoType::TemplateTypeParmType
3543 void Profile(llvm::FoldingSetNodeID &ID) { function in class:clang::FunctionType::ExtInfo::FunctionProtoType::SubstTemplateTypeParmType
3546 static void Profile(llvm::FoldingSetNodeID &ID, function in class:clang::FunctionType::ExtInfo::FunctionProtoType::SubstTemplateTypeParmType
3643 void Profile(llvm::FoldingSetNodeID &ID) { function in class:clang::FunctionType::ExtInfo::FunctionProtoType::AutoType
3647 static void Profile(llvm::FoldingSetNodeID &ID, QualType Deduced, function in class:clang::FunctionType::ExtInfo::FunctionProtoType::AutoType
3787 void Profile(llvm::FoldingSetNodeID &ID, const ASTContext &Ctx) { function in class:clang::FunctionType::ExtInfo::FunctionProtoType::TemplateSpecializationType
3995 void Profile(llvm::FoldingSetNodeID &ID) { function in class:clang::FunctionType::ExtInfo::FunctionProtoType::ElaboratedType
3999 static void Profile(llvm::FoldingSetNodeID &ID, ElaboratedTypeKeyword Keyword, function in class:clang::FunctionType::ExtInfo::FunctionProtoType::ElaboratedType
4058 void Profile(llvm::FoldingSetNodeID &ID) { function in class:clang::FunctionType::ExtInfo::FunctionProtoType::DependentNameType
4062 static void Profile(llvm::FoldingSetNodeID &ID, ElaboratedTypeKeyword Keyword, function in class:clang::FunctionType::ExtInfo::FunctionProtoType::DependentNameType
4127 void Profile(llvm::FoldingSetNodeID &ID, const ASTContext &Context) { function in class:clang::FunctionType::ExtInfo::FunctionProtoType::DependentTemplateSpecializationType
4207 void Profile(llvm::FoldingSetNodeID &ID) { function in class:clang::FunctionType::ExtInfo::FunctionProtoType::PackExpansionType
4211 static void Profile(llvm::FoldingSetNodeID &ID, QualType Pattern, function in class:clang::FunctionType::ExtInfo::FunctionProtoType::PackExpansionType
4535 void Profile(llvm::FoldingSetNodeID &ID) { function in class:clang::FunctionType::ExtInfo::FunctionProtoType::ObjCObjectPointerType
4538 static void Profile(llvm::FoldingSetNodeID &ID, QualType T) { function in class:clang::FunctionType::ExtInfo::FunctionProtoType::ObjCObjectPointerType
4565 void Profile(llvm::FoldingSetNodeID &ID) { function in class:clang::FunctionType::ExtInfo::FunctionProtoType::AtomicType
4568 static void Profile(llvm::FoldingSetNodeID &ID, QualType T) { function in class:clang::FunctionType::ExtInfo::FunctionProtoType::AtomicType
[all...]
/external/clang/lib/AST/
H A DStmtProfile.cpp1 //===---- StmtProfile.cpp - Profile implementation for Stmt ASTs ----------===//
10 // This file implements the Stmt::Profile method, which builds a unique bit
309 S->getValue().Profile(ID);
320 S->getValue().Profile(ID);
1033 // Profile exactly as the replacement expression.
1207 Name.Profile(ID);
1218 // Mostly repetitive with TemplateArgument::Profile!
1242 Arg.getAsIntegral().Profile(ID);
1258 void Stmt::Profile(llvm::FoldingSetNodeID &ID, const ASTContext &Context, function in class:Stmt
H A DType.cpp135 void DependentSizedArrayType::Profile(llvm::FoldingSetNodeID &ID, function in class:DependentSizedArrayType
144 E->Profile(ID, Context, true);
164 DependentSizedExtVectorType::Profile(llvm::FoldingSetNodeID &ID, function in class:DependentSizedExtVectorType
168 SizeExpr->Profile(ID, Context, true);
1455 DependentTemplateSpecializationType::Profile(llvm::FoldingSetNodeID &ID, function in class:DependentTemplateSpecializationType
1466 Args[Idx].Profile(ID, Context);
1691 void FunctionProtoType::Profile(llvm::FoldingSetNodeID &ID, QualType Result, function in class:FunctionProtoType
1732 epi.NoexceptExpr->Profile(ID, Context, false);
1741 epi.ExtInfo.Profile(ID);
1745 void FunctionProtoType::Profile(llv function in class:FunctionProtoType
1774 void DependentTypeOfExprType::Profile(llvm::FoldingSetNodeID &ID, function in class:DependentTypeOfExprType
1803 void DependentDecltypeType::Profile(llvm::FoldingSetNodeID &ID, function in class:DependentDecltypeType
1908 void SubstTemplateTypeParmPackType::Profile(llvm::FoldingSetNodeID &ID) { function in class:SubstTemplateTypeParmPackType
1912 void SubstTemplateTypeParmPackType::Profile(llvm::FoldingSetNodeID &ID, function in class:SubstTemplateTypeParmPackType
2021 TemplateSpecializationType::Profile(llvm::FoldingSetNodeID &ID, function in class:TemplateSpecializationType
2047 void ObjCObjectTypeImpl::Profile(llvm::FoldingSetNodeID &ID, function in class:ObjCObjectTypeImpl
2056 void ObjCObjectTypeImpl::Profile(llvm::FoldingSetNodeID &ID) { function in class:ObjCObjectTypeImpl
[all...]
H A DASTContext.cpp532 ASTContext::CanonicalTemplateTemplateParm::Profile(llvm::FoldingSetNodeID &ID, function in class:ASTContext::CanonicalTemplateTemplateParm
567 Profile(ID, TTP);
576 CanonicalTemplateTemplateParm::Profile(ID, TTP);
1981 ExtQuals::Profile(ID, baseType, quals);
2092 ComplexType::Profile(ID, T);
2120 PointerType::Profile(ID, T);
2146 DecayedType::Profile(ID, T);
2188 BlockPointerType::Profile(ID, T);
2223 ReferenceType::Profile(ID, T, SpelledAsLValue);
2260 ReferenceType::Profile(I
[all...]
/external/clang/lib/CodeGen/
H A DCodeGenModule.h657 void Profile(llvm::FoldingSetNodeID &id) const { function in class:clang::CodeGen::CodeGenModule::ByrefHelpers
/external/clang/lib/Sema/
H A DAnalysisBasedWarnings.cpp1037 const WeakObjectProfileTy &Profile = I->first; local
1038 if (!Profile.isExactProfile())
1041 const NamedDecl *Base = Profile.getBase();
1043 Base = Profile.getProperty();
/external/clang/lib/StaticAnalyzer/Checkers/
H A DMallocChecker.cpp96 void Profile(llvm::FoldingSetNodeID &ID) const { function in class:__anon15530::RefState
134 void Profile(llvm::FoldingSetNodeID &ID) const { function in struct:__anon15530::ReallocPair
359 void Profile(llvm::FoldingSetNodeID &ID) const { function in class:__anon15530::MallocChecker::MallocBugVisitor
H A DRetainCountChecker.cpp73 static inline void Profile(const ArgEffect X, FoldingSetNodeID& ID) { function in struct:llvm::FoldingSetTrait
144 void Profile(llvm::FoldingSetNodeID& ID) const { function in class:__anon15555::RetEffect
252 void Profile(llvm::FoldingSetNodeID& ID) const { function in class:__anon15555::RefVal
431 /// Profile this summary for inclusion in a FoldingSet.
432 void Profile(llvm::FoldingSetNodeID& ID) const { function in class:__anon15556::RetainSummary
857 OldSumm.Profile(ID);
1712 virtual void Profile(llvm::FoldingSetNodeID &ID) const { function in class:__anon15560::CFRefReportVisitor
/external/llvm/include/llvm/ADT/
H A DImmutableSet.h305 ImutInfo::Profile(ID,V);
811 // Trait classes for Profile information.
822 static inline void Profile(FoldingSetNodeID& ID, value_type_ref X) { function in struct:llvm::ImutProfileInfo
823 FoldingSetTrait<T>::Profile(X,ID);
827 /// Profile traits for integers.
833 static inline void Profile(FoldingSetNodeID& ID, value_type_ref X) { function in struct:llvm::ImutProfileInteger
861 static inline void Profile(FoldingSetNodeID &ID, value_type_ref X) { function in struct:llvm::ImutProfileInfo
1089 static inline void Profile(FoldingSetNodeID& ID, const ImmutableSet& S) { function in class:llvm::ImmutableSet
1093 inline void Profile(FoldingSetNodeID& ID) const { function in class:llvm::ImmutableSet
1094 return Profile(I
1215 static inline void Profile(FoldingSetNodeID& ID, const ImmutableSetRef& S) { function in class:llvm::ImmutableSetRef
1219 inline void Profile(FoldingSetNodeID& ID) const { function in class:llvm::ImmutableSetRef
[all...]
/external/llvm/lib/CodeGen/
H A DMachineInstr.cpp433 /// Profile - Gather unique data for the object.
435 void MachineMemOperand::Profile(FoldingSetNodeID &ID) const { function in class:MachineMemOperand
/external/llvm/lib/TableGen/
H A DRecord.cpp475 void BitsInit::Profile(FoldingSetNodeID &ID) const { function in class:BitsInit
628 void ListInit::Profile(FoldingSetNodeID &ID) const { function in class:ListInit
1583 void DagInit::Profile(FoldingSetNodeID &ID) const { function in class:DagInit
/external/clang/lib/Analysis/
H A DThreadSafety.cpp776 void Profile(llvm::FoldingSetNodeID &ID) const { function in struct:__anon15162::LockData
/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp320 // SDNode Profile Support
5941 /// Profile - Gather unique data for the node.
5943 void SDNode::Profile(FoldingSetNodeID &ID) const { function in class:SDNode

Completed in 794 milliseconds

1234