/external/llvm/include/llvm/CodeGen/ |
SelectionDAG.h | 44 /// A reference to an Interned FoldingSetNodeID for this node. 67 /// to avoid computing temp FoldingSetNodeID and hash value. 69 static void Profile(const SDVTListNode &X, FoldingSetNodeID& ID) { 72 static bool Equals(const SDVTListNode &X, const FoldingSetNodeID &ID, 73 unsigned IDHash, FoldingSetNodeID &TempID) { 78 static unsigned ComputeHash(const SDVTListNode &X, FoldingSetNodeID &TempID) { [all...] |
DIE.h | 53 void Profile(FoldingSetNodeID &ID) const; 97 void Profile(FoldingSetNodeID &ID) const;
|
/external/clang/include/clang/Analysis/ |
ProgramPoint.h | 161 llvm::FoldingSetNodeID ID; 180 void Profile(llvm::FoldingSetNodeID& ID) const {
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
MacOSKeychainAPIChecker.cpp | 51 void Profile(llvm::FoldingSetNodeID &ID) const { 140 void Profile(llvm::FoldingSetNodeID &ID) const override {
|
PthreadLockChecker.cpp | 47 void Profile(llvm::FoldingSetNodeID &ID) const {
|
NullabilityChecker.cpp | 151 void Profile(llvm::FoldingSetNodeID &ID) const override { 212 void Profile(llvm::FoldingSetNodeID &ID) const { [all...] |
StreamChecker.cpp | 53 void Profile(llvm::FoldingSetNodeID &ID) const {
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
DIE.cpp | 40 void DIEAbbrevData::Profile(FoldingSetNodeID &ID) const { 41 // Explicitly cast to an integer type for which FoldingSetNodeID has 53 void DIEAbbrev::Profile(FoldingSetNodeID &ID) const {
|
/external/clang/lib/StaticAnalyzer/Core/ |
ExplodedGraph.cpp | 306 llvm::FoldingSetNodeID profile;
|
BugReporterVisitors.cpp | 30 using llvm::FoldingSetNodeID; 154 void Profile(llvm::FoldingSetNodeID &ID) const override { 409 void FindLastStoreBRVisitor ::Profile(llvm::FoldingSetNodeID &ID) const { 707 void TrackConstraintBRVisitor::Profile(llvm::FoldingSetNodeID &ID) const { 796 void SuppressInlineDefensiveChecksVisitor::Profile(FoldingSetNodeID &ID) const { [all...] |
RangeConstraintManager.cpp | 51 void Profile(llvm::FoldingSetNodeID &ID) const { 104 void Profile(llvm::FoldingSetNodeID &ID) const { ranges.Profile(ID); }
|
/external/llvm/include/llvm/ADT/ |
APFloat.h | 290 void Profile(FoldingSetNodeID &NID) const;
|
APSInt.h | 325 void Profile(FoldingSetNodeID& ID) const;
|
APInt.h | 28 class FoldingSetNodeID; 309 void Profile(FoldingSetNodeID &id) const; [all...] |
/external/llvm/include/llvm/IR/ |
Attributes.h | 160 void Profile(FoldingSetNodeID &ID) const {
|
/external/clang/lib/AST/ |
Type.cpp | 136 void DependentSizedArrayType::Profile(llvm::FoldingSetNodeID &ID, 165 DependentSizedExtVectorType::Profile(llvm::FoldingSetNodeID &ID, [all...] |
StmtProfile.cpp | 28 llvm::FoldingSetNodeID &ID; 33 StmtProfiler(llvm::FoldingSetNodeID &ID, const ASTContext &Context, [all...] |
NestedNameSpecifier.cpp | 30 llvm::FoldingSetNodeID ID;
|
/external/clang/lib/CodeGen/ |
CGBlocks.cpp | [all...] |
CodeGenModule.h | 226 void Profile(llvm::FoldingSetNodeID &id) const { 230 virtual void profileImpl(llvm::FoldingSetNodeID &id) const = 0; [all...] |
/external/llvm/include/llvm/TableGen/ |
Record.h | 471 void Profile(FoldingSetNodeID &ID) const; 604 void Profile(FoldingSetNodeID &ID) const; [all...] |
/external/clang/include/clang/AST/ |
CanonicalType.h | 182 void Profile(llvm::FoldingSetNodeID &ID) const {
|
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
SVals.h | 104 inline void Profile(llvm::FoldingSetNodeID& ID) const {
|
ProgramState.h | 133 static void Profile(llvm::FoldingSetNodeID& ID, const ProgramState *V) { 141 void Profile(llvm::FoldingSetNodeID& ID) const {
|
/external/llvm/lib/IR/ |
Attributes.cpp | 37 FoldingSetNodeID ID; 60 FoldingSetNodeID ID; 479 FoldingSetNodeID ID; 617 FoldingSetNodeID ID; [all...] |