Home
last modified time | relevance | path

Searched defs:ElemType (Results 1 – 25 of 50) sorted by relevance

12

/external/adhd/cros_alsa/src/
Dcontrol_primitive.rs125 pub enum ElemType { enum
135 impl fmt::Display for ElemType { implementation
149 impl TryFrom<u32> for ElemType { implementation
151 fn try_from(elem_type: u32) -> Result<ElemType> { in try_from()
320 pub fn elem_type(&self) -> Result<ElemType> { in elem_type()
/external/llvm-project/clang-tools-extra/clang-tidy/modernize/
DLoopConvertCheck.h39 QualType ElemType; member
/external/clang/lib/StaticAnalyzer/Checkers/
DCastSizeChecker.cpp63 const Type *ElemType = Last->getType()->getArrayElementTypeNoTypeQual(); in evenFlexibleArraySize() local
DMallocSizeofChecker.cpp166 QualType ElemType = AT->getElementType(); in compatibleWithArrayType() local
/external/llvm-project/clang/lib/StaticAnalyzer/Checkers/
DCastSizeChecker.cpp64 const Type *ElemType = Last->getType()->getArrayElementTypeNoTypeQual(); in evenFlexibleArraySize() local
DMallocSizeofChecker.cpp165 QualType ElemType = AT->getElementType(); in compatibleWithArrayType() local
/external/llvm-project/clang-tools-extra/clang-tidy/bugprone/
DSizeofExpressionCheck.cpp210 const auto ElemType = in registerMatchers() local
/external/tensorflow/tensorflow/core/kernels/
Dstack.cc98 DataType ElemType() { return elem_type_; } in ElemType() function in tensorflow::Stack
Dtensor_array.h244 DataType ElemType() const { return dtype_; } in ElemType() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPUPrintfRuntimeBinding.cpp142 Type *ElemType = PT->getContainedType(0); in shouldPrintAsStr() local
/external/llvm-project/llvm/lib/Target/BPF/
DBTF.h150 uint32_t ElemType; ///< Element type member
DBTFDebug.cpp484 const DIType *ElemType = CTy->getBaseType(); in visitArrayType() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/
DBTF.h150 uint32_t ElemType; ///< Element type member
DBTFDebug.cpp478 const DIType *ElemType = CTy->getBaseType(); in visitArrayType() local
/external/llvm-project/llvm/lib/Target/AMDGPU/
DAMDGPUPrintfRuntimeBinding.cpp142 Type *ElemType = PT->getContainedType(0); in shouldPrintAsStr() local
/external/llvm/lib/IR/
DDataLayout.cpp761 Type *ElemType = GV->getValueType(); in getPreferredAlignment() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DDataLayout.cpp850 Type *ElemType = GV->getValueType(); in getPreferredAlignment() local
/external/llvm-project/llvm/lib/Object/
DWasmObjectFile.cpp1043 auto ElemType = Im.Table.ElemType; in parseImportSection() local
1094 auto ElemType = Tables.back().Type.ElemType; in parseTableSection() local
/external/llvm-project/llvm/lib/IR/
DDataLayout.cpp916 Type *ElemType = GV->getValueType(); in getPreferredAlign() local
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
DWasm.h70 uint8_t ElemType; member
/external/llvm-project/llvm/include/llvm/ObjectYAML/
DWasmYAML.h54 TableType ElemType; member
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ObjectYAML/
DWasmYAML.h54 TableType ElemType; member
/external/libcxxabi/src/demangle/
DItaniumDemangle.h3285 Node *ElemType = getDerived().parseType(); in parseVectorType() local
3297 Node *ElemType = getDerived().parseType(); in parseVectorType() local
3302 Node *ElemType = getDerived().parseType(); in parseVectorType() local
/external/llvm-project/llvm/include/llvm/BinaryFormat/
DWasm.h71 uint8_t ElemType; member
/external/llvm-project/libcxxabi/src/demangle/
DItaniumDemangle.h3582 Node *ElemType = getDerived().parseType(); in parseVectorType() local
3594 Node *ElemType = getDerived().parseType(); in parseVectorType() local
3599 Node *ElemType = getDerived().parseType(); in parseVectorType() local

12