Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/lldb/source/Core/
HDValueObjectSyntheticFilter.cpp119 ValueObjectSynthetic::GetDynamicValue (lldb::DynamicValueType valueType) in GetDynamicValue() argument
123 if (IsDynamic() && GetDynamicValueType() == valueType) in GetDynamicValue()
125 return m_parent->GetDynamicValue(valueType); in GetDynamicValue()
/NextBSD/contrib/llvm/tools/lldb/tools/lldb-mi/
HDMICmdCmdVar.cpp299 lldb::SBType valueType = vrwValue.GetType(); in CompleteSBValue() local
300 if (!valueType.IsPointerType() && !valueType.IsReferenceType()) in CompleteSBValue()
510 lldb::SBType valueType = vrwValue.GetType(); in ExamineSBValueForChange() local
511 if (!valueType.IsPointerType() && !valueType.IsReferenceType()) in ExamineSBValueForChange()
/NextBSD/contrib/llvm/tools/lldb/include/lldb/Core/
HDValueObjectSyntheticFilter.h67 GetDynamicValue (lldb::DynamicValueType valueType);
HDValueObjectConstResult.h129 GetDynamicValue (lldb::DynamicValueType valueType);
HDValueObject.h699 GetDynamicValue (lldb::DynamicValueType valueType);
/NextBSD/contrib/llvm/tools/clang/lib/CodeGen/
HDCodeGenTypes.cpp601 QualType valueType = cast<AtomicType>(Ty)->getValueType(); in ConvertType() local
602 ResultType = ConvertTypeForMem(valueType); in ConvertType()
605 uint64_t valueSize = Context.getTypeSize(valueType); in ConvertType()
HDCGExprAgg.cpp620 QualType valueType = E->getType(); in VisitCastExpr() local
621 if (isToAtomic) std::swap(atomicType, valueType); in VisitCastExpr()
624 assert(CGF.getContext().hasSameUnqualifiedType(valueType, in VisitCastExpr()
679 return EmitFinalDestCopy(valueType, rvalue); in VisitCastExpr()
/NextBSD/contrib/llvm/tools/clang/lib/AST/
HDType.cpp1004 QualType valueType = recurse(T->getValueType()); in VisitAtomicType() local
1005 if (valueType.isNull()) in VisitAtomicType()
1008 if (valueType.getAsOpaquePtr() in VisitAtomicType()
1012 return Ctx.getAtomicType(valueType); in VisitAtomicType()
/NextBSD/contrib/llvm/tools/clang/include/clang/Analysis/Analyses/
HDThreadSafetyTraverse.h532 ValueType VT = E->valueType(); in printLiteral()
HDThreadSafetyTIL.h529 ValueType valueType() const { return ValType; } in valueType() function