Home
last modified time | relevance | path

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

/external/eigen/test/
Dinplace_decomposition.cpp21 typedef Matrix<Scalar, MatrixType::ColsAtCompileTime, 1> ResType; in inplace() typedef
/external/robolectric-shadows/resources/src/main/java/org/robolectric/res/
DResType.java6 public enum ResType { enum
/external/python/cpython2/Tools/bgen/bgen/
Dmacsupport.py57 ResType = OSTypeType("ResType") variable
/external/clang/lib/CodeGen/
DTargetInfo.cpp3031 llvm::Type *ResType = nullptr; in classifyReturnType() local
3166 llvm::Type *ResType = nullptr; in classifyArgumentType() local
4525 llvm::Type *ResType = llvm::Type::getInt16Ty(getVMContext()); in classifyArgumentType() local
4529 llvm::Type *ResType = llvm::Type::getInt32Ty(getVMContext()); in classifyArgumentType() local
4533 llvm::Type *ResType = in classifyArgumentType() local
4538 llvm::Type *ResType = in classifyArgumentType() local
5232 llvm::Type *ResType = in classifyArgumentType() local
5237 llvm::Type *ResType = llvm::VectorType::get( in classifyArgumentType() local
5242 llvm::Type *ResType = llvm::VectorType::get( in classifyArgumentType() local
5253 llvm::Type *ResType = IsEffectivelyAAPCS_VFP ? in classifyArgumentType() local
[all …]
DCGBuiltin.cpp410 getDefaultBuiltinObjectSizeResult(unsigned Type, llvm::IntegerType *ResType) { in getDefaultBuiltinObjectSizeResult()
416 llvm::IntegerType *ResType) { in evaluateOrEmitBuiltinObjectSize()
430 llvm::IntegerType *ResType) { in emitBuiltinObjectSize()
756 auto *ResType = cast<llvm::IntegerType>(ConvertType(E->getType())); in EmitBuiltinExpr() local
DCGStmtOpenMP.cpp3042 QualType SourceType, QualType ResType, in convertToType()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPUPrintfRuntimeBinding.cpp220 llvm::Type *ResType = llvm::Type::getInt32Ty(Ctx); in lowerPrintfForGpu() local
/external/llvm-project/llvm/lib/Target/AMDGPU/
DAMDGPUPrintfRuntimeBinding.cpp220 llvm::Type *ResType = llvm::Type::getInt32Ty(Ctx); in lowerPrintfForGpu() local
/external/llvm-project/llvm/tools/llvm-rc/
DResourceFileWriter.cpp556 auto ResType = Res->getResourceType(); in writeResource() local
784 ulittle16_t ResType; // 1 for icons, 2 for cursors. member
/external/llvm-project/clang/lib/CodeGen/
DTargetInfo.cpp3541 llvm::Type *ResType = nullptr; in classifyReturnType() local
3675 llvm::Type *ResType = nullptr; in classifyArgumentType() local
5572 llvm::ScalableVectorType *ResType = nullptr; in coerceIllegalVector() local
5619 llvm::Type *ResType = llvm::Type::getInt16Ty(getVMContext()); in coerceIllegalVector() local
5623 llvm::Type *ResType = llvm::Type::getInt32Ty(getVMContext()); in coerceIllegalVector() local
5627 auto *ResType = in coerceIllegalVector() local
5632 auto *ResType = in coerceIllegalVector() local
6380 llvm::Type *ResType = in coerceIllegalVector() local
6385 auto *ResType = llvm::FixedVectorType::get( in coerceIllegalVector() local
DCGBuiltin.cpp719 getDefaultBuiltinObjectSizeResult(unsigned Type, llvm::IntegerType *ResType) { in getDefaultBuiltinObjectSizeResult()
725 llvm::IntegerType *ResType, in evaluateOrEmitBuiltinObjectSize()
745 llvm::IntegerType *ResType, in emitBuiltinObjectSize()
2780 auto *ResType = cast<llvm::IntegerType>(ConvertType(E->getType())); in EmitBuiltinExpr() local
14094 llvm::Type *ResType = ConvertType(E->getType()); in EmitX86BuiltinExpr() local
DCGStmtOpenMP.cpp5193 QualType SourceType, QualType ResType, in convertToType()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/
DIRTranslator.cpp1971 Type *ResType = I.getType(); in translateAtomicCmpXchg() local
2002 Type *ResType = I.getType(); in translateAtomicRMW() local
/external/llvm-project/llvm/lib/CodeGen/GlobalISel/
DIRTranslator.cpp2615 Type *ResType = I.getType(); in translateAtomicCmpXchg() local
2643 Type *ResType = I.getType(); in translateAtomicRMW() local
/external/llvm-project/clang/lib/ARCMigrate/
DObjCMT.cpp497 QualType ResType = Context.getCanonicalType(Getter->getReturnType()); in rewriteToObjCProperty() local
/external/clang/lib/ARCMigrate/
DObjCMT.cpp494 QualType ResType = Context.getCanonicalType(Getter->getReturnType()); in rewriteToObjCProperty() local
/external/clang/lib/Sema/
DSemaExpr.cpp8144 QualType ResType = Operand->getType(); in checkArithmeticIncompletePointerType() local
8165 QualType ResType = Operand->getType(); in checkArithmeticOpPointerOperand() local
10177 QualType ResType = Op->getType(); in CheckIncrementDecrementOperand() local
/external/llvm-project/clang/lib/Sema/
DSemaExpr.cpp10298 QualType ResType = Operand->getType(); in checkArithmeticIncompletePointerType() local
10320 QualType ResType = Operand->getType(); in checkArithmeticOpPointerOperand() local
13130 QualType ResType = Op->getType(); in CheckIncrementDecrementOperand() local
/external/llvm/lib/AsmParser/
DLLParser.cpp5102 Type *ResType = PFS.getFunction().getReturnType(); in ParseRet() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/AsmParser/
DLLParser.cpp5905 Type *ResType = PFS.getFunction().getReturnType(); in ParseRet() local
/external/clang/include/clang/AST/
DExpr.h3096 CompoundAssignOperator(Expr *lhs, Expr *rhs, Opcode opc, QualType ResType, in CompoundAssignOperator()
/external/llvm-project/llvm/lib/AsmParser/
DLLParser.cpp6274 Type *ResType = PFS.getFunction().getReturnType(); in parseRet() local
/external/clang/lib/AST/
DASTContext.cpp8353 QualType ResType = DecodeTypeFromStr(TypeStr, *this, Error, in GetBuiltinType() local
/external/llvm-project/clang/include/clang/AST/
DExpr.h3985 QualType ResType, ExprValueKind VK, ExprObjectKind OK, in CompoundAssignOperator()
/external/llvm-project/clang/lib/AST/
DASTContext.cpp10421 QualType ResType = DecodeTypeFromStr(TypeStr, *this, Error, in GetBuiltinType() local