reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

include/llvm/Support/Casting.h
   58     return To::classof(&Val);
  106     return isa_impl<To, From>::doit(*Val);
  122     return isa_impl_wrap<To, SimpleFrom,
  132     return isa_impl_cl<To,FromTy>::doit(Val);
  142   return isa_impl_wrap<X, const Y,
  172   using ret_type = To *;       // Pointer arg case, return Ty*
  176   using ret_type = const To *; // Constant pointer arg case, return const Ty*
  198   using ret_type = typename cast_retty<To, SimpleFrom>::ret_type;
  204   using ret_type = typename cast_retty_impl<To,FromTy>::ret_type;
  210       To, From, typename simplify_type<From>::SimpleType>::ret_type;
  227   static typename cast_retty<To, FromTy>::ret_type doit(const FromTy &Val) {
  228     typename cast_retty<To, FromTy>::ret_type Res2
  256 inline typename cast_retty<X, Y>::ret_type cast(Y &Val) {
  263 inline typename cast_retty<X, Y *>::ret_type cast(Y *Val) {
  265   return cast_convert_val<X, Y*,
tools/lldb/source/API/SystemInitializerFull.cpp
  249   RenderScriptRuntime::Initialize();
  346   RenderScriptRuntime::Terminate();
tools/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/RenderScriptRuntime.cpp
  651   RenderScriptRuntime::Element element;
  782     return new RenderScriptRuntime(process);
  965 RenderScriptRuntime::ModuleKind
 1038 const RenderScriptRuntime::HookDefn RenderScriptRuntime::s_runtimeHookDefns[] =
 1045          0, RenderScriptRuntime::eModuleKindDriver,
 1046          &lldb_private::RenderScriptRuntime::CaptureScriptInit},
 1052          0, RenderScriptRuntime::eModuleKindDriver,
 1053          &lldb_private::RenderScriptRuntime::CaptureScriptInvokeForEachMulti},
 1058          0, RenderScriptRuntime::eModuleKindDriver,
 1059          &lldb_private::RenderScriptRuntime::CaptureSetGlobalVar},
 1066          0, RenderScriptRuntime::eModuleKindDriver,
 1067          &lldb_private::RenderScriptRuntime::CaptureAllocationInit},
 1073          0, RenderScriptRuntime::eModuleKindDriver, nullptr},
 1078          0, RenderScriptRuntime::eModuleKindDriver,
 1079          &lldb_private::RenderScriptRuntime::CaptureAllocationDestroy},
 1087          0, RenderScriptRuntime::eModuleKindImpl,
 1088          &lldb_private::RenderScriptRuntime::CaptureDebugHintScriptGroup2}};
 1100   RenderScriptRuntime *lang_rt = llvm::cast<RenderScriptRuntime>(
 1100   RenderScriptRuntime *lang_rt = llvm::cast<RenderScriptRuntime>(
 1347   if (lldb_private::RenderScriptRuntime::ScriptDetails *script =
 2583   for (const RenderScriptRuntime::Element &child : elem.children) {
 2777         LoadRuntimeHooks(m_libRSDriver, RenderScriptRuntime::eModuleKindDriver);
 2784         LoadRuntimeHooks(m_libRSCpuRef, RenderScriptRuntime::eModuleKindImpl);
 3140 RenderScriptRuntime::AllocationDetails *
 3818 RenderScriptRuntime::ScriptDetails *
 3834 RenderScriptRuntime::AllocationDetails *
 3844 RenderScriptRuntime::AllocationDetails *
 4007     RenderScriptRuntime *runtime = llvm::cast<RenderScriptRuntime>(
 4007     RenderScriptRuntime *runtime = llvm::cast<RenderScriptRuntime>(
 4042     RenderScriptRuntime *runtime = llvm::cast<RenderScriptRuntime>(
 4042     RenderScriptRuntime *runtime = llvm::cast<RenderScriptRuntime>(
 4186     RenderScriptRuntime *runtime = static_cast<RenderScriptRuntime *>(
 4288     RenderScriptRuntime *runtime = llvm::cast<RenderScriptRuntime>(
 4288     RenderScriptRuntime *runtime = llvm::cast<RenderScriptRuntime>(
 4339     RenderScriptRuntime *runtime = static_cast<RenderScriptRuntime *>(
 4399     bool success = RenderScriptRuntime::GetKernelCoordinate(
 4472     RenderScriptRuntime *runtime = llvm::cast<RenderScriptRuntime>(
 4472     RenderScriptRuntime *runtime = llvm::cast<RenderScriptRuntime>(
 4565     RenderScriptRuntime *runtime = static_cast<RenderScriptRuntime *>(
 4678     RenderScriptRuntime *runtime = static_cast<RenderScriptRuntime *>(
 4714     RenderScriptRuntime *runtime = static_cast<RenderScriptRuntime *>(
 4765     RenderScriptRuntime *runtime = static_cast<RenderScriptRuntime *>(
 4807     RenderScriptRuntime *runtime = static_cast<RenderScriptRuntime *>(
 4868     RenderScriptRuntime *runtime = llvm::cast<RenderScriptRuntime>(
 4868     RenderScriptRuntime *runtime = llvm::cast<RenderScriptRuntime>(
tools/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/RenderScriptScriptGroup.cpp
   48     RenderScriptRuntime *runtime = static_cast<RenderScriptRuntime *>(
  105     RenderScriptRuntime *runtime = static_cast<RenderScriptRuntime *>(
tools/lldb/tools/lldb-test/SystemInitializerTest.cpp
  211   RenderScriptRuntime::Initialize();
  298   RenderScriptRuntime::Terminate();