| /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...] |
| 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...] |
| CGCXXABI.cpp | 158 RValue RV, QualType ResultType) { 159 assert(!CGF.hasAggregateEvaluationKind(ResultType) && 161 CGF.EmitReturnOfRValue(RV, ResultType);
|
| CGObjCRuntime.h | 169 QualType ResultType, 183 QualType ResultType, 200 QualType ResultType, 338 QualType resultType,
|
| 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...] |
| 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...] |
| /src/external/apache2/llvm/dist/clang/lib/Tooling/Transformer/ |
| Parsing.cpp | 51 template <typename ResultType> struct ParseProgress { 54 ResultType Value; 132 template <typename ResultType> 133 ParseProgress<ResultType> makeParseProgress(ParseState State, 134 ResultType Result) { 135 return ParseProgress<ResultType>{State, std::move(Result)};
|
| /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/lib/Sema/ |
| CodeCompleteConsumer.cpp | 271 CodeCompletionString::Chunk::CreateResultType(const char *ResultType) { 272 return Chunk(CK_ResultType, ResultType); 451 void CodeCompletionBuilder::AddResultTypeChunk(const char *ResultType) { 452 Chunks.push_back(Chunk::CreateResultType(ResultType));
|
| 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...] |
| 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...] |
| 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...] |
| /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/ |
| DynamicTypePropagation.cpp | 789 QualType ResultType = StaticResultType.substObjCTypeArgs( 792 return ResultType; 990 QualType ResultType = 993 if (ResultType.isNull()) 1005 State = setDynamicTypeInfo(State, RetRegion, ResultType, 1010 const auto *ResultPtrType = ResultType->getAs<ObjCObjectPointerType>();
|
| /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/ |
| RangeConstraintManager.cpp | 942 QualType ResultType = Sym->getType(); 943 return VisitBinaryOperator(inferAs(Sym->getLHS(), ResultType), 945 inferAs(Sym->getRHS(), ResultType), ResultType); 999 APSIntType ResultType = ValueFactory.getAPSIntType(T); 1003 auto ConvertedCoarseLHS = convert(CoarseLHS, ResultType); 1004 auto ConvertedCoarseRHS = convert(CoarseRHS, ResultType); 1216 APSIntType ResultType = ValueFactory.getAPSIntType(T); 1217 llvm::APSInt Zero = ResultType.getZeroValue(); 1244 : ValueFactory.getMaxValue(ResultType); [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/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/utils/TableGen/ |
| ClangASTPropertiesEmitter.cpp | 50 StringRef ResultType; 374 Out << " " << info.ResultType << " " << info.MethodPrefix << "("; 415 Out << " " << info.ResultType << " "
|
| /src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/Orc/Shared/ |
| RPCUtils.h | 458 using ResultType = Expected<ResultT>; 465 using ResultType = Error; 472 using ResultType = Error; 479 using ResultType = Error; 1314 SeqNo](typename AHTraits::ResultType RetVal) -> Error { 1502 using ResultType = typename AltRetTraits::ErrorReturnType; 1503 ResultType Result = AltRetTraits::createBlankErrorReturnValue(); 1510 [&](ResultType R) {
|
| /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});
|
| /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...] |
| /src/external/gpl3/gcc.old/dist/libphobos/src/std/ |
| random.d | 2225 alias ResultType = Unqual!(CommonType!(T1, T2)); 2228 enforce(a < ResultType.max, 2230 ResultType lower = cast(ResultType) (a + 1); 2234 ResultType lower = a; 2245 static if (!is(ResultType == dchar)) 2247 if (b == ResultType.max && lower == ResultType.min) 2250 return std.random.uniform!ResultType(rng); 2277 return cast(ResultType)(lower + offset) [all...] |
| /src/external/apache2/llvm/dist/clang/include/clang/Sema/ |
| CodeCompleteConsumer.h | 554 static Chunk CreateResultType(const char *ResultType); 726 void AddResultTypeChunk(const char *ResultType);
|
| /src/external/apache2/llvm/dist/llvm/include/llvm/Support/ |
| Casting.h | 192 using ResultType = std::remove_pointer_t<PointerType>; 195 using ret_type = std::unique_ptr<ResultType>;
|
| /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/internal/array/ |
| operations.d | 213 template typeCheck(bool fail, T, ResultType) 215 alias typeCheck = ResultType;
|