Home
last modified time | relevance | path

Searched refs:valueType (Results 1 – 10 of 10) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DValueObjectSyntheticFilter.cpp110 ValueObjectSynthetic::GetDynamicValue(lldb::DynamicValueType valueType) { in GetDynamicValue() argument
113 if (IsDynamic() && GetDynamicValueType() == valueType) in GetDynamicValue()
115 return m_parent->GetDynamicValue(valueType); in GetDynamicValue()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/
H A DValueObjectSyntheticFilter.h72 GetDynamicValue(lldb::DynamicValueType valueType) override;
H A DValueObjectConstResult.h113 GetDynamicValue(lldb::DynamicValueType valueType) override;
H A DValueObject.h603 virtual lldb::ValueObjectSP GetDynamicValue(lldb::DynamicValueType valueType);
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCodeGenTypes.cpp658 QualType valueType = cast<AtomicType>(Ty)->getValueType(); in ConvertType() local
659 ResultType = ConvertTypeForMem(valueType); in ConvertType()
662 uint64_t valueSize = Context.getTypeSize(valueType); in ConvertType()
H A DCGExprAgg.cpp727 QualType valueType = E->getType(); in VisitCastExpr() local
728 if (isToAtomic) std::swap(atomicType, valueType); in VisitCastExpr()
731 assert(CGF.getContext().hasSameUnqualifiedType(valueType, in VisitCastExpr()
787 return EmitFinalDestCopy(valueType, rvalue); in VisitCastExpr()
/freebsd-12.1/contrib/llvm/tools/lldb/tools/lldb-mi/
H A DMICmdCmdVar.cpp297 lldb::SBType valueType = vrwValue.GetType(); in CompleteSBValue() local
298 if (!valueType.IsPointerType() && !valueType.IsReferenceType()) { in CompleteSBValue()
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DType.cpp1098 QualType valueType = recurse(T->getValueType()); in VisitAtomicType() local
1099 if (valueType.isNull()) in VisitAtomicType()
1102 if (valueType.getAsOpaquePtr() in VisitAtomicType()
1106 return Ctx.getAtomicType(valueType); in VisitAtomicType()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyTraverse.h557 ValueType VT = E->valueType(); in printLiteral()
H A DThreadSafetyTIL.h542 ValueType valueType() const { return ValType; } in valueType() function