/external/llvm-project/lldb/source/Plugins/Language/CPlusPlus/ |
D | LibCxxBitset.cpp | 88 if (m_first->GetCompilerType().IsArrayType(&type, nullptr, nullptr)) { in GetChildAtIndex()
|
/external/tensorflow/tensorflow/compiler/xla/ |
D | primitive_util.h | 150 bool IsArrayType(PrimitiveType primitive_type);
|
D | primitive_util.cc | 178 bool IsArrayType(PrimitiveType primitive_type) { in IsArrayType() function
|
D | shape.h | 66 bool IsArray() const { return primitive_util::IsArrayType(element_type()); } in IsArray()
|
D | shape_util.cc | 114 return primitive_util::IsArrayType(primitive_type); in IsArrayPrimitiveType()
|
/external/llvm-project/lldb/source/Symbol/ |
D | CompilerType.cpp | 43 bool CompilerType::IsArrayType(CompilerType *element_type_ptr, uint64_t *size, in IsArrayType() function in CompilerType 46 return m_type_system->IsArrayType(m_type, element_type_ptr, size, in IsArrayType() 245 if (IsArrayType(&element_type, nullptr, nullptr)) in IsArrayOfScalarType()
|
/external/llvm-project/lldb/test/API/python_api/type/ |
D | TestTypeList.py | 141 self.assertTrue(myint_arr_type.IsArrayType())
|
/external/llvm-project/lldb/source/API/ |
D | SBType.cpp | 140 bool SBType::IsArrayType() { in IsArrayType() function in SBType 141 LLDB_RECORD_METHOD_NO_ARGS(bool, SBType, IsArrayType); in IsArrayType() 145 return m_opaque_sp->GetCompilerType(true).IsArrayType(nullptr, nullptr, in IsArrayType() 923 LLDB_REGISTER_METHOD(bool, SBType, IsArrayType, ()); in RegisterMethods()
|
/external/llvm-project/lldb/source/DataFormatters/ |
D | FormattersHelpers.cpp | 140 else if (valobj.IsArrayType()) in GetArrayAddressOrPointerValue()
|
D | FormatManager.cpp | 239 if (compiler_type.IsArrayType(nullptr, &array_size, nullptr)) { in GetPossibleMatches()
|
/external/llvm-project/lldb/include/lldb/API/ |
D | SBType.h | 126 bool IsArrayType();
|
/external/protobuf/src/google/protobuf/compiler/javanano/ |
D | javanano_primitive_field.cc | 77 bool IsArrayType(JavaType type) { in IsArrayType() function 318 if (IsArrayType(java_type)) { in GenerateSerializationConditional()
|
/external/llvm-project/lldb/include/lldb/Symbol/ |
D | CompilerType.h | 74 bool IsArrayType(CompilerType *element_type, uint64_t *size,
|
D | TypeSystem.h | 138 virtual bool IsArrayType(lldb::opaque_compiler_type_t type,
|
/external/llvm-project/lldb/bindings/interface/ |
D | SBType.i | 212 IsArrayType ();
|
/external/llvm-project/lldb/source/Core/ |
D | ValueObject.cpp | 945 if (compiler_type.IsArrayType(nullptr, &array_size, nullptr)) { in ReadPointedString() 1632 bool ValueObject::IsArrayType() { in IsArrayType() function in ValueObject 1633 return GetCompilerType().IsArrayType(nullptr, nullptr, nullptr); in IsArrayType() 1698 if (IsPointerType() || IsArrayType()) { in GetSyntheticArrayMember()
|
/external/tensorflow/tensorflow/compiler/xla/client/lib/ |
D | math_test.cc | 191 if (primitive_util::IsArrayType(ty)) { in XLA_TEST_F()
|
/external/llvm-project/lldb/include/lldb/Core/ |
D | ValueObject.h | 379 virtual bool IsArrayType();
|
/external/llvm-project/lldb/source/Plugins/TypeSystem/Clang/ |
D | TypeSystemClang.h | 552 bool IsArrayType(lldb::opaque_compiler_type_t type,
|
D | TypeSystemClang.cpp | 2757 bool TypeSystemClang::IsArrayType(lldb::opaque_compiler_type_t type, in IsArrayType() function in TypeSystemClang
|
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | shape_inference.cc | 462 !primitive_util::IsArrayType(new_element_type)) { in InferConvertShape() 485 !primitive_util::IsArrayType(new_element_type)) { in InferBitcastConvertShape()
|
/external/llvm-project/lldb/source/Target/ |
D | StackFrame.cpp | 872 } else if (valobj_sp->GetCompilerType().IsArrayType( in GetValueForVariableExpressionPath()
|
/external/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
D | DWARFASTParserClang.cpp | 2690 if (member_clang_type.IsArrayType(&member_array_element_type, in ParseSingleMember()
|
/external/tensorflow/tensorflow/compiler/xla/service/cpu/ |
D | ir_emitter.cc | 550 if (!primitive_util::IsArrayType(keys_type)) { in HandleSort()
|