Home
last modified time | relevance | path

Searched defs:ValueList (Results 1 – 8 of 8) sorted by relevance

/external/skia/src/core/
DSkTMultiMap.h22 struct ValueList { struct
23 explicit ValueList(T* value) : fValue(value), fNext(nullptr) {} in ValueList() argument
25 static const Key& GetKey(const ValueList& e) { return HashTraits::GetKey(*e.fValue); } in GetKey() argument
28 ValueList* fNext; argument
/external/llvm/lib/Bitcode/Writer/
DValueEnumerator.h47 typedef std::vector<std::pair<const Value*, unsigned> > ValueList; typedef
/external/clang/lib/StaticAnalyzer/Core/
DProgramState.cpp136 typedef ArrayRef<SVal> ValueList; typedef
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DCallEvent.h163 typedef SmallVectorImpl<SVal> ValueList; typedef
/external/llvm/lib/TableGen/
DTGParser.cpp1200 std::vector<Init*> ValueList = ParseValueList(CurRec, Class); in ParseSimpleValue() local
/external/clang/lib/Parse/
DParsePragma.cpp1909 SmallVector<Token, 1> ValueList; in ParseLoopHintValue() local
/external/llvm/lib/Transforms/Vectorize/
DSLPVectorizer.cpp359 typedef SmallVector<Value *, 8> ValueList; typedef in __anonb875591b0111::BoUpSLP
/external/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp154 BitcodeReaderValueList ValueList; member in __anon5db636af0111::BitcodeReader