Searched refs:IndexValue (Results 1 – 2 of 2) sorted by relevance
107 class IndexValue; variable109 typedef IndexValue value_type;110 typedef typename vector<IndexValue>::iterator iterator;111 typedef typename vector<IndexValue>::const_iterator const_iterator;113 inline const IndexValue& iv(int i) const;157 static bool less(const IndexValue& a, const IndexValue& b);226 vector<IndexValue> dense_;238 class SparseArray<Value>::IndexValue {244 IndexValue() {} in IndexValue() function245 IndexValue(int index, const Value& value) : second(value), index_(index) {} in IndexValue() function[all …]
2687 llvm::APSInt IndexValue; in ActOnDesignatedInitializer() local2689 Index = CheckArrayDesignatorExpr(*this, Index, IndexValue).get(); in ActOnDesignatedInitializer()