Searched defs:TempID (Results 1 - 6 of 6) sorted by relevance

/external/llvm/lib/Support/
H A DFoldingSet.cpp258 FoldingSetNodeID TempID; local
269 GetBucketFor(ComputeNodeHash(NodeInBucket, TempID),
271 TempID.clear();
290 FoldingSetNodeID TempID; local
292 if (NodeEquals(NodeInBucket, ID, IDHash, TempID))
294 TempID.clear();
312 FoldingSetNodeID TempID; local
313 InsertPos = GetBucketFor(ComputeNodeHash(N, TempID), Buckets, NumBuckets);
/external/clang/test/Parser/
H A Drecovery.cpp135 template <typename> struct TempID;
136 template <> struct TempID<BadType> : BadType, EnumID::Garbage; // expected-error{{use of undeclared identifier 'BadType'}} struct in namespace:MissingBrace::S::PR17084
/external/llvm/include/llvm/ADT/
H A DFoldingSet.h197 FoldingSetNodeID &TempID) const=0;
200 virtual unsigned ComputeNodeHash(Node *N, FoldingSetNodeID &TempID) const = 0;
218 // Equals - Test if the profile for X would match ID, using TempID
223 FoldingSetNodeID &TempID);
225 // ComputeHash - Compute a hash value for X, using TempID to
230 static inline unsigned ComputeHash(T &X, FoldingSetNodeID &TempID);
252 FoldingSetNodeID &TempID, Ctx Context);
253 static inline unsigned ComputeHash(T &X, FoldingSetNodeID &TempID,
361 FoldingSetNodeID &TempID) {
362 FoldingSetTrait<T>::Profile(X, TempID);
359 Equals(T &X, const FoldingSetNodeID &ID, unsigned , FoldingSetNodeID &TempID) argument
367 ComputeHash(T &X, FoldingSetNodeID &TempID) argument
373 Equals(T &X, const FoldingSetNodeID &ID, unsigned , FoldingSetNodeID &TempID, Ctx Context) argument
383 ComputeHash(T &X, FoldingSetNodeID &TempID, Ctx Context) argument
[all...]
/external/llvm/include/llvm/Analysis/
H A DScalarEvolution.h143 unsigned IDHash, FoldingSetNodeID &TempID) {
146 static unsigned ComputeHash(const SCEV &X, FoldingSetNodeID &TempID) { argument
142 Equals(const SCEV &X, const FoldingSetNodeID &ID, unsigned IDHash, FoldingSetNodeID &TempID) argument
/external/llvm/include/llvm/CodeGen/
H A DSelectionDAG.h69 unsigned IDHash, FoldingSetNodeID &TempID) {
74 static unsigned ComputeHash(const SDVTListNode &X, FoldingSetNodeID &TempID) { argument
68 Equals(const SDVTListNode &X, const FoldingSetNodeID &ID, unsigned IDHash, FoldingSetNodeID &TempID) argument
/external/llvm/lib/IR/
H A DLLVMContextImpl.h197 unsigned IDHash, FoldingSetNodeID &TempID) {
205 X.Profile(TempID);
206 return TempID == ID;
196 Equals(const MDNode &X, const FoldingSetNodeID &ID, unsigned IDHash, FoldingSetNodeID &TempID) argument

Completed in 134 milliseconds