Searched defs:ResType (Results 1 – 8 of 8) sorted by relevance
| /external/clang/lib/CodeGen/ |
| D | TargetInfo.cpp | 2810 llvm::Type *ResType = nullptr; in classifyReturnType() local 2945 llvm::Type *ResType = nullptr; in classifyArgumentType() local 4281 llvm::Type *ResType = llvm::Type::getInt16Ty(getVMContext()); in classifyArgumentType() local 4285 llvm::Type *ResType = llvm::Type::getInt32Ty(getVMContext()); in classifyArgumentType() local 4289 llvm::Type *ResType = in classifyArgumentType() local 4294 llvm::Type *ResType = in classifyArgumentType() local 4984 llvm::Type *ResType = in classifyArgumentType() local 4989 llvm::Type *ResType = llvm::VectorType::get( in classifyArgumentType() local 4994 llvm::Type *ResType = llvm::VectorType::get( in classifyArgumentType() local 5005 llvm::Type *ResType = IsEffectivelyAAPCS_VFP ? in classifyArgumentType() local [all …]
|
| D | CGBuiltin.cpp | 355 getDefaultBuiltinObjectSizeResult(unsigned Type, llvm::IntegerType *ResType) { in getDefaultBuiltinObjectSizeResult() 361 llvm::IntegerType *ResType) { in evaluateOrEmitBuiltinObjectSize() 375 llvm::IntegerType *ResType) { in emitBuiltinObjectSize() 656 auto *ResType = cast<llvm::IntegerType>(ConvertType(E->getType())); in EmitBuiltinExpr() local
|
| D | CGStmtOpenMP.cpp | 2350 QualType SourceType, QualType ResType, in convertToType()
|
| /external/clang/lib/ARCMigrate/ |
| D | ObjCMT.cpp | 494 QualType ResType = Context.getCanonicalType(Getter->getReturnType()); in rewriteToObjCProperty() local
|
| /external/clang/lib/Sema/ |
| D | SemaExpr.cpp | 7708 QualType ResType = Operand->getType(); in checkArithmeticIncompletePointerType() local 7729 QualType ResType = Operand->getType(); in checkArithmeticOpPointerOperand() local 9664 QualType ResType = Op->getType(); in CheckIncrementDecrementOperand() local
|
| /external/llvm/lib/AsmParser/ |
| D | LLParser.cpp | 4883 Type *ResType = PFS.getFunction().getReturnType(); in ParseRet() local
|
| /external/clang/include/clang/AST/ |
| D | Expr.h | 3162 CompoundAssignOperator(Expr *lhs, Expr *rhs, Opcode opc, QualType ResType, in CompoundAssignOperator()
|
| /external/clang/lib/AST/ |
| D | ASTContext.cpp | 8211 QualType ResType = DecodeTypeFromStr(TypeStr, *this, Error, in GetBuiltinType() local
|