Home
last modified time | relevance | path

Searched defs:ConvertType (Results 1 – 9 of 9) sorted by relevance

/aosp_15_r20/external/flatbuffers/lua/flatbuffers/
H A DnumTypes.lua55 function type_mt:ConvertType(n, otherType) function
/aosp_15_r20/external/angle/src/compiler/translator/msl/
H A DModifyStruct.h24 enum class ConvertType enum
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/
H A Dbfloat16_normalization.cc116 StatusOr<HloInstruction*> BFloat16NormalizationVisitor::ConvertType( in ConvertType() function in xla::__anon36cc99c20111::BFloat16NormalizationVisitor
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/
H A Dliteral_util.cc46 Literal ConvertType(LiteralSlice literal) { in ConvertType() function
/aosp_15_r20/external/clang/lib/CodeGen/
H A DCodeGenTypes.cpp379 llvm::Type *CodeGenTypes::ConvertType(QualType T) { in ConvertType() function in CodeGenTypes
H A DCGExprConstant.cpp990 llvm::Type *ConvertType(QualType T) { in ConvertType() function in __anon40e7fc890111::ConstExprEmitter
H A DCodeGenFunction.cpp166 llvm::Type *CodeGenFunction::ConvertType(QualType T) { in ConvertType() function in CodeGenFunction
H A DCodeGenFunction.h1564 llvm::Type *ConvertType(const TypeDecl *T) { in ConvertType() function
H A DCGExprScalar.cpp83 llvm::Type *ConvertType(QualType T) { return CGF.ConvertType(T); } in ConvertType() function in __anona8f101550111::ScalarExprEmitter