/external/llvm/include/llvm/ADT/ |
FoldingSet.h | 196 FoldingSetNodeID &TempID) const=0; 199 virtual unsigned ComputeNodeHash(Node *N, FoldingSetNodeID &TempID) const = 0; 217 // Equals - Test if the profile for X would match ID, using TempID 222 FoldingSetNodeID &TempID); 224 // ComputeHash - Compute a hash value for X, using TempID to 229 static inline unsigned ComputeHash(T &X, FoldingSetNodeID &TempID); 251 FoldingSetNodeID &TempID, Ctx Context); 252 static inline unsigned ComputeHash(T &X, FoldingSetNodeID &TempID, 361 FoldingSetNodeID &TempID) { 362 FoldingSetTrait<T>::Profile(X, TempID); [all...] |
/external/llvm/lib/Support/ |
FoldingSet.cpp | 281 FoldingSetNodeID TempID; 292 GetBucketFor(ComputeNodeHash(NodeInBucket, TempID), 294 TempID.clear(); 313 FoldingSetNodeID TempID; 315 if (NodeEquals(NodeInBucket, ID, IDHash, TempID)) 317 TempID.clear(); 335 FoldingSetNodeID TempID; 336 InsertPos = GetBucketFor(ComputeNodeHash(N, TempID), Buckets, NumBuckets);
|
/external/clang/test/Parser/ |
recovery.cpp | 135 template <typename> struct TempID; 136 template <> struct TempID<BadType> : BadType, EnumID::Garbage; // expected-error{{use of undeclared identifier 'BadType'}}
|
/hardware/intel/common/libva/test/encode/ |
avcenc.c | 689 VABufferID tempID; 692 tempID = surface_ids[SID_RECON_PICTURE]; 697 surface_ids[SID_REFERENCE_PICTURE_L1] = tempID; 700 surface_ids[SID_REFERENCE_PICTURE_L0] = tempID; 706 surface_ids[SID_REFERENCE_PICTURE_L1] = tempID; [all...] |
mpeg2enc.c | [all...] |
mpeg2vaenc.c | [all...] |
/external/llvm/include/llvm/Analysis/ |
ScalarEvolution.h | 148 unsigned IDHash, FoldingSetNodeID &TempID) { 151 static unsigned ComputeHash(const SCEV &X, FoldingSetNodeID &TempID) { 231 unsigned IDHash, FoldingSetNodeID &TempID) { 235 FoldingSetNodeID &TempID) { [all...] |
/external/llvm/include/llvm/CodeGen/ |
SelectionDAG.h | 73 unsigned IDHash, FoldingSetNodeID &TempID) { 78 static unsigned ComputeHash(const SDVTListNode &X, FoldingSetNodeID &TempID) { [all...] |
/hardware/intel/common/libva/test/transcode/ |
mpeg2transcode.cpp | [all...] |