Searched defs:ValueList (Results 1 – 8 of 8) sorted by relevance
22 struct ValueList { struct23 explicit ValueList(T* value) : fValue(value), fNext(nullptr) {} in ValueList() argument25 static const Key& GetKey(const ValueList& e) { return HashTraits::GetKey(*e.fValue); } in GetKey() argument28 ValueList* fNext; argument
47 typedef std::vector<std::pair<const Value*, unsigned> > ValueList; typedef
136 typedef ArrayRef<SVal> ValueList; typedef
163 typedef SmallVectorImpl<SVal> ValueList; typedef
1200 std::vector<Init*> ValueList = ParseValueList(CurRec, Class); in ParseSimpleValue() local
1909 SmallVector<Token, 1> ValueList; in ParseLoopHintValue() local
359 typedef SmallVector<Value *, 8> ValueList; typedef in __anonb875591b0111::BoUpSLP
154 BitcodeReaderValueList ValueList; member in __anon5db636af0111::BitcodeReader