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

/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Core/
H A DValueObjectSyntheticFilter.cpp119 ValueObjectSynthetic::GetDynamicValue (lldb::DynamicValueType valueType) argument
123 if (IsDynamic() && GetDynamicValueType() == valueType)
125 return m_parent->GetDynamicValue(valueType);
/freebsd-11.0-release/contrib/llvm/tools/lldb/include/lldb/Core/
H A DValueObjectSyntheticFilter.h67 GetDynamicValue(lldb::DynamicValueType valueType) override;
H A DValueObjectConstResult.h128 GetDynamicValue(lldb::DynamicValueType valueType) override;
H A DValueObject.h708 GetDynamicValue (lldb::DynamicValueType valueType);
/freebsd-11.0-release/contrib/llvm/tools/lldb/tools/lldb-mi/
H A DMICmdCmdVar.cpp289 lldb::SBType valueType = vrwValue.GetType(); local
290 if (!valueType.IsPointerType() && !valueType.IsReferenceType())
496 lldb::SBType valueType = vrwValue.GetType(); local
497 if (!valueType.IsPointerType() && !valueType.IsReferenceType())
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCodeGenTypes.cpp614 QualType valueType = cast<AtomicType>(Ty)->getValueType(); local
615 ResultType = ConvertTypeForMem(valueType);
618 uint64_t valueSize = Context.getTypeSize(valueType);
H A DCGExprAgg.cpp624 QualType valueType = E->getType(); local
625 if (isToAtomic) std::swap(atomicType, valueType);
628 assert(CGF.getContext().hasSameUnqualifiedType(valueType,
683 return EmitFinalDestCopy(valueType, rvalue);
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/AST/
H A DType.cpp1024 QualType valueType = recurse(T->getValueType()); local
1025 if (valueType.isNull())
1028 if (valueType.getAsOpaquePtr()
1032 return Ctx.getAtomicType(valueType);
/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyTraverse.h532 ValueType VT = E->valueType();
H A DThreadSafetyTIL.h529 ValueType valueType() const { return ValType; } function in class:clang::threadSafety::Literal

Completed in 128 milliseconds