| /src/external/apache2/llvm/dist/clang/lib/APINotes/ |
| APINotesTypes.cpp | 76 if (!ResultType.empty()) 77 OS << "Result Type: " << ResultType << ' ';
|
| APINotesYAMLCompiler.cpp | 162 StringRef ResultType; 196 IO.mapOptional("ResultType", M.ResultType, StringRef("")); 291 StringRef ResultType; 313 IO.mapOptional("ResultType", F.ResultType, StringRef(""));
|
| /src/external/apache2/llvm/dist/clang/include/clang/APINotes/ |
| Types.h | 511 std::string ResultType; 593 LHS.ResultType == RHS.ResultType && LHS.Params == RHS.Params &&
|
| /src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
| CodeGenTypes.cpp | 370 llvm::Type *ResultType = nullptr; 375 ResultType = llvm::StructType::get(getLLVMContext()); 380 ResultType = GetFunctionType(*FI); 391 return ResultType; 425 llvm::Type *ResultType = nullptr; 444 ResultType = llvm::Type::getInt8Ty(getLLVMContext()); 449 ResultType = llvm::Type::getInt1Ty(getLLVMContext()); 493 ResultType = llvm::IntegerType::get(getLLVMContext(), 498 ResultType = 505 ResultType = getTypeForFormat [all...] |
| CGBuiltin.cpp | 127 QualType T, llvm::Type *ResultType) { 130 if (ResultType->isPointerTy()) 131 return CGF.Builder.CreateIntToPtr(V, ResultType); 133 assert(V->getType() == ResultType); 562 llvm::Type *ResultType = CGF.ConvertType(E->getType()); 568 {ResultType, Src0->getType()}); 572 CGF.CGM.getIntrinsic(IntrinsicID, {ResultType, Src0->getType()}); 1438 llvm::Type *ResultType = ConvertType(E->getType()); 1441 Value *ResZero = llvm::Constant::getNullValue(ResultType); 1442 Value *ResOne = llvm::ConstantInt::get(ResultType, 1) [all...] |
| CGVTables.cpp | 70 QualType ResultType, RValue RV, 73 bool NullCheckValue = !ResultType->isReferenceType(); 91 auto ClassDecl = ResultType->getPointeeType()->getAsCXXRecordDecl(); 162 QualType ResultType = FPT->getReturnType(); 226 RV = PerformReturnAdjustment(*this, ResultType, RV, Thunk); 246 QualType ResultType; 248 ResultType = CGM.getContext().VoidTy; 250 ResultType = ThisType; 252 ResultType = CGM.getContext().VoidPtrTy; 254 ResultType = MD->getType()->castAs<FunctionProtoType>()->getReturnType() [all...] |
| CGCall.cpp | 185 CanQualType resultType = FTP->getReturnType().getUnqualifiedType(); 187 return CGT.arrangeLLVMFunctionInfo(resultType, instanceMethod, 348 CanQualType resultType = TheCXXABI.HasThisReturn(GD) 353 return arrangeLLVMFunctionInfo(resultType, /*instanceMethod=*/true, 414 CanQualType ResultType = TheCXXABI.HasThisReturn(GD) 429 return arrangeLLVMFunctionInfo(ResultType, /*instanceMethod=*/true, 643 CodeGenTypes::arrangeBuiltinFunctionCall(QualType resultType, 650 GetReturnType(resultType), /*instanceMethod=*/false, 656 CodeGenTypes::arrangeBuiltinFunctionDeclaration(QualType resultType, 661 GetReturnType(resultType), /*instanceMethod=*/false, /*chainCall=*/false [all...] |
| CGStmt.cpp | 2557 llvm::Type *ResultType; 2559 ResultType = VoidTy; 2561 ResultType = ResultRegTypes[0]; 2563 ResultType = llvm::StructType::get(getLLVMContext(), ResultRegTypes); 2566 llvm::FunctionType::get(ResultType, ArgTypes, false);
|
| CGObjC.cpp | 218 QualType ResultType = E->getType(); 220 = ResultType->getAsObjCInterfacePointerType(); 374 tryGenerateSpecializedMessageSend(CodeGenFunction &CGF, QualType ResultType, 388 ResultType->isObjCObjectPointerType()) { 392 return CGF.EmitObjCAlloc(Receiver, CGF.ConvertType(ResultType)); 401 CGF.ConvertType(ResultType)); 408 if (ResultType->isObjCObjectPointerType() && 411 return CGF.EmitObjCAutorelease(Receiver, CGF.ConvertType(ResultType)); 415 if (ResultType->isObjCObjectPointerType() && 418 return CGF.EmitObjCRetainNonBlock(Receiver, CGF.ConvertType(ResultType)); [all...] |
| CGExpr.cpp | 1502 QualType resultType; 1508 resultType = refExpr->getType(); 1514 resultType = value->getType(); 1550 result.Val, resultType); 2144 llvm::Type *ResultType = IntPtrTy; 2147 RHS = Builder.CreatePtrToInt(RHS, ResultType, "sub.ptr.rhs.cast"); 2149 Builder.CreatePtrToInt(LvalueDst.getPointer(), ResultType,
|
| CGExprScalar.cpp | 2813 llvm::Type* ResultType = ConvertType(E->getType()); 2814 llvm::Value* Result = llvm::Constant::getNullValue(ResultType); 2825 Idx = Builder.CreateIntCast(Idx, ResultType, IdxSigned, "conv"); 2832 llvm::Value* ElemSize = llvm::ConstantInt::get(ResultType, 2859 Offset = llvm::ConstantInt::get(ResultType, OffsetInt); 2885 Offset = llvm::ConstantInt::get(ResultType, OffsetInt.getQuantity());
|
| CGObjCMac.cpp | 108 llvm::Type *resultType = 111 return CGM.CreateRuntimeFunction(llvm::FunctionType::get(resultType, 1068 QualType ResultType, 1320 QualType ResultType, 1328 ReturnValueSlot Return, QualType ResultType, 1483 QualType ResultType, 1609 QualType ResultType, Selector Sel, 1617 ReturnValueSlot Return, QualType ResultType, 1737 QualType resultType, 1794 if (result.isScalar() && resultType->isVoidType()) [all...] |
| /src/external/apache2/llvm/dist/clang/utils/TableGen/ |
| ClangASTPropertiesEmitter.cpp | 50 StringRef ResultType; 374 Out << " " << info.ResultType << " " << info.MethodPrefix << "("; 415 Out << " " << info.ResultType << " "
|
| /src/external/apache2/llvm/dist/clang/lib/Sema/ |
| SemaExprCXX.cpp | 1528 QualType ResultType = Result.get()->getType(); 1533 Context, ResultType, Expr::getValueKindForType(Ty), TInfo, CK_NoOp, 2020 QualType ResultType = Context.getPointerType(AllocType); 2364 Initializer, ResultType, AllocTypeInfo, Range, 5286 QualType ResultType = Context.getLogicalOperationType(); 5304 return TypeTraitExpr::Create(Context, ResultType, KWLoc, Kind, Args, 6017 QualType ResultType; 6033 ResultType = LHSType; 6035 ResultType = CheckVectorOperands( 6038 if (ResultType.isNull() [all...] |
| SemaPseudoObject.cpp | 497 QualType resultType = result.get()->getType(); 530 UnaryOperator::Create(S.Context, syntacticOp, opcode, resultType, 532 !resultType->isDependentType() 533 ? S.Context.getTypeSize(resultType) >= 875 QualType resultType = Getter->getReturnType(); 876 if (!resultType->isLValueReferenceType()) return false; 1144 QualType ResultType; 1147 ResultType = PTy->getPointeeType(); 1153 CheckKeyForObjCARCConversion(S, ResultType, 1159 if (ResultType.isNull()) [all...] |
| SemaCast.cpp | 60 ResultType(destType.getNonLValueExprType(S.Context)), 75 QualType ResultType; 183 CheckNoDeref(Op.Self, Op.SrcExpr.get()->getType(), Op.ResultType, 311 Context, Op.ResultType, Op.ValueKind, Op.Kind, Op.SrcExpr.get(), 321 return Op.complete(CXXConstCastExpr::Create(Context, Op.ResultType, 338 return Op.complete(CXXDynamicCastExpr::Create(Context, Op.ResultType, 351 return Op.complete(CXXReinterpretCastExpr::Create(Context, Op.ResultType, 366 Context, Op.ResultType, Op.ValueKind, Op.Kind, Op.SrcExpr.get(), 400 new (Context) BuiltinBitCastExpr(Op.ResultType, Op.ValueKind, Op.Kind, 3202 Context, Op.ResultType, Op.ValueKind, Op.Kind, Op.SrcExpr.get() [all...] |
| SemaDeclObjC.cpp | 144 QualType ResultType = NewMethod->getReturnType(); 165 << ResultType 170 << ResultType 373 QualType ResultType = MDecl->getReturnType(); 374 if (!ResultType->isDependentType() && !ResultType->isVoidType() && 376 RequireCompleteType(MDecl->getLocation(), ResultType, 4227 QualType ResultType = Method->getReturnType(); 4233 = ResultType->getAs<ObjCObjectPointerType>()) {
|
| SemaTemplateDeduction.cpp | 3316 QualType ResultType; 3334 ResultType = 3338 if (ResultType.isNull() || Trap.hasErrorOccurred()) 3342 if (Function->hasAttr<CUDAGlobalAttr>() && !ResultType->isVoidType()) { 3372 *FunctionType = BuildFunctionType(ResultType, ParamTypes,
|
| SemaCodeComplete.cpp | 2918 QualType ResultType = Block.getTypePtr()->getReturnType(); 2920 ResultType = 2921 ResultType.substObjCTypeArgs(BlockDecl->getASTContext(), *ObjCSubsts, 2923 if (!ResultType->isVoidType() || SuppressBlock) 2924 ResultType.getAsStringInternal(Result, Policy); 4882 const TypeConstraint *ResultType = nullptr; 4892 if (ResultType) { 4896 QualType ExactType = deduceType(*ResultType); 4900 ResultType->print(OS, getCompletionPrintingPolicy(S)); 5093 std::make_tuple(M.ArgTypes.hasValue(), M.ResultType != nullptr [all...] |
| /src/external/apache2/llvm/dist/llvm/lib/Analysis/ |
| MemoryBuiltins.cpp | 546 auto *ResultType = cast<IntegerType>(ObjectSize->getType()); 553 isUIntN(ResultType->getBitWidth(), Size)) 554 return ConstantInt::get(ResultType, Size); 571 ResultSize = Builder.CreateZExtOrTrunc(ResultSize, ResultType); 573 UseZero, ConstantInt::get(ResultType, 0), ResultSize); 579 Builder.CreateICmpNE(Ret, ConstantInt::get(ResultType, -1))); 588 return ConstantInt::get(ResultType, MaxVal ? -1ULL : 0);
|
| /src/external/apache2/llvm/dist/llvm/lib/IR/ |
| IRBuilder.cpp | 756 Type *ResultType, 760 Type *Types[] = {ResultType}; 770 Type *ResultType, 773 Type *Types[] = {ResultType}; 1115 Type *ResultType = 1120 M, Intrinsic::preserve_array_access_index, {ResultType, BaseType}); 1159 Type *ResultType = 1164 M, Intrinsic::preserve_struct_access_index, {ResultType, BaseType});
|
| Verifier.cpp | 4986 auto ResultType = Call.getType(); 4988 Assert(ResultType->isVectorTy() == DerivedType->isVectorTy(), 4992 ResultType->getPointerAddressSpace() ==
|
| /src/external/apache2/llvm/dist/llvm/utils/unittest/googlemock/include/gmock/ |
| gmock-matchers.h | 1878 typedef ResType ResultType; 1911 using ResultType = decltype(CallableTraits<Callable>::template Invoke<T>( 1917 : callable_(callable), matcher_(MatcherCast<ResultType>(matcher)) {} 1935 ResultType result = 1947 const Matcher<ResultType> matcher_;
|
| /src/external/apache2/llvm/dist/clang/include/clang/AST/ |
| Type.h | 3550 QualType ResultType; 3802 : Type(tc, Canonical, Dependence), ResultType(res) { 3811 QualType getReturnType() const { return ResultType; } 3869 static void Profile(llvm::FoldingSetNodeID &ID, QualType ResultType, 3872 ID.AddPointer(ResultType.getAsOpaquePtr());
|
| /src/external/apache2/llvm/dist/clang/lib/AST/ |
| ASTContext.cpp | 3005 QualType ResultType = getObjCGCQualType(Pointee, GCAttr); 3006 return getPointerType(ResultType); 3053 QualType ResultType) { 3058 FD->setType(getFunctionType(ResultType, FPT->getParamTypes(), EPI)); 3065 L->DeducedReturnType(FD, ResultType); 4197 ASTContext::getCanonicalFunctionResultType(QualType ResultType) const { 4198 CanQualType CanResultType = getCanonicalType(ResultType); 9751 QualType ResultType = mergeTypes(LHSPointee, RHSPointee, false, 9753 if (ResultType.isNull()) 9755 if (getCanonicalType(LHSPointee) == getCanonicalType(ResultType)) [all...] |