Home
last modified time | relevance | path

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

/external/lldb/source/Core/
DValueObjectCast.cpp41 const ClangASTType &cast_type) in Create() argument
43 ValueObjectCast *cast_valobj_ptr = new ValueObjectCast (parent, name, cast_type); in Create()
51 const ClangASTType &cast_type in ValueObjectCast() argument
54 m_cast_type (cast_type) in ValueObjectCast()
58 m_value.SetClangType (cast_type); in ValueObjectCast()
/external/lldb/include/lldb/Core/
DValueObjectCast.h30 const ClangASTType &cast_type);
77 const ClangASTType &cast_type);
/external/webrtc/src/system_wrappers/source/spreadsortlib/
Dspreadsort.hpp397 template<class cast_type, class RandomAccessIter>
398 inline cast_type
401 cast_type result; in cast_float_iter()
402 std::memcpy(&result, &(*floatiter), sizeof(cast_type)); in cast_float_iter()
407 template<class data_type, class cast_type>
408 inline cast_type
411 cast_type result; in mem_cast()
412 std::memcpy(&result, &data, sizeof(cast_type)); in mem_cast()
466 template <class RandomAccessIter, class cast_type>
468 find_extremes(RandomAccessIter current, RandomAccessIter last, cast_type & max, cast_type & min) in find_extremes()
[all …]
/external/compiler-rt/lib/sanitizer_common/scripts/
Dcpplint.py3447 def CheckCStyleCast(filename, linenum, line, raw_line, cast_type, pattern, argument
3510 (cast_type, match.group(1)))
/external/libvpx/libvpx/tools/
Dcpplint.py4136 def CheckCStyleCast(filename, linenum, line, raw_line, cast_type, pattern, argument
4227 (cast_type, match.group(1)))