Searched defs:ValueList (Results 1 – 13 of 13) sorted by relevance
22 struct ValueList { struct23 explicit ValueList(T* value) : fValue(value), fNext(NULL) {} in ValueList() argument25 static const Key& GetKey(const ValueList& e) { return HashTraits::GetKey(*e.fValue); } in GetKey() argument28 ValueList* fNext; argument
22 struct ValueList { struct23 explicit ValueList(T* value) : fValue(value), fNext(NULL) {} in ValueList() function25 static const Key& GetKey(const ValueList& e) { return HashTraits::GetKey(*e.fValue); } in GetKey() argument28 ValueList* fNext; argument
44 typedef std::vector<std::pair<const Value*, unsigned> > ValueList; typedef
284 ValueList () : in ValueList() function
91 TEST_F(InputConversionTest, ValueList) { in TEST_F() argument
721 ValueList::ValueList (const ValueList &rhs) in ValueList() function in ValueList
153 ValueList = 0x100002, enumerator
137 BitcodeReaderValueList ValueList; variable
136 typedef ArrayRef<SVal> ValueList; typedef
242 class ValueList; variable
163 typedef SmallVectorImpl<SVal> ValueList; typedef
1218 std::vector<Init*> ValueList = ParseValueList(CurRec, Class); in ParseSimpleValue() local
387 typedef SmallVector<Value *, 8> ValueList; typedef in __anon08d78bad0111::BoUpSLP