Searched defs:ResultType (Results 1 - 25 of 37) sorted by relevance

12

/external/webkit/Source/JavaScriptCore/parser/
H A DResultType.h31 struct ResultType { struct in namespace:JSC
46 explicit ResultType(Type type) function in struct:JSC::ResultType
81 static ResultType nullType()
83 return ResultType(TypeMaybeNull);
86 static ResultType booleanType()
88 return ResultType(TypeMaybeBool);
91 static ResultType numberType()
93 return ResultType(TypeMaybeNumber);
96 static ResultType numberTypeCanReuse()
98 return ResultType(TypeReusabl
141 OperandTypes(ResultType first = ResultType::unknownType(), ResultType second = ResultType::unknownType()) argument
[all...]
/external/chromium/chrome/browser/safe_browsing/
H A Dprotocol_manager.h166 enum ResultType { enum in class:SafeBrowsingProtocolManager
195 ResultType result_type);
/external/clang/lib/CodeGen/
H A DCGCXXABI.cpp143 RValue RV, QualType ResultType) {
144 CGF.EmitReturnOfRValue(RV, ResultType);
142 EmitReturnFromThunk(CodeGenFunction &CGF, RValue RV, QualType ResultType) argument
H A DCGVTables.cpp179 QualType ResultType, RValue RV,
182 bool NullCheckValue = !ResultType->isReferenceType();
242 QualType ResultType = FPT->getResultType(); local
295 RV = PerformReturnAdjustment(*this, ResultType, RV, Thunk);
308 QualType ResultType = FPT->getResultType(); local
318 CGM.getCXXABI().BuildInstanceFunctionParams(*this, ResultType, FunctionArgs);
328 StartFunction(GlobalDecl(), ResultType, Fn, FnInfo, FunctionArgs, local
376 if (!ResultType->isVoidType() &&
379 Slot = ReturnValueSlot(ReturnValue, ResultType.isVolatileQualified());
385 RV = PerformReturnAdjustment(*this, ResultType, R
178 PerformReturnAdjustment(CodeGenFunction &CGF, QualType ResultType, RValue RV, const ThunkInfo &Thunk) argument
[all...]
H A DCGBuiltin.cpp67 QualType T, llvm::Type *ResultType) {
70 if (ResultType->isPointerTy())
71 return CGF.Builder.CreateIntToPtr(V, ResultType);
73 assert(V->getType() == ResultType);
270 llvm::Type *ResultType = ConvertType(E->getType()); local
273 if (Result->getType() != ResultType)
274 Result = Builder.CreateIntCast(Result, ResultType, /*isSigned*/true,
287 llvm::Type *ResultType = ConvertType(E->getType()); local
290 if (Result->getType() != ResultType)
291 Result = Builder.CreateIntCast(Result, ResultType, /*isSigne
66 EmitFromInt(CodeGenFunction &CGF, llvm::Value *V, QualType T, llvm::Type *ResultType) argument
304 llvm::Type *ResultType = ConvertType(E->getType()); local
325 llvm::Type *ResultType = ConvertType(E->getType()); local
341 llvm::Type *ResultType = ConvertType(E->getType()); local
[all...]
H A DCGCall.cpp794 bool CodeGenModule::ReturnTypeUsesFPRet(QualType ResultType) { argument
795 if (const BuiltinType *BT = ResultType->getAs<BuiltinType>()) {
812 bool CodeGenModule::ReturnTypeUsesFP2Ret(QualType ResultType) { argument
813 if (const ComplexType *CT = ResultType->getAs<ComplexType>()) {
H A DCGExprConstant.cpp1170 llvm::Type *ResultType = getTypes().ConvertType(DestType); local
1178 return llvm::ConstantExpr::getTruncOrBitCast(AddrLabelDiff, ResultType);
H A DCGStmt.cpp1605 llvm::Type *ResultType; local
1607 ResultType = VoidTy;
1609 ResultType = ResultRegTypes[0];
1611 ResultType = llvm::StructType::get(getLLVMContext(), ResultRegTypes);
1614 llvm::FunctionType::get(ResultType, ArgTypes, false);
H A DItaniumCXXABI.cpp786 RValue RV, QualType ResultType) {
788 return ItaniumCXXABI::EmitReturnFromThunk(CGF, RV, ResultType);
794 return ItaniumCXXABI::EmitReturnFromThunk(CGF, Undef, ResultType);
785 EmitReturnFromThunk(CodeGenFunction &CGF, RValue RV, QualType ResultType) argument
H A DCGExpr.cpp1333 llvm::Type *ResultType = ConvertType(getContext().LongTy); local
1336 RHS = Builder.CreatePtrToInt(RHS, ResultType, "sub.ptr.rhs.cast");
1338 Builder.CreatePtrToInt(LvalueDst, ResultType, "sub.ptr.lhs.cast");
H A DCGExprScalar.cpp1489 llvm::Type* ResultType = ConvertType(E->getType()); local
1490 llvm::Value* Result = llvm::Constant::getNullValue(ResultType);
1501 Idx = Builder.CreateIntCast(Idx, ResultType, IdxSigned, "conv");
1508 llvm::Value* ElemSize = llvm::ConstantInt::get(ResultType,
1535 Offset = llvm::ConstantInt::get(ResultType, OffsetInt);
1561 Offset = llvm::ConstantInt::get(ResultType, OffsetInt.getQuantity());
H A DCGObjC.cpp160 QualType ResultType = E->getType(); local
162 = ResultType->getAsObjCInterfacePointerType();
343 QualType ResultType = local
373 result = Runtime.GenerateMessageSendSuper(*this, Return, ResultType,
382 result = Runtime.GenerateMessageSend(*this, Return, ResultType,
H A DCGObjCGNU.cpp439 QualType ResultType,
448 QualType ResultType,
1073 QualType ResultType,
1085 CGM.getTypes().ConvertType(ResultType)));
1101 MessageSendInfo MSI = getMessageSendInfo(Method, ResultType, ActualArgs);
1176 QualType ResultType,
1188 CGM.getTypes().ConvertType(ResultType)));
1206 bool isPointerSizedReturn = (ResultType->isAnyPointerType() ||
1207 ResultType->isIntegralOrEnumerationType() || ResultType
1071 GenerateMessageSendSuper(CodeGenFunction &CGF, ReturnValueSlot Return, QualType ResultType, Selector Sel, const ObjCInterfaceDecl *Class, bool isCategoryImpl, llvm::Value *Receiver, bool IsClassMessage, const CallArgList &CallArgs, const ObjCMethodDecl *Method) argument
1174 GenerateMessageSend(CodeGenFunction &CGF, ReturnValueSlot Return, QualType ResultType, Selector Sel, llvm::Value *Receiver, const CallArgList &CallArgs, const ObjCInterfaceDecl *Class, const ObjCMethodDecl *Method) argument
[all...]
/external/clang/lib/Sema/
H A DCodeCompleteConsumer.cpp180 CodeCompletionString::Chunk::CreateResultType(const char *ResultType) { argument
181 return Chunk(CK_ResultType, ResultType);
367 void CodeCompletionBuilder::AddResultTypeChunk(const char *ResultType) { argument
368 Chunks.push_back(Chunk::CreateResultType(ResultType));
H A DSemaPseudoObject.cpp985 QualType ResultType; local
988 ResultType = PTy->getPointeeType();
990 ResultType->getAsObjCQualifiedInterfaceType())
991 ResultType = iQFaceTy->getBaseType();
997 CheckKeyForObjCARCConversion(S, ResultType,
1003 if (ResultType.isNull()) {
1025 AtIndexGetter = S.LookupMethodInObjectType(AtIndexGetterSelector, ResultType,
1096 QualType ResultType; local
1099 ResultType = PTy->getPointeeType();
1101 ResultType
[all...]
H A DSemaCast.cpp50 ResultType(destType.getNonLValueExprType(S.Context)),
65 QualType ResultType; member in struct:__anon171::CastOperation
259 return Op.complete(CXXConstCastExpr::Create(Context, Op.ResultType,
269 return Op.complete(CXXDynamicCastExpr::Create(Context, Op.ResultType,
280 return Op.complete(CXXReinterpretCastExpr::Create(Context, Op.ResultType,
292 return Op.complete(CXXStaticCastExpr::Create(Context, Op.ResultType,
2142 return Op.complete(CStyleCastExpr::Create(Context, Op.ResultType,
2163 return Op.complete(CXXFunctionalCastExpr::Create(Context, Op.ResultType,
H A DSemaTemplateDeduction.cpp2338 QualType ResultType; local
2356 ResultType = SubstType(Proto->getResultType(),
2360 if (ResultType.isNull() || Trap.hasErrorOccurred())
2374 *FunctionType = BuildFunctionType(ResultType,
H A DSemaCodeComplete.cpp2150 QualType ResultType = Block->getTypePtr()->getResultType(); local
2151 if (!ResultType->isVoidType() || SuppressBlock)
2152 ResultType.getAsStringInternal(Result, Policy);
3891 QualType ResultType; local
3894 ResultType = BSI->ReturnType;
3896 ResultType = Function->getResultType();
3898 ResultType = Method->getResultType();
3900 if (ResultType.isNull())
3903 CodeCompleteExpression(S, ResultType);
H A DSemaDeclObjC.cpp120 QualType ResultType = NewMethod->getResultType(); local
144 << ResultType
149 << ResultType
2535 QualType ResultType = Method->getResultType(); local
2541 = ResultType->getAs<ObjCObjectPointerType>()) {
H A DSemaExprCXX.cpp1151 QualType ResultType = Context.getPointerType(AllocType); local
1353 if (ResultType->isArrayType() || ArraySize) {
1437 ResultType, AllocTypeInfo,
3651 QualType ResultType; local
3653 case BTT_IsBaseOf: ResultType = Context.BoolTy; break;
3654 case BTT_IsConvertible: ResultType = Context.BoolTy; break;
3655 case BTT_IsSame: ResultType = Context.BoolTy; break;
3656 case BTT_TypeCompatible: ResultType = Context.IntTy; break;
3657 case BTT_IsConvertibleTo: ResultType = Context.BoolTy; break;
3658 case BTT_IsTriviallyAssignable: ResultType
5345 QualType ResultType = Method->getResultType(); local
[all...]
H A DSemaInit.cpp2077 QualType ResultType = CurrentObjectType; local
2078 if (!ResultType->isArrayType())
2079 ResultType = ResultType.getNonLValueExprType(SemaRef.Context);
2080 Result->setType(ResultType);
3960 QualType ResultType; local
3963 ResultType = S.Context.getPointerType(ArgPointee);
3966 ResultType = Initializer->getType().getNonLValueExprType(S.Context);
3969 Sequence.AddConversionSequenceStep(ICS, ResultType);
4775 QualType *ResultType) {
4771 Perform(Sema &S, const InitializedEntity &Entity, const InitializationKind &Kind, MultiExprArg Args, QualType *ResultType) argument
[all...]
/external/clang/include/clang/AST/
H A DComment.h947 QualType ResultType; member in struct:clang::comments::DeclInfo
H A DExprObjC.h669 QualType ResultType; local
673 ResultType = Getter->getResultType();
675 ResultType = PDecl->getType();
679 ResultType = Getter->getResultType(); // with reference!
681 return ResultType;
/external/chromium/testing/gmock/include/gmock/
H A Dgmock-matchers.h1792 typedef typename Functor::result_type ResultType; typedef in struct:testing::internal::CallableTraits
1797 static ResultType Invoke(Functor f, T arg) { return f(arg); }
1803 typedef ResType ResultType; typedef in struct:testing::internal::CallableTraits
1821 typedef typename CallableTraits<Callable>::ResultType ResultType; typedef in class:testing::internal::ResultOfMatcher
1823 ResultOfMatcher(Callable callable, const Matcher<ResultType>& matcher)
1839 Impl(CallableStorageType callable, const Matcher<ResultType>& matcher)
1856 ResultType result =
1868 const Matcher<ResultType> matcher_;
1874 const Matcher<ResultType> matcher
[all...]
/external/clang/lib/AST/
H A DASTImporter.cpp3991 QualType ResultType = Importer.Import(E->getType()); local
3999 TInfo, ResultType,
4009 SubExpr, ResultType,

Completed in 479 milliseconds

12