/external/webkit/Source/JavaScriptCore/parser/ |
D | ResultType.h | 31 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/ |
D | CGVTables.cpp | 179 QualType ResultType, RValue RV, in PerformReturnAdjustment() 242 QualType ResultType = FPT->getResultType(); in GenerateVarArgsThunk() local 308 QualType ResultType = FPT->getResultType(); in GenerateThunk() local
|
D | CGBuiltin.cpp | 67 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
|
D | CGCXXABI.cpp | 143 RValue RV, QualType ResultType) { in EmitReturnFromThunk()
|
D | CodeGenTypes.cpp | 298 llvm::Type *ResultType = 0; in ConvertType() local
|
D | CGObjCMac.cpp | 1633 QualType ResultType, in GenerateMessageSendSuper() 1693 QualType ResultType, in GenerateMessageSend() 1708 QualType ResultType, in EmitMessageSend() 5931 QualType ResultType, in GenerateMessageSend() 6061 QualType ResultType, in GenerateMessageSendSuper()
|
D | CGCall.cpp | 794 bool CodeGenModule::ReturnTypeUsesFPRet(QualType ResultType) { in ReturnTypeUsesFPRet() 812 bool CodeGenModule::ReturnTypeUsesFP2Ret(QualType ResultType) { in ReturnTypeUsesFP2Ret()
|
D | ItaniumCXXABI.cpp | 786 RValue RV, QualType ResultType) { in EmitReturnFromThunk()
|
D | CGStmt.cpp | 1605 llvm::Type *ResultType; in EmitAsmStmt() local
|
D | CGObjCGNU.cpp | 1073 QualType ResultType, in GenerateMessageSendSuper() 1176 QualType ResultType, in GenerateMessageSend()
|
D | CGObjC.cpp | 160 QualType ResultType = E->getType(); in EmitObjCCollectionLiteral() local 343 QualType ResultType = in EmitObjCMessageExpr() local
|
D | CGExprConstant.cpp | 1170 llvm::Type *ResultType = getTypes().ConvertType(DestType); in EmitConstantValue() local
|
/external/clang/lib/Sema/ |
D | CodeCompleteConsumer.cpp | 180 CodeCompletionString::Chunk::CreateResultType(const char *ResultType) { in CreateResultType() 367 void CodeCompletionBuilder::AddResultTypeChunk(const char *ResultType) { in AddResultTypeChunk()
|
D | SemaPseudoObject.cpp | 985 QualType ResultType; in findAtIndexGetter() local 1096 QualType ResultType; in findAtIndexSetter() local
|
D | SemaCast.cpp | 65 QualType ResultType; member
|
D | SemaExprCXX.cpp | 1151 QualType ResultType = Context.getPointerType(AllocType); in BuildCXXNew() local 3651 QualType ResultType; in BuildBinaryTypeTrait() local 5345 QualType ResultType = Method->getResultType(); in BuildCXXMemberCallExpr() local
|
D | SemaInit.cpp | 2077 QualType ResultType = CurrentObjectType; in getStructuredSubobjectInit() local 3960 QualType ResultType; in tryObjCWritebackConversion() local 4775 QualType *ResultType) { in Perform()
|
D | SemaDeclObjC.cpp | 120 QualType ResultType = NewMethod->getResultType(); in CheckObjCMethodOverride() local 2535 QualType ResultType = Method->getResultType(); in CheckRelatedResultTypeCompatibility() local
|
D | SemaChecking.cpp | 796 QualType ResultType = ValType; in SemaAtomicOpsOverloaded() local 990 QualType ResultType = ValType; in SemaBuiltinAtomicOverloaded() local
|
D | SemaCodeComplete.cpp | 2150 QualType ResultType = Block->getTypePtr()->getResultType(); in FormatFunctionParameter() local 3891 QualType ResultType; in CodeCompleteReturn() local
|
/external/eigen/Eigen/src/Geometry/ |
D | Transform.h | 469 typedef typename ProductType::ResultType ResultType; typedef
|
/external/clang/lib/AST/ |
D | ASTContext.cpp | 1800 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/ |
D | gmock-matchers.h | 1792 typedef typename Functor::result_type ResultType; typedef
|
/external/clang/include/clang/AST/ |
D | Comment.h | 947 QualType ResultType; member
|
D | ExprObjC.h | 669 QualType ResultType; in getGetterResultType() local
|