Home
last modified time | relevance | path

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

/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/spirv-llvm/lib/SPIRV/libSPIRV/
DSPIRVType.cpp281 _SPIRV_IMP_ENCDEC3(SPIRVTypeArray, Id, ElemType, Length) in _SPIRV_IMP_ENCDEC3() argument
/external/tensorflow/tensorflow/core/kernels/
Dstack.cc97 DataType ElemType() { return elem_type_; } in ElemType() function in tensorflow::Stack
Dtensor_array.h246 DataType ElemType() const { return dtype_; } in ElemType() function
/external/swiftshader/third_party/LLVM/lib/Target/
DTargetData.cpp573 Type *ElemType = GV->getType()->getElementType(); in getPreferredAlignment() local
/external/llvm/lib/IR/
DDataLayout.cpp761 Type *ElemType = GV->getValueType(); in getPreferredAlignment() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DDataLayout.cpp811 Type *ElemType = GV->getValueType(); in getPreferredAlignment() local
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/BinaryFormat/
DWasm.h55 uint8_t ElemType; member
/external/swiftshader/third_party/llvm-7.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/clang/lib/CodeGen/
DCGExprConstant.cpp860 llvm::Type *ElemType = AType->getElementType(); in EmitDesignatedInitUpdater() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Demangle/
DItaniumDemangle.cpp3036 Node *ElemType = parseType(); in parseVectorType() local
3048 Node *ElemType = parseType(); in parseVectorType() local
3053 Node *ElemType = parseType(); in parseVectorType() local
/external/v8/src/compiler/
Dtyper.cc2050 #define TYPED_ARRAY_CASE(ElemType, type, TYPE, ctype) \ in TypeLoadTypedElement() argument
2061 #define TYPED_ARRAY_CASE(ElemType, type, TYPE, ctype) \ in TypeLoadDataViewElement() argument
/external/clang/lib/StaticAnalyzer/Core/
DRegionStore.cpp2129 QualType ElemType = VT->getElementType(); in bindVector() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
DHexagonISelDAGToDAGHVX.cpp319 using ElemType = int; typedef
/external/clang/lib/Sema/
DSemaOpenMP.cpp8380 auto ElemType = Context.getBaseElementType(Type).getNonReferenceType(); in ActOnOpenMPFirstprivateClause() local
9959 auto ElemType = Context.getBaseElementType(Type).getNonReferenceType(); in ActOnOpenMPCopyinClause() local
DSemaType.cpp7134 QualType ElemType = Context.getBaseElementType(T); in RequireLiteralType() local
DSemaInit.cpp1094 QualType ElemType, in CheckSubElementType()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp3359 Type *ElemType = cast<PointerType>(PtrType)->getElementType(); in typeCheckLoadStoreInst() local
/external/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp4350 Type *ElemType = cast<PointerType>(PtrType)->getElementType(); in typeCheckLoadStoreInst() local
/external/clang/lib/Serialization/
DASTReader.cpp5230 QualType ElemType = readType(*Loc.F, Record, Idx); in readTypeRecord() local