Searched refs:ValueList (Results 1 - 25 of 39) sorted by relevance

12

/external/chromium_org/third_party/skia/src/core/
H A DSkTMultiMap.h22 struct ValueList { struct in class:SkTMultiMap
23 explicit ValueList(T* value) : fValue(value), fNext(NULL) {} function in struct:SkTMultiMap::ValueList
25 static const Key& GetKey(const ValueList& e) { return HashTraits::GetKey(*e.fValue); }
28 ValueList* fNext;
39 ValueList* list = fHash.find(key);
41 // The new ValueList entry is inserted as the second element in the
43 ValueList* newEntry = SkNEW_ARGS(ValueList, (list->fValue));
45 // The existing first ValueList entry is updated to contain the
50 fHash.add(SkNEW_ARGS(ValueList, (valu
[all...]
/external/skia/src/gpu/
H A DGrTMultiMap.h22 struct ValueList { struct in class:GrTMultiMap
23 explicit ValueList(T* value) : fValue(value), fNext(NULL) {} function in struct:GrTMultiMap::ValueList
25 static const Key& GetKey(const ValueList& e) { return HashTraits::GetKey(*e.fValue); }
28 ValueList* fNext;
39 ValueList* list = fHash.find(key);
41 // The new ValueList entry is inserted as the second element in the
43 ValueList* newEntry = SkNEW_ARGS(ValueList, (list->fValue));
45 // The existing first ValueList entry is updated to contain the
50 fHash.add(SkNEW_ARGS(ValueList, (valu
[all...]
/external/lldb/include/lldb/Core/
H A DValue.h281 class ValueList class in namespace:lldb_private
284 ValueList () : function in class:lldb_private::ValueList
289 ValueList (const ValueList &rhs);
291 ~ValueList ()
295 const ValueList & operator= (const ValueList &rhs);
/external/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleThreadPlanStepThroughObjCTrampoline.h34 ValueList &values,
93 ValueList m_input_values;
H A DAppleObjCTrampolineHandler.h65 SetupDispatchFunction (Thread &thread, ValueList &dispatch_values);
H A DAppleThreadPlanStepThroughObjCTrampoline.cpp37 ValueList &input_values,
H A DAppleObjCRuntime.cpp104 ValueList arg_value_list;
H A DAppleObjCTrampolineHandler.cpp513 ValueList argument_values;
713 AppleObjCTrampolineHandler::SetupDispatchFunction (Thread &thread, ValueList &dispatch_values)
888 ValueList argument_values;
1054 ValueList dispatch_values;
/external/lldb/include/lldb/Expression/
H A DClangFunction.h91 const ValueList &arg_value_list);
117 const ValueList &arg_value_list);
226 ValueList &arg_values,
611 ValueList
644 ValueList m_arg_values; ///< The default values of the arguments.
/external/llvm/lib/Bitcode/Writer/
H A DValueEnumerator.h44 typedef std::vector<std::pair<const Value*, unsigned> > ValueList; typedef in class:llvm::ValueEnumerator
52 ValueList Values;
57 ValueList MDValues;
132 const ValueList &getValues() const { return Values; }
133 const ValueList &getMDValues() const { return MDValues; }
/external/lldb/source/Plugins/ABI/MacOSX-i386/
H A DABIMacOSX_i386.h48 lldb_private::ValueList &args) const;
52 lldb_private::ValueList &values) const;
/external/lldb/source/Core/
H A DValue.cpp721 ValueList::ValueList (const ValueList &rhs) function in class:ValueList
726 const ValueList &
727 ValueList::operator= (const ValueList &rhs)
734 ValueList::PushValue (const Value &value)
740 ValueList::GetSize()
746 ValueList::GetValueAtIndex (size_t idx)
757 ValueList
[all...]
/external/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp44 ValueList.clear();
982 if (ValueID >= ValueList.size() || !ValueList[ValueID])
984 Value *V = ValueList[ValueID];
1072 Elts.push_back(ValueList.getValueFwdRef(Record[i+1], Ty));
1128 if (ValID >= ValueList.size()) {
1132 if (Constant *C = dyn_cast_or_null<Constant>(ValueList[ValID]))
1142 if (ValID >= ValueList.size()) {
1145 if (Constant *C = dyn_cast_or_null<Constant>(ValueList[ValID]))
1155 if (ValID >= ValueList
[all...]
H A DBitcodeReader.h137 BitcodeReaderValueList ValueList;
229 NextUnreadBit(0), SeenValueSymbolTable(false), ValueList(C),
233 NextUnreadBit(0), SeenValueSymbolTable(false), ValueList(C),
264 return ValueList.getValueFwdRef(ID, Ty);
/external/lldb/include/lldb/Target/
H A DABI.h47 ValueList &values) const = 0;
/external/lldb/source/Plugins/ABI/MacOSX-arm/
H A DABIMacOSX_arm.h42 lldb_private::ValueList &values) const;
/external/lldb/source/Plugins/ABI/SysV-x86_64/
H A DABISysV_x86_64.h46 lldb_private::ValueList &values) const;
/external/chromium_org/third_party/WebKit/Source/core/css/parser/
H A DCSSParserValues.h153 ValueList = 0x100002, enumerator in enum:blink::CSSParserValue::__anon11029
282 unit = ValueList;
H A DCSSParserValues.cpp38 else if (values[i].unit == CSSParserValue::ValueList)
/external/lldb/source/Expression/
H A DClangFunction.cpp56 const ValueList &arg_value_list
78 const ValueList &arg_value_list
289 // FIXME: Assure that the ValueList we were passed in is consistent with the one that defined this function.
295 ValueList &arg_values,
/external/lldb/source/Commands/
H A DCommandObjectArgs.cpp160 ValueList value_list;
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCallEvent.h163 typedef SmallVectorImpl<SVal> ValueList; typedef in class:clang::ento::CallEvent
167 virtual void getExtraInvalidatedValues(ValueList &Values) const {}
475 void getExtraInvalidatedValues(ValueList &Values) const override;
524 void getExtraInvalidatedValues(ValueList &Values) const override;
707 void getExtraInvalidatedValues(ValueList &Values) const override;
806 void getExtraInvalidatedValues(ValueList &Values) const override;
/external/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp387 typedef SmallVector<Value *, 8> ValueList; typedef in class:__anon26372::BoUpSLP
498 ValueList Scalars;
850 ValueList Operands;
907 ValueList Operands;
935 ValueList Operands;
969 ValueList Left, Right;
989 ValueList Operands;
1034 ValueList Operands;
1055 ValueList Operands;
1104 ValueList Operand
[all...]
/external/chromium_org/tools/gn/
H A Dinput_conversion_unittest.cc91 TEST_F(InputConversionTest, ValueList) {
/external/clang/lib/StaticAnalyzer/Core/
H A DCallEvent.cpp405 void CXXInstanceCall::getExtraInvalidatedValues(ValueList &Values) const {
552 void BlockCall::getExtraInvalidatedValues(ValueList &Values) const {
573 void CXXConstructorCall::getExtraInvalidatedValues(ValueList &Values) const {
615 ObjCMethodCall::getExtraInvalidatedValues(ValueList &Values) const {

Completed in 465 milliseconds

12