Home
last modified time | relevance | path

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

12

/external/webkit/Source/JavaScriptCore/parser/
DResultType.h31 struct ResultType { struct
46 explicit ResultType(Type type) in ResultType() argument
51 bool isReusable() in isReusable()
56 bool isInt32() in isInt32()
81 static ResultType nullType() in nullType() argument
86 static ResultType booleanType() in booleanType() argument
91 static ResultType numberType() in numberType() argument
96 static ResultType numberTypeCanReuse() in numberTypeCanReuse() argument
101 static ResultType numberTypeCanReuseIsInt32() in numberTypeCanReuseIsInt32() argument
106 static ResultType stringOrNumberTypeCanReuse() in stringOrNumberTypeCanReuse() argument
[all …]
/external/clang/lib/CodeGen/
DCGVTables.cpp179 QualType ResultType, RValue RV, in PerformReturnAdjustment()
242 QualType ResultType = FPT->getResultType(); in GenerateVarArgsThunk() local
308 QualType ResultType = FPT->getResultType(); in GenerateThunk() local
DCGBuiltin.cpp67 QualType T, llvm::Type *ResultType) { in EmitFromInt()
270 llvm::Type *ResultType = ConvertType(E->getType()); in EmitBuiltinExpr() local
287 llvm::Type *ResultType = ConvertType(E->getType()); in EmitBuiltinExpr() local
304 llvm::Type *ResultType = ConvertType(E->getType()); in EmitBuiltinExpr() local
325 llvm::Type *ResultType = ConvertType(E->getType()); in EmitBuiltinExpr() local
341 llvm::Type *ResultType = ConvertType(E->getType()); in EmitBuiltinExpr() local
DCGCXXABI.cpp143 RValue RV, QualType ResultType) { in EmitReturnFromThunk()
DCodeGenTypes.cpp298 llvm::Type *ResultType = 0; in ConvertType() local
DCGObjCMac.cpp1633 QualType ResultType, in GenerateMessageSendSuper()
1693 QualType ResultType, in GenerateMessageSend()
1708 QualType ResultType, in EmitMessageSend()
5931 QualType ResultType, in GenerateMessageSend()
6061 QualType ResultType, in GenerateMessageSendSuper()
DCGCall.cpp794 bool CodeGenModule::ReturnTypeUsesFPRet(QualType ResultType) { in ReturnTypeUsesFPRet()
812 bool CodeGenModule::ReturnTypeUsesFP2Ret(QualType ResultType) { in ReturnTypeUsesFP2Ret()
DItaniumCXXABI.cpp786 RValue RV, QualType ResultType) { in EmitReturnFromThunk()
DCGStmt.cpp1605 llvm::Type *ResultType; in EmitAsmStmt() local
DCGObjCGNU.cpp1073 QualType ResultType, in GenerateMessageSendSuper()
1176 QualType ResultType, in GenerateMessageSend()
DCGObjC.cpp160 QualType ResultType = E->getType(); in EmitObjCCollectionLiteral() local
343 QualType ResultType = in EmitObjCMessageExpr() local
DCGExprConstant.cpp1170 llvm::Type *ResultType = getTypes().ConvertType(DestType); in EmitConstantValue() local
/external/clang/lib/Sema/
DCodeCompleteConsumer.cpp180 CodeCompletionString::Chunk::CreateResultType(const char *ResultType) { in CreateResultType()
367 void CodeCompletionBuilder::AddResultTypeChunk(const char *ResultType) { in AddResultTypeChunk()
DSemaPseudoObject.cpp985 QualType ResultType; in findAtIndexGetter() local
1096 QualType ResultType; in findAtIndexSetter() local
DSemaCast.cpp65 QualType ResultType; member
DSemaExprCXX.cpp1151 QualType ResultType = Context.getPointerType(AllocType); in BuildCXXNew() local
3651 QualType ResultType; in BuildBinaryTypeTrait() local
5345 QualType ResultType = Method->getResultType(); in BuildCXXMemberCallExpr() local
DSemaInit.cpp2077 QualType ResultType = CurrentObjectType; in getStructuredSubobjectInit() local
3960 QualType ResultType; in tryObjCWritebackConversion() local
4775 QualType *ResultType) { in Perform()
DSemaDeclObjC.cpp120 QualType ResultType = NewMethod->getResultType(); in CheckObjCMethodOverride() local
2535 QualType ResultType = Method->getResultType(); in CheckRelatedResultTypeCompatibility() local
DSemaChecking.cpp796 QualType ResultType = ValType; in SemaAtomicOpsOverloaded() local
990 QualType ResultType = ValType; in SemaBuiltinAtomicOverloaded() local
DSemaCodeComplete.cpp2150 QualType ResultType = Block->getTypePtr()->getResultType(); in FormatFunctionParameter() local
3891 QualType ResultType; in CodeCompleteReturn() local
/external/eigen/Eigen/src/Geometry/
DTransform.h469 typedef typename ProductType::ResultType ResultType; typedef
/external/clang/lib/AST/
DASTContext.cpp1800 QualType ResultType = getObjCGCQualType(Pointee, GCAttr); in getObjCGCQualType() local
6585 QualType ResultType = mergeTypes(LHSPointee, RHSPointee, false, in mergeTypes() local
6603 QualType ResultType = mergeTypes(LHSPointee, RHSPointee, OfBlockPointer, in mergeTypes() local
6621 QualType ResultType = mergeTypes(LHSValue, RHSValue, false, in mergeTypes() local
6644 QualType ResultType = mergeTypes(LHSElem, RHSElem, false, Unqualified); in mergeTypes() local
6772 QualType ResultType in mergeObjCGCQualifiers() local
/external/chromium/testing/gmock/include/gmock/
Dgmock-matchers.h1792 typedef typename Functor::result_type ResultType; typedef
/external/clang/include/clang/AST/
DComment.h947 QualType ResultType; member
DExprObjC.h669 QualType ResultType; in getGetterResultType() local

12