Searched refs:valueType (Results 1 – 11 of 11) sorted by relevance
121 ValueObjectSynthetic::GetDynamicValue(lldb::DynamicValueType valueType) { in GetDynamicValue() argument124 if (IsDynamic() && GetDynamicValueType() == valueType) in GetDynamicValue()126 return m_parent->GetDynamicValue(valueType); in GetDynamicValue()
63 GetDynamicValue(lldb::DynamicValueType valueType) override;
102 GetDynamicValue(lldb::DynamicValueType valueType) override;
600 virtual lldb::ValueObjectSP GetDynamicValue(lldb::DynamicValueType valueType);
747 QualType valueType = cast<AtomicType>(Ty)->getValueType(); in ConvertType() local748 ResultType = ConvertTypeForMem(valueType); in ConvertType()751 uint64_t valueSize = Context.getTypeSize(valueType); in ConvertType()
100 auto valueType = atomicType->getValueType(); in addTypedData() local102 auto valueSize = CGM.getContext().getTypeSizeInChars(valueType); in addTypedData()
801 QualType valueType = E->getType(); in VisitCastExpr() local802 if (isToAtomic) std::swap(atomicType, valueType); in VisitCastExpr()805 assert(CGF.getContext().hasSameUnqualifiedType(valueType, in VisitCastExpr()860 return EmitFinalDestCopy(valueType, rvalue); in VisitCastExpr()
383 def : Property<"valueType", QualType> {388 return ctx.getAtomicType(valueType);
556 ValueType VT = E->valueType(); in printLiteral()
545 ValueType valueType() const { return ValType; } in valueType() function
1327 QualType valueType = recurse(T->getValueType()); in VisitAtomicType() local1328 if (valueType.isNull()) in VisitAtomicType()1331 if (valueType.getAsOpaquePtr() in VisitAtomicType()1335 return Ctx.getAtomicType(valueType); in VisitAtomicType()