Home
last modified time | relevance | path

Searched refs:AsType (Results 1 – 11 of 11) sorted by relevance

/external/libcxxabi/src/
Dcxa_personality.cpp154 template <class AsType>
156 AsType value; in readPointerHelper()
157 memcpy(&value, p, sizeof(AsType)); in readPointerHelper()
158 p += sizeof(AsType); in readPointerHelper()
/external/llvm-project/libcxxabi/src/
Dcxa_personality.cpp153 template <class AsType>
155 AsType value; in readPointerHelper()
156 memcpy(&value, p, sizeof(AsType)); in readPointerHelper()
157 p += sizeof(AsType); in readPointerHelper()
/external/angle/src/compiler/translator/TranslatorMetalDirect/
DAstHelpers.h153 TIntermTyped &AsType(SymbolEnv &symbolEnv, const TType &toType, TIntermTyped &fromNode);
DAstHelpers.cpp458 TIntermTyped &sh::AsType(SymbolEnv &symbolEnv, const TType &toType, TIntermTyped &fromNode) in AsType() function in sh
DRewritePipelines.cpp805 &AsType(mSymbolEnv, *new TType(TBasicType::EbtInt), in visitMain()
/external/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
DPythonDataObjects.h295 return ResolveNameWithDictionary(name, dict).AsType<T>();
301 return ResolveName(name).AsType<T>();
316 template <typename T> T AsType() const {
DPythonDataObjects.cpp921 auto __callable__ = __call__.AsType<PythonCallable>(); in GetArgInfo()
1123 PythonString py_mode = obj.GetAttributeValue("mode").AsType<PythonString>(); in GetOptionsForPyObject()
/external/llvm-project/lldb/bindings/python/
Dpython-typemaps.swig17 PythonString py_str = list.GetItemAtIndex(i).AsType<PythonString>();
43 PythonString s = list.GetItemAtIndex(i).AsType<PythonString>();
/external/llvm-project/lldb/unittests/ScriptInterpreter/Python/
DPythonDataObjectsTests.cpp568 auto list = m_builtins_module.ResolveName("list").AsType<PythonCallable>(); in TEST_F()
577 auto list_result = result.AsType<PythonList>(); in TEST_F()
/external/llvm-project/lldb/bindings/interface/
DSBTarget.i608 PythonString py_str = list.GetItemAtIndex(i).AsType<PythonString>();
/external/tensorflow/tensorflow/compiler/xla/service/
Dalgebraic_simplifier.cc382 HloInstruction* AsType(HloInstruction* hlo, in AsType() function in xla::__anonec34269b0111::AlgebraicSimplifierVisitor
2442 new_dot = AsType(new_dot, dot_type); in HandleDot()
2448 new_dot = AsType(new_dot, dot->shape().element_type()); in HandleDot()