Home
last modified time | relevance | path

Searched refs:DoCast (Results 1 – 8 of 8) sorted by relevance

/freebsd-14.2/contrib/llvm-project/lldb/source/Core/
H A DValueObjectConstResultCast.cpp60 ValueObjectConstResultCast::DoCast(const CompilerType &compiler_type) { in DoCast() function in ValueObjectConstResultCast
H A DValueObjectConstResultChild.cpp72 ValueObjectConstResultChild::DoCast(const CompilerType &compiler_type) { in DoCast() function in ValueObjectConstResultChild
H A DValueObjectConstResult.cpp297 ValueObjectConstResult::DoCast(const CompilerType &compiler_type) { in DoCast() function in ValueObjectConstResult
H A DValueObject.cpp2722 ValueObjectSP ValueObject::DoCast(const CompilerType &compiler_type) { in DoCast() function in ValueObject
2738 return DoCast(compiler_type); in Cast()
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Core/
H A DValueObjectConstResultCast.h54 lldb::ValueObjectSP DoCast(const CompilerType &compiler_type) override;
H A DValueObjectConstResultChild.h63 lldb::ValueObjectSP DoCast(const CompilerType &compiler_type) override;
H A DValueObjectConstResult.h109 lldb::ValueObjectSP DoCast(const CompilerType &compiler_type) override;
H A DValueObject.h607 virtual lldb::ValueObjectSP DoCast(const CompilerType &compiler_type);