Searched refs:AsType (Results 1 – 11 of 11) sorted by relevance
/external/libcxxabi/src/ |
D | cxa_personality.cpp | 154 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/ |
D | cxa_personality.cpp | 153 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/ |
D | AstHelpers.h | 153 TIntermTyped &AsType(SymbolEnv &symbolEnv, const TType &toType, TIntermTyped &fromNode);
|
D | AstHelpers.cpp | 458 TIntermTyped &sh::AsType(SymbolEnv &symbolEnv, const TType &toType, TIntermTyped &fromNode) in AsType() function in sh
|
D | RewritePipelines.cpp | 805 &AsType(mSymbolEnv, *new TType(TBasicType::EbtInt), in visitMain()
|
/external/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/ |
D | PythonDataObjects.h | 295 return ResolveNameWithDictionary(name, dict).AsType<T>(); 301 return ResolveName(name).AsType<T>(); 316 template <typename T> T AsType() const {
|
D | PythonDataObjects.cpp | 921 auto __callable__ = __call__.AsType<PythonCallable>(); in GetArgInfo() 1123 PythonString py_mode = obj.GetAttributeValue("mode").AsType<PythonString>(); in GetOptionsForPyObject()
|
/external/llvm-project/lldb/bindings/python/ |
D | python-typemaps.swig | 17 PythonString py_str = list.GetItemAtIndex(i).AsType<PythonString>(); 43 PythonString s = list.GetItemAtIndex(i).AsType<PythonString>();
|
/external/llvm-project/lldb/unittests/ScriptInterpreter/Python/ |
D | PythonDataObjectsTests.cpp | 568 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/ |
D | SBTarget.i | 608 PythonString py_str = list.GetItemAtIndex(i).AsType<PythonString>();
|
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | algebraic_simplifier.cc | 382 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()
|