Home
last modified time | relevance | path

Searched defs:resultTy (Results 1 – 15 of 15) sorted by relevance

/external/clang/lib/StaticAnalyzer/Core/
DSimpleSValBuilder.cpp212 QualType resultTy) { in MakeSymIntVal()
307 QualType resultTy) { in evalBinOpNN()
539 QualType resultTy, in evalBinOpFieldRegionFieldRegion()
586 QualType resultTy) { in evalBinOpLL()
859 Loc lhs, NonLoc rhs, QualType resultTy) { in evalBinOpLN()
/external/swiftshader/src/Pipeline/
DSpirvShaderImage.cpp342 auto &resultTy = getType(Type::ID(insn.resultTypeId())); in EmitImageQuerySizeLod() local
354 auto &resultTy = getType(Type::ID(insn.resultTypeId())); in EmitImageQuerySize() local
369 void SpirvShader::GetImageDimensions(EmitState const *state, Type const &resultTy, Object::ID image… in GetImageDimensions()
434 auto &resultTy = getType(Type::ID(insn.resultTypeId())); in EmitImageQueryLevels() local
462 auto &resultTy = getType(Type::ID(insn.resultTypeId())); in EmitImageQuerySamples() local
DSpirvShaderMemory.cpp32 auto &resultTy = getType(result); in EmitLoad() local
/external/llvm-project/clang/lib/StaticAnalyzer/Core/
DSimpleSValBuilder.cpp220 QualType resultTy) { in MakeSymIntVal()
507 QualType resultTy) { in evalBinOpNN()
782 QualType resultTy, in evalBinOpFieldRegionFieldRegion()
829 QualType resultTy) { in evalBinOpLL()
1110 NonLoc rhs, QualType resultTy) { in evalBinOpLN()
/external/llvm-project/mlir/lib/Conversion/GPUToNVVM/
DLowerGpuOpsToNVVMOps.cpp64 auto resultTy = in matchAndRewrite() local
/external/llvm-project/mlir/lib/Dialect/Shape/IR/
DShape.cpp42 Type resultTy = op->getResultTypes().front(); in verifySizeOrIndexOp() local
54 Type resultTy = op->getResultTypes().front(); in verifyShapeOrExtentTensorOp() local
394 Type resultTy; in parseConstShapeOp() local
/external/llvm-project/mlir/lib/Conversion/ShapeToStandard/
DShapeToStandard.cpp187 Type resultTy = RankedTensorType::get({ShapedType::kDynamicSize}, indexTy); in matchAndRewrite() local
/external/llvm-project/mlir/lib/Dialect/StandardOps/IR/
DOps.cpp1760 RankedTensorType resultTy = op.getType().cast<RankedTensorType>(); in verify() local
1784 OpBuilder &b, OperationState &result, Type resultTy, in build()
1967 Type resultTy = RankedTensorType::get({static_cast<int64_t>(elements.size())}, in build() local
/external/clang/lib/Sema/
DSemaObjCProperty.cpp2211 QualType resultTy = property->getType().getAtomicUnqualifiedType(); in ProcessPropertyDecl() local
DSemaOverload.cpp1528 QualType resultTy; in IsStandardConversion() local
/external/llvm-project/clang/lib/Sema/
DSemaObjCProperty.cpp2485 QualType resultTy = property->getType().getAtomicUnqualifiedType(); in ProcessPropertyDecl() local
DSemaOverload.cpp1723 QualType resultTy; in IsStandardConversion() local
/external/llvm-project/mlir/lib/Dialect/SPIRV/Serialization/
DSerializer.cpp2041 Type resultTy = op.getNumResults() ? *op.result_type_begin() : getVoidType(); in processOp() local
/external/clang/lib/AST/
DType.cpp1106 QualType resultTy = ctx.getObjCObjectType(obj->getBaseType(), in substObjCTypeArgs() local
/external/llvm-project/clang/lib/AST/
DType.cpp1297 QualType resultTy = Ctx.getObjCObjectType( in VisitObjCTypeParamType() local