Searched refs:valueType (Results 1 – 10 of 10) sorted by relevance
110 ValueObjectSynthetic::GetDynamicValue(lldb::DynamicValueType valueType) { in GetDynamicValue() argument113 if (IsDynamic() && GetDynamicValueType() == valueType) in GetDynamicValue()115 return m_parent->GetDynamicValue(valueType); in GetDynamicValue()
72 GetDynamicValue(lldb::DynamicValueType valueType) override;
113 GetDynamicValue(lldb::DynamicValueType valueType) override;
603 virtual lldb::ValueObjectSP GetDynamicValue(lldb::DynamicValueType valueType);
658 QualType valueType = cast<AtomicType>(Ty)->getValueType(); in ConvertType() local659 ResultType = ConvertTypeForMem(valueType); in ConvertType()662 uint64_t valueSize = Context.getTypeSize(valueType); in ConvertType()
727 QualType valueType = E->getType(); in VisitCastExpr() local728 if (isToAtomic) std::swap(atomicType, valueType); in VisitCastExpr()731 assert(CGF.getContext().hasSameUnqualifiedType(valueType, in VisitCastExpr()787 return EmitFinalDestCopy(valueType, rvalue); in VisitCastExpr()
297 lldb::SBType valueType = vrwValue.GetType(); in CompleteSBValue() local298 if (!valueType.IsPointerType() && !valueType.IsReferenceType()) { in CompleteSBValue()
1098 QualType valueType = recurse(T->getValueType()); in VisitAtomicType() local1099 if (valueType.isNull()) in VisitAtomicType()1102 if (valueType.getAsOpaquePtr() in VisitAtomicType()1106 return Ctx.getAtomicType(valueType); in VisitAtomicType()
557 ValueType VT = E->valueType(); in printLiteral()
542 ValueType valueType() const { return ValType; } in valueType() function