|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
Definitions
include/llvm/ADT/ImmutableMap.h 249 inline void Profile(FoldingSetNodeID& ID) const {
include/llvm/ADT/ImmutableSet.h 1099 void Profile(FoldingSetNodeID &ID) const { return Profile(ID, *this); }
lib/Support/APInt.cpp 159 void APInt::Profile(FoldingSetNodeID& ID) const {
tools/clang/include/clang/AST/Type.h 560 void Profile(llvm::FoldingSetNodeID &ID) const {
1045 void Profile(llvm::FoldingSetNodeID &ID) const {
tools/clang/include/clang/Analysis/ConstructionContext.h 164 void Profile(llvm::FoldingSetNodeID &ID) const {
tools/clang/include/clang/Analysis/PathDiagnostic.h 355 void Profile(llvm::FoldingSetNodeID &ID) const {
tools/clang/include/clang/Analysis/ProgramPoint.h 208 void Profile(llvm::FoldingSetNodeID& ID) const {
tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/DynamicCastInfo.h 41 void Profile(llvm::FoldingSetNodeID &ID) const {
tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/DynamicTypeInfo.h 40 void Profile(llvm::FoldingSetNodeID &ID) const {
tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/Environment.h 50 void Profile(llvm::FoldingSetNodeID &ID) const {
tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/RangedConstraintManager.h 42 void Profile(llvm::FoldingSetNodeID &ID) const {
94 void Profile(llvm::FoldingSetNodeID &ID) const { ranges.Profile(ID); }
tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/SVals.h 123 void Profile(llvm::FoldingSetNodeID &ID) const {
tools/clang/lib/Analysis/PathDiagnostic.cpp 1069 void PathDiagnosticLocation::Profile(llvm::FoldingSetNodeID &ID) const {
1075 void PathDiagnosticPiece::Profile(llvm::FoldingSetNodeID &ID) const {
1118 void PathDiagnostic::Profile(llvm::FoldingSetNodeID &ID) const {
tools/clang/lib/StaticAnalyzer/Checkers/IteratorChecker.cpp 129 void Profile(llvm::FoldingSetNodeID &ID) const {
167 void Profile(llvm::FoldingSetNodeID &ID) const {
tools/clang/lib/StaticAnalyzer/Checkers/LocalizationChecker.cpp 55 void Profile(llvm::FoldingSetNodeID &ID) const { ID.AddInteger(K); }
tools/clang/lib/StaticAnalyzer/Checkers/MPI-Checker/MPITypes.h 33 void Profile(llvm::FoldingSetNodeID &Id) const {
tools/clang/lib/StaticAnalyzer/Checkers/MacOSKeychainAPIChecker.cpp 53 void Profile(llvm::FoldingSetNodeID &ID) const {
tools/clang/lib/StaticAnalyzer/Checkers/MallocChecker.cpp 178 void Profile(llvm::FoldingSetNodeID &ID) const {
254 void Profile(llvm::FoldingSetNodeID &ID) const {
tools/clang/lib/StaticAnalyzer/Checkers/MoveChecker.cpp 42 void Profile(llvm::FoldingSetNodeID &ID) const { ID.AddInteger(K); }
tools/clang/lib/StaticAnalyzer/Checkers/NullabilityChecker.cpp 206 void Profile(llvm::FoldingSetNodeID &ID) const {
tools/clang/lib/StaticAnalyzer/Checkers/PthreadLockChecker.cpp 63 void Profile(llvm::FoldingSetNodeID &ID) const {
tools/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/RetainCountChecker.h 226 void Profile(llvm::FoldingSetNodeID& ID) const {
tools/clang/lib/StaticAnalyzer/Checkers/SimpleStreamChecker.cpp 45 void Profile(llvm::FoldingSetNodeID &ID) const {
tools/clang/lib/StaticAnalyzer/Checkers/StreamChecker.cpp 52 void Profile(llvm::FoldingSetNodeID &ID) const {
tools/clang/lib/StaticAnalyzer/Checkers/TestAfterDivZeroChecker.cpp 50 void Profile(llvm::FoldingSetNodeID &ID) const {
tools/clang/lib/StaticAnalyzer/Checkers/UninitializedObject/UninitializedObject.h 104 void Profile(llvm::FoldingSetNodeID &ID) const { ID.AddPointer(this); }
tools/clang/lib/StaticAnalyzer/Core/BlockCounter.cpp 39 void Profile(llvm::FoldingSetNodeID &ID) const {
tools/clang/lib/StaticAnalyzer/Core/ExprEngine.cpp 176 void Profile(llvm::FoldingSetNodeID &ID) const {
tools/clang/lib/StaticAnalyzer/Core/LoopUnrolling.cpp 52 void Profile(llvm::FoldingSetNodeID &ID) const {
tools/clang/lib/StaticAnalyzer/Core/RegionStore.cpp 91 void Profile(llvm::FoldingSetNodeID& ID) const {
unittests/ADT/ImmutableListTest.cpp 23 void Profile(FoldingSetNodeID &ID) const { ID.AddInteger(F); }
95 void Profile(FoldingSetNodeID &ID) const { ID.AddPointer(this); }