Home
last modified time | relevance | path

Searched refs:IsArrayType (Results 1 – 24 of 24) sorted by relevance

/external/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
DLibCxxBitset.cpp88 if (m_first->GetCompilerType().IsArrayType(&type, nullptr, nullptr)) { in GetChildAtIndex()
/external/tensorflow/tensorflow/compiler/xla/
Dprimitive_util.h150 bool IsArrayType(PrimitiveType primitive_type);
Dprimitive_util.cc178 bool IsArrayType(PrimitiveType primitive_type) { in IsArrayType() function
Dshape.h66 bool IsArray() const { return primitive_util::IsArrayType(element_type()); } in IsArray()
Dshape_util.cc114 return primitive_util::IsArrayType(primitive_type); in IsArrayPrimitiveType()
/external/llvm-project/lldb/source/Symbol/
DCompilerType.cpp43 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/
DTestTypeList.py141 self.assertTrue(myint_arr_type.IsArrayType())
/external/llvm-project/lldb/source/API/
DSBType.cpp140 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/
DFormattersHelpers.cpp140 else if (valobj.IsArrayType()) in GetArrayAddressOrPointerValue()
DFormatManager.cpp239 if (compiler_type.IsArrayType(nullptr, &array_size, nullptr)) { in GetPossibleMatches()
/external/llvm-project/lldb/include/lldb/API/
DSBType.h126 bool IsArrayType();
/external/protobuf/src/google/protobuf/compiler/javanano/
Djavanano_primitive_field.cc77 bool IsArrayType(JavaType type) { in IsArrayType() function
318 if (IsArrayType(java_type)) { in GenerateSerializationConditional()
/external/llvm-project/lldb/include/lldb/Symbol/
DCompilerType.h74 bool IsArrayType(CompilerType *element_type, uint64_t *size,
DTypeSystem.h138 virtual bool IsArrayType(lldb::opaque_compiler_type_t type,
/external/llvm-project/lldb/bindings/interface/
DSBType.i212 IsArrayType ();
/external/llvm-project/lldb/source/Core/
DValueObject.cpp945 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/
Dmath_test.cc191 if (primitive_util::IsArrayType(ty)) { in XLA_TEST_F()
/external/llvm-project/lldb/include/lldb/Core/
DValueObject.h379 virtual bool IsArrayType();
/external/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
DTypeSystemClang.h552 bool IsArrayType(lldb::opaque_compiler_type_t type,
DTypeSystemClang.cpp2757 bool TypeSystemClang::IsArrayType(lldb::opaque_compiler_type_t type, in IsArrayType() function in TypeSystemClang
/external/tensorflow/tensorflow/compiler/xla/service/
Dshape_inference.cc462 !primitive_util::IsArrayType(new_element_type)) { in InferConvertShape()
485 !primitive_util::IsArrayType(new_element_type)) { in InferBitcastConvertShape()
/external/llvm-project/lldb/source/Target/
DStackFrame.cpp872 } else if (valobj_sp->GetCompilerType().IsArrayType( in GetValueForVariableExpressionPath()
/external/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
DDWARFASTParserClang.cpp2690 if (member_clang_type.IsArrayType(&member_array_element_type, in ParseSingleMember()
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dir_emitter.cc550 if (!primitive_util::IsArrayType(keys_type)) { in HandleSort()