Home
last modified time | relevance | path

Searched defs:dyn_cast_or_null (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/lldb/Symbol/
DCompilerType.h65 std::shared_ptr<TypeSystemType> dyn_cast_or_null() { in dyn_cast_or_null() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/lldb/Symbol/
DCompilerType.h65 std::shared_ptr<TypeSystemType> dyn_cast_or_null() { in dyn_cast_or_null() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/lldb/Symbol/
DCompilerType.h65 std::shared_ptr<TypeSystemType> dyn_cast_or_null() { in dyn_cast_or_null() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/lldb/Symbol/
DCompilerType.h65 std::shared_ptr<TypeSystemType> dyn_cast_or_null() { in dyn_cast_or_null() function
/aosp_15_r20/external/llvm/unittests/Support/
H A DCasting.cpp155 TEST(CastingTest, dyn_cast_or_null) { in TEST() argument