HomeSort by relevance Sort by last modified time
    Searched refs:FoldingSetNodeID (Results 1 - 25 of 739) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/swiftshader/third_party/LLVM/lib/Support/
APSInt.cpp 20 void APSInt::Profile(FoldingSetNodeID& ID) const {
FoldingSet.cpp 58 // FoldingSetNodeID Implementation
62 void FoldingSetNodeID::AddPointer(const void *Ptr) {
70 void FoldingSetNodeID::AddInteger(signed I) {
73 void FoldingSetNodeID::AddInteger(unsigned I) {
76 void FoldingSetNodeID::AddInteger(long I) {
79 void FoldingSetNodeID::AddInteger(unsigned long I) {
88 void FoldingSetNodeID::AddInteger(long long I) {
91 void FoldingSetNodeID::AddInteger(unsigned long long I) {
97 void FoldingSetNodeID::AddString(StringRef String) {
149 void FoldingSetNodeID::AddNodeID(const FoldingSetNodeID &ID)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/ADT/
FoldingSet.h 42 /// passed a FoldingSetNodeID object which is used to gather the bits. Just
55 /// void Profile(FoldingSetNodeID &ID) const {
79 /// exists, then call FindNodeOrInsertPos with a FoldingSetNodeID of the bits to
82 /// FoldingSetNodeID ID;
103 class FoldingSetNodeID;
186 virtual void GetNodeProfile(Node *N, FoldingSetNodeID &ID) const = 0;
190 virtual bool NodeEquals(Node *N, const FoldingSetNodeID &ID, unsigned IDHash,
191 FoldingSetNodeID &TempID) const=0;
195 virtual unsigned ComputeNodeHash(Node *N, FoldingSetNodeID &TempID) const = 0;
212 Node *FindNodeOrInsertPos(const FoldingSetNodeID &ID, void *&InsertPos)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/ADT/
FoldingSet.h 42 /// passed a FoldingSetNodeID object which is used to gather the bits. Just
55 /// void Profile(FoldingSetNodeID &ID) const {
79 /// exists, then call FindNodeOrInsertPos with a FoldingSetNodeID of the bits to
82 /// FoldingSetNodeID ID;
103 class FoldingSetNodeID;
186 virtual void GetNodeProfile(Node *N, FoldingSetNodeID &ID) const = 0;
190 virtual bool NodeEquals(Node *N, const FoldingSetNodeID &ID, unsigned IDHash,
191 FoldingSetNodeID &TempID) const=0;
195 virtual unsigned ComputeNodeHash(Node *N, FoldingSetNodeID &TempID) const = 0;
212 Node *FindNodeOrInsertPos(const FoldingSetNodeID &ID, void *&InsertPos)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/ADT/
FoldingSet.h 42 /// passed a FoldingSetNodeID object which is used to gather the bits. Just
55 /// void Profile(FoldingSetNodeID &ID) const {
79 /// exists, then call FindNodeOrInsertPos with a FoldingSetNodeID of the bits to
82 /// FoldingSetNodeID ID;
103 class FoldingSetNodeID;
186 virtual void GetNodeProfile(Node *N, FoldingSetNodeID &ID) const = 0;
190 virtual bool NodeEquals(Node *N, const FoldingSetNodeID &ID, unsigned IDHash,
191 FoldingSetNodeID &TempID) const=0;
195 virtual unsigned ComputeNodeHash(Node *N, FoldingSetNodeID &TempID) const = 0;
212 Node *FindNodeOrInsertPos(const FoldingSetNodeID &ID, void *&InsertPos)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/ADT/
FoldingSet.h 42 /// passed a FoldingSetNodeID object which is used to gather the bits. Just
55 /// void Profile(FoldingSetNodeID &ID) const {
79 /// exists, then call FindNodeOrInsertPos with a FoldingSetNodeID of the bits to
82 /// FoldingSetNodeID ID;
103 class FoldingSetNodeID;
186 virtual void GetNodeProfile(Node *N, FoldingSetNodeID &ID) const = 0;
190 virtual bool NodeEquals(Node *N, const FoldingSetNodeID &ID, unsigned IDHash,
191 FoldingSetNodeID &TempID) const=0;
195 virtual unsigned ComputeNodeHash(Node *N, FoldingSetNodeID &TempID) const = 0;
212 Node *FindNodeOrInsertPos(const FoldingSetNodeID &ID, void *&InsertPos)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/ADT/
FoldingSet.h 42 /// passed a FoldingSetNodeID object which is used to gather the bits. Just
55 /// void Profile(FoldingSetNodeID &ID) const {
79 /// exists, then call FindNodeOrInsertPos with a FoldingSetNodeID of the bits to
82 /// FoldingSetNodeID ID;
103 class FoldingSetNodeID;
186 virtual void GetNodeProfile(Node *N, FoldingSetNodeID &ID) const = 0;
190 virtual bool NodeEquals(Node *N, const FoldingSetNodeID &ID, unsigned IDHash,
191 FoldingSetNodeID &TempID) const=0;
195 virtual unsigned ComputeNodeHash(Node *N, FoldingSetNodeID &TempID) const = 0;
212 Node *FindNodeOrInsertPos(const FoldingSetNodeID &ID, void *&InsertPos)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/ADT/
FoldingSet.h 42 /// passed a FoldingSetNodeID object which is used to gather the bits. Just
55 /// void Profile(FoldingSetNodeID &ID) const {
79 /// exists, then call FindNodeOrInsertPos with a FoldingSetNodeID of the bits to
82 /// FoldingSetNodeID ID;
103 class FoldingSetNodeID;
186 virtual void GetNodeProfile(Node *N, FoldingSetNodeID &ID) const = 0;
190 virtual bool NodeEquals(Node *N, const FoldingSetNodeID &ID, unsigned IDHash,
191 FoldingSetNodeID &TempID) const=0;
195 virtual unsigned ComputeNodeHash(Node *N, FoldingSetNodeID &TempID) const = 0;
212 Node *FindNodeOrInsertPos(const FoldingSetNodeID &ID, void *&InsertPos)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/ADT/
FoldingSet.h 42 /// passed a FoldingSetNodeID object which is used to gather the bits. Just
55 /// void Profile(FoldingSetNodeID &ID) const {
79 /// exists, then call FindNodeOrInsertPos with a FoldingSetNodeID of the bits to
82 /// FoldingSetNodeID ID;
103 class FoldingSetNodeID;
186 virtual void GetNodeProfile(Node *N, FoldingSetNodeID &ID) const = 0;
190 virtual bool NodeEquals(Node *N, const FoldingSetNodeID &ID, unsigned IDHash,
191 FoldingSetNodeID &TempID) const=0;
195 virtual unsigned ComputeNodeHash(Node *N, FoldingSetNodeID &TempID) const = 0;
212 Node *FindNodeOrInsertPos(const FoldingSetNodeID &ID, void *&InsertPos)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/ADT/
FoldingSet.h 42 /// passed a FoldingSetNodeID object which is used to gather the bits. Just
55 /// void Profile(FoldingSetNodeID &ID) const {
79 /// exists, then call FindNodeOrInsertPos with a FoldingSetNodeID of the bits to
82 /// FoldingSetNodeID ID;
103 class FoldingSetNodeID;
186 virtual void GetNodeProfile(Node *N, FoldingSetNodeID &ID) const = 0;
190 virtual bool NodeEquals(Node *N, const FoldingSetNodeID &ID, unsigned IDHash,
191 FoldingSetNodeID &TempID) const=0;
195 virtual unsigned ComputeNodeHash(Node *N, FoldingSetNodeID &TempID) const = 0;
212 Node *FindNodeOrInsertPos(const FoldingSetNodeID &ID, void *&InsertPos)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/ADT/
FoldingSet.h 42 /// passed a FoldingSetNodeID object which is used to gather the bits. Just
55 /// void Profile(FoldingSetNodeID &ID) const {
79 /// exists, then call FindNodeOrInsertPos with a FoldingSetNodeID of the bits to
82 /// FoldingSetNodeID ID;
103 class FoldingSetNodeID;
186 virtual void GetNodeProfile(Node *N, FoldingSetNodeID &ID) const = 0;
190 virtual bool NodeEquals(Node *N, const FoldingSetNodeID &ID, unsigned IDHash,
191 FoldingSetNodeID &TempID) const=0;
195 virtual unsigned ComputeNodeHash(Node *N, FoldingSetNodeID &TempID) const = 0;
212 Node *FindNodeOrInsertPos(const FoldingSetNodeID &ID, void *&InsertPos)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/ADT/
FoldingSet.h 42 /// passed a FoldingSetNodeID object which is used to gather the bits. Just
55 /// void Profile(FoldingSetNodeID &ID) const {
79 /// exists, then call FindNodeOrInsertPos with a FoldingSetNodeID of the bits to
82 /// FoldingSetNodeID ID;
103 class FoldingSetNodeID;
186 virtual void GetNodeProfile(Node *N, FoldingSetNodeID &ID) const = 0;
190 virtual bool NodeEquals(Node *N, const FoldingSetNodeID &ID, unsigned IDHash,
191 FoldingSetNodeID &TempID) const=0;
195 virtual unsigned ComputeNodeHash(Node *N, FoldingSetNodeID &TempID) const = 0;
212 Node *FindNodeOrInsertPos(const FoldingSetNodeID &ID, void *&InsertPos)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/ADT/
FoldingSet.h 42 /// passed a FoldingSetNodeID object which is used to gather the bits. Just
55 /// void Profile(FoldingSetNodeID &ID) const {
79 /// exists, then call FindNodeOrInsertPos with a FoldingSetNodeID of the bits to
82 /// FoldingSetNodeID ID;
103 class FoldingSetNodeID;
186 virtual void GetNodeProfile(Node *N, FoldingSetNodeID &ID) const = 0;
190 virtual bool NodeEquals(Node *N, const FoldingSetNodeID &ID, unsigned IDHash,
191 FoldingSetNodeID &TempID) const=0;
195 virtual unsigned ComputeNodeHash(Node *N, FoldingSetNodeID &TempID) const = 0;
212 Node *FindNodeOrInsertPos(const FoldingSetNodeID &ID, void *&InsertPos)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/ADT/
FoldingSet.h 42 /// passed a FoldingSetNodeID object which is used to gather the bits. Just
55 /// void Profile(FoldingSetNodeID &ID) const {
79 /// exists, then call FindNodeOrInsertPos with a FoldingSetNodeID of the bits to
82 /// FoldingSetNodeID ID;
103 class FoldingSetNodeID;
186 virtual void GetNodeProfile(Node *N, FoldingSetNodeID &ID) const = 0;
190 virtual bool NodeEquals(Node *N, const FoldingSetNodeID &ID, unsigned IDHash,
191 FoldingSetNodeID &TempID) const=0;
195 virtual unsigned ComputeNodeHash(Node *N, FoldingSetNodeID &TempID) const = 0;
212 Node *FindNodeOrInsertPos(const FoldingSetNodeID &ID, void *&InsertPos)
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/ADT/
FoldingSet.h 41 /// passed a FoldingSetNodeID object which is used to gather the bits. Just
54 /// void Profile(FoldingSetNodeID &ID) const {
78 /// exists, then call FindNodeOrInsertPos with a FoldingSetNodeID of the bits to
81 /// FoldingSetNodeID ID;
102 class FoldingSetNodeID;
162 Node *FindNodeOrInsertPos(const FoldingSetNodeID &ID, void *&InsertPos);
193 virtual void GetNodeProfile(Node *N, FoldingSetNodeID &ID) const = 0;
196 virtual bool NodeEquals(Node *N, const FoldingSetNodeID &ID,
197 FoldingSetNodeID &TempID) const=0;
201 FoldingSetNodeID &TempID) const = 0
    [all...]
  /external/llvm/lib/Support/
FoldingSet.cpp 48 // FoldingSetNodeID Implementation
52 void FoldingSetNodeID::AddPointer(const void *Ptr) {
60 void FoldingSetNodeID::AddInteger(signed I) {
63 void FoldingSetNodeID::AddInteger(unsigned I) {
66 void FoldingSetNodeID::AddInteger(long I) {
69 void FoldingSetNodeID::AddInteger(unsigned long I) {
78 void FoldingSetNodeID::AddInteger(long long I) {
81 void FoldingSetNodeID::AddInteger(unsigned long long I) {
87 void FoldingSetNodeID::AddString(StringRef String) {
140 void FoldingSetNodeID::AddNodeID(const FoldingSetNodeID &ID)
    [all...]
  /external/swiftshader/third_party/llvm-subzero/lib/Support/
FoldingSet.cpp 48 // FoldingSetNodeID Implementation
52 void FoldingSetNodeID::AddPointer(const void *Ptr) {
61 void FoldingSetNodeID::AddInteger(signed I) {
64 void FoldingSetNodeID::AddInteger(unsigned I) {
67 void FoldingSetNodeID::AddInteger(long I) {
70 void FoldingSetNodeID::AddInteger(unsigned long I) {
79 void FoldingSetNodeID::AddInteger(long long I) {
82 void FoldingSetNodeID::AddInteger(unsigned long long I) {
87 void FoldingSetNodeID::AddString(StringRef String) {
140 void FoldingSetNodeID::AddNodeID(const FoldingSetNodeID &ID)
    [all...]
  /external/llvm/include/llvm/ADT/
FoldingSet.h 37 /// passed a FoldingSetNodeID object which is used to gather the bits. Just
50 /// void Profile(FoldingSetNodeID &ID) const {
74 /// exists, then call FindNodeOrInsertPos with a FoldingSetNodeID of the bits to
77 /// FoldingSetNodeID ID;
98 class FoldingSetNodeID;
162 Node *FindNodeOrInsertPos(const FoldingSetNodeID &ID, void *&InsertPos);
206 virtual void GetNodeProfile(Node *N, FoldingSetNodeID &ID) const = 0;
209 virtual bool NodeEquals(Node *N, const FoldingSetNodeID &ID, unsigned IDHash,
210 FoldingSetNodeID &TempID) const=0;
213 virtual unsigned ComputeNodeHash(Node *N, FoldingSetNodeID &TempID) const = 0
    [all...]
  /external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
FoldingSet.h 42 /// passed a FoldingSetNodeID object which is used to gather the bits. Just
55 /// void Profile(FoldingSetNodeID &ID) const {
79 /// exists, then call FindNodeOrInsertPos with a FoldingSetNodeID of the bits to
82 /// FoldingSetNodeID ID;
103 class FoldingSetNodeID;
167 Node *FindNodeOrInsertPos(const FoldingSetNodeID &ID, void *&InsertPos);
213 virtual void GetNodeProfile(Node *N, FoldingSetNodeID &ID) const = 0;
217 virtual bool NodeEquals(Node *N, const FoldingSetNodeID &ID, unsigned IDHash,
218 FoldingSetNodeID &TempID) const=0;
222 virtual unsigned ComputeNodeHash(Node *N, FoldingSetNodeID &TempID) const = 0
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
FoldingSet.h 42 /// passed a FoldingSetNodeID object which is used to gather the bits. Just
55 /// void Profile(FoldingSetNodeID &ID) const {
79 /// exists, then call FindNodeOrInsertPos with a FoldingSetNodeID of the bits to
82 /// FoldingSetNodeID ID;
103 class FoldingSetNodeID;
167 Node *FindNodeOrInsertPos(const FoldingSetNodeID &ID, void *&InsertPos);
213 virtual void GetNodeProfile(Node *N, FoldingSetNodeID &ID) const = 0;
217 virtual bool NodeEquals(Node *N, const FoldingSetNodeID &ID, unsigned IDHash,
218 FoldingSetNodeID &TempID) const=0;
222 virtual unsigned ComputeNodeHash(Node *N, FoldingSetNodeID &TempID) const = 0
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
FoldingSet.h 42 /// passed a FoldingSetNodeID object which is used to gather the bits. Just
55 /// void Profile(FoldingSetNodeID &ID) const {
79 /// exists, then call FindNodeOrInsertPos with a FoldingSetNodeID of the bits to
82 /// FoldingSetNodeID ID;
103 class FoldingSetNodeID;
167 Node *FindNodeOrInsertPos(const FoldingSetNodeID &ID, void *&InsertPos);
213 virtual void GetNodeProfile(Node *N, FoldingSetNodeID &ID) const = 0;
217 virtual bool NodeEquals(Node *N, const FoldingSetNodeID &ID, unsigned IDHash,
218 FoldingSetNodeID &TempID) const=0;
222 virtual unsigned ComputeNodeHash(Node *N, FoldingSetNodeID &TempID) const = 0
    [all...]
  /external/swiftshader/third_party/LLVM/unittests/ADT/
FoldingSet.cpp 26 FoldingSetNodeID a, b;
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
Environment.h 44 static void Profile(llvm::FoldingSetNodeID &ID,
50 void Profile(llvm::FoldingSetNodeID &ID) const {
82 static void Profile(llvm::FoldingSetNodeID& ID, const Environment* env) {
88 void Profile(llvm::FoldingSetNodeID& ID) const {
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
Environment.h 44 static void Profile(llvm::FoldingSetNodeID &ID,
50 void Profile(llvm::FoldingSetNodeID &ID) const {
82 static void Profile(llvm::FoldingSetNodeID& ID, const Environment* env) {
88 void Profile(llvm::FoldingSetNodeID& ID) const {
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/StaticAnalyzer/Core/PathSensitive/
Environment.h 44 static void Profile(llvm::FoldingSetNodeID &ID,
50 void Profile(llvm::FoldingSetNodeID &ID) const {
82 static void Profile(llvm::FoldingSetNodeID& ID, const Environment* env) {
88 void Profile(llvm::FoldingSetNodeID& ID) const {

Completed in 1297 milliseconds

1 2 3 4 5 6 7 8 91011>>