HomeSort by relevance Sort by last modified time
    Searched refs:cast_type (Results 1 - 10 of 10) sorted by null

  /external/lldb/source/Core/
ValueObjectCast.cpp 41 const ClangASTType &cast_type)
43 ValueObjectCast *cast_valobj_ptr = new ValueObjectCast (parent, name, cast_type);
51 const ClangASTType &cast_type
54 m_cast_type (cast_type)
57 //m_value.SetContext (Value::eContextTypeClangType, cast_type.GetOpaqueQualType());
58 m_value.SetClangType (cast_type);
  /external/lldb/include/lldb/Core/
ValueObjectCast.h 30 const ClangASTType &cast_type);
77 const ClangASTType &cast_type);
  /external/chromium_org/third_party/webrtc/system_wrappers/source/spreadsortlib/
spreadsort.hpp 397 template<class cast_type, class RandomAccessIter>
398 inline cast_type
401 cast_type result;
402 std::memcpy(&result, &(*floatiter), sizeof(cast_type));
407 template<class data_type, class cast_type>
408 inline cast_type
411 cast_type result;
412 std::memcpy(&result, &data, sizeof(cast_type));
466 template <class RandomAccessIter, class cast_type>
468 find_extremes(RandomAccessIter current, RandomAccessIter last, cast_type & max, cast_type & min)
    [all...]
  /art/compiler/dex/
verified_method.cc 287 verifier::RegType& cast_type = local
289 is_safe_cast = cast_type.IsStrictlyAssignableFrom(reg_type);
  /art/runtime/verifier/
method_verifier.cc 2015 RegType& cast_type = ResolveClassAndCheckAccess(instance_of_inst->VRegC_22c()); local
    [all...]
  /art/tools/
cpplint.py     [all...]
  /external/compiler-rt/lib/sanitizer_common/scripts/
cpplint.py     [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/style/checkers/
cpp.py     [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/tools/
cpplint.py     [all...]
  /external/libvpx/libvpx/tools/
cpplint.py     [all...]

Completed in 413 milliseconds