Home
last modified time | relevance | path

Searched refs:getDataType (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTensorSpec.h69 return TensorSpec(Name, Port, getDataType<T>(), sizeof(T), Shape);
92 return getDataType<T>() == Type; in isElementType()
105 template <typename T> static TensorType getDataType();
130 template <> LLVM_ABI TensorType TensorSpec::getDataType<T>();
/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DInterpBuiltinBitCast.cpp338 QualType DataType = Ptr.getFieldDesc()->getDataType(S.getASTContext()); in DoBitCast()
374 QualType FromType = FromPtr.getFieldDesc()->getDataType(S.getASTContext()); in DoBitCastPtr()
375 QualType ToType = ToPtr.getFieldDesc()->getDataType(S.getASTContext()); in DoBitCastPtr()
H A DDescriptor.h216 QualType getDataType(const ASTContext &Ctx) const;
H A DDescriptor.cpp465 QualType Descriptor::getDataType(const ASTContext &Ctx) const { in getDataType() function in Descriptor
H A DPointer.cpp180 QualType AllocatedType = getDeclPtr().getFieldDesc()->getDataType(ASTCtx); in toAPValue()
H A DInterp.cpp1030 QualType TypeToDiagnose = D->getDataType(S.getASTContext()); in CheckNewDeleteForms()
1809 QualType StorageType = Ptr.getFieldDesc()->getDataType(S.getASTContext()); in CheckNewTypeMismatch()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DTensorSpec.cpp33 template <> TensorType TensorSpec::getDataType<T>() { return TensorType::E; }