Home
last modified time | relevance | path

Searched refs:cast_type (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Core/
H A DValueObjectCast.cpp27 const CompilerType &cast_type) { in Create() argument
29 new ValueObjectCast(parent, name, cast_type); in Create()
34 const CompilerType &cast_type) in ValueObjectCast() argument
35 : ValueObject(parent), m_cast_type(cast_type) { in ValueObjectCast()
37 m_value.SetCompilerType(cast_type); in ValueObjectCast()
H A DValueObjectConstResultCast.cpp24 ValueObject &parent, ConstString name, const CompilerType &cast_type, in ValueObjectConstResultCast() argument
26 : ValueObjectCast(parent, name, cast_type), m_impl(this, live_address) { in ValueObjectConstResultCast()
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DValueObjectCast.h32 const CompilerType &cast_type);
52 const CompilerType &cast_type);
H A DValueObjectConstResultCast.h31 const CompilerType &cast_type,