/external/lldb/include/lldb/Expression/ |
D | ClangExpression.h | 43 enum ResultType { enum
|
/external/clang/lib/CodeGen/ |
D | CGVTables.cpp | 70 QualType ResultType, RValue RV, in PerformReturnAdjustment() 132 QualType ResultType = FPT->getReturnType(); in GenerateVarArgsThunk() local 199 QualType ResultType = CGM.getCXXABI().HasThisReturn(GD) in StartThunk() local 280 QualType ResultType = CGM.getCXXABI().HasThisReturn(CurGD) in EmitCallAndReturnForThunk() local
|
D | CGBuiltin.cpp | 73 QualType T, llvm::Type *ResultType) { in EmitFromInt() 334 llvm::Type *ResultType = ConvertType(E->getType()); in EmitBuiltinExpr() local 351 llvm::Type *ResultType = ConvertType(E->getType()); in EmitBuiltinExpr() local 368 llvm::Type *ResultType = ConvertType(E->getType()); in EmitBuiltinExpr() local 389 llvm::Type *ResultType = ConvertType(E->getType()); in EmitBuiltinExpr() local 405 llvm::Type *ResultType = ConvertType(E->getType()); in EmitBuiltinExpr() local 2721 llvm::Type *ResultType = CGF.ConvertType(E->getType()); in EmitCommonNeonSISDBuiltinExpr() local 3173 llvm::Type *ResultType = ConvertType(E->getType()); in EmitCommonNeonBuiltinExpr() local 6022 llvm::Type *ResultType = ConvertType(E->getType()); in EmitX86BuiltinExpr() local 6049 llvm::Type *ResultType = ConvertType(E->getType()); in EmitX86BuiltinExpr() local
|
D | CGCXXABI.cpp | 175 RValue RV, QualType ResultType) { in EmitReturnFromThunk()
|
D | CodeGenTypes.cpp | 313 llvm::Type *ResultType = nullptr; in ConvertType() local
|
D | CGObjCMac.cpp | 1776 QualType ResultType, in GenerateMessageSendSuper() 1837 QualType ResultType, in GenerateMessageSend() 1852 QualType ResultType, in EmitMessageSend() 6584 QualType ResultType, in GenerateMessageSend() 6719 QualType ResultType, in GenerateMessageSendSuper()
|
D | CGCall.cpp | 242 CanQualType ResultType = TheCXXABI.HasThisReturn(GD) in arrangeCXXConstructorCall() local 1214 bool CodeGenModule::ReturnTypeUsesFPRet(QualType ResultType) { in ReturnTypeUsesFPRet() 1231 bool CodeGenModule::ReturnTypeUsesFP2Ret(QualType ResultType) { in ReturnTypeUsesFP2Ret()
|
D | CGExprConstant.cpp | 1202 llvm::Type *ResultType = getTypes().ConvertType(DestType); in EmitConstantValue() local
|
D | CGObjCGNU.cpp | 1218 QualType ResultType, in GenerateMessageSendSuper() 1324 QualType ResultType, in GenerateMessageSend()
|
D | CGObjC.cpp | 173 QualType ResultType = E->getType(); in EmitObjCCollectionLiteral() local 362 QualType ResultType = method ? method->getReturnType() : E->getType(); in EmitObjCMessageExpr() local
|
D | CGStmt.cpp | 2040 llvm::Type *ResultType; in EmitAsmStmt() local
|
/external/clang/lib/Sema/ |
D | CodeCompleteConsumer.cpp | 179 CodeCompletionString::Chunk::CreateResultType(const char *ResultType) { in CreateResultType() 362 void CodeCompletionBuilder::AddResultTypeChunk(const char *ResultType) { in AddResultTypeChunk()
|
D | SemaPseudoObject.cpp | 1118 QualType ResultType; in findAtIndexGetter() local 1227 QualType ResultType; in findAtIndexSetter() local
|
D | SemaExprCXX.cpp | 1076 QualType ResultType = Result.get()->getType(); in BuildCXXTypeConstructExpr() local 1350 QualType ResultType = Context.getPointerType(AllocType); in BuildCXXNew() local 3855 QualType ResultType = Context.getLogicalOperationType(); in BuildTypeTrait() local 5782 QualType ResultType = Method->getReturnType(); in BuildCXXMemberCallExpr() local
|
D | SemaInit.cpp | 2408 QualType ResultType = CurrentObjectType; in getStructuredSubobjectInit() local 4560 QualType ResultType; in tryObjCWritebackConversion() local 5747 QualType *ResultType) { in Perform()
|
D | SemaDeclObjC.cpp | 120 QualType ResultType = NewMethod->getReturnType(); in CheckObjCMethodOverride() local 2817 QualType ResultType = Method->getReturnType(); in CheckRelatedResultTypeCompatibility() local
|
D | SemaDeclAttr.cpp | 1244 QualType ResultType = getFunctionOrMethodResultType(D); in handleReturnsNonNullAttr() local 1265 QualType ResultType = getFunctionOrMethodResultType(D); in AddAssumeAlignedAttr() local 1567 QualType ResultType = getFunctionOrMethodResultType(D); in handleRestrictAttr() local
|
D | SemaCast.cpp | 67 QualType ResultType; member
|
/external/llvm/lib/IR/ |
D | IRBuilder.cpp | 276 Type *ResultType, in CreateGCResult() 290 Type *ResultType, in CreateGCRelocate()
|
/external/llvm/lib/Target/NVPTX/ |
D | NVPTXGenericToNVVM.cpp | 185 Type *ResultType = in getOrInsertCVTA() local
|
/external/clang/test/SemaCXX/ |
D | typo-correction.cpp | 375 enum ResultType { enum in class_member_typo_corrections::Result 395 enum ResultType { enum in class_member_typo_corrections::Figure
|
/external/eigen/Eigen/src/Geometry/ |
D | Transform.h | 470 typedef typename ProductType::ResultType ResultType; typedef
|
/external/clang/lib/AST/ |
D | ASTContext.cpp | 2084 QualType ResultType = getObjCGCQualType(Pointee, GCAttr); in getObjCGCQualType() local 2122 QualType ResultType) { in adjustDeducedFunctionResultType() 7262 QualType ResultType = mergeTypes(LHSPointee, RHSPointee, false, in mergeTypes() local 7280 QualType ResultType = mergeTypes(LHSPointee, RHSPointee, OfBlockPointer, in mergeTypes() local 7298 QualType ResultType = mergeTypes(LHSValue, RHSValue, false, in mergeTypes() local 7321 QualType ResultType = mergeTypes(LHSElem, RHSElem, false, Unqualified); in mergeTypes() local 7447 QualType ResultType = in mergeObjCGCQualifiers() local
|
/external/google-breakpad/src/testing/include/gmock/ |
D | gmock-matchers.h | 1839 typedef typename Functor::result_type ResultType; typedef
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | LegalizeDAG.cpp | 3629 EVT ResultType = Node->getValueType(1); in ExpandNode() local 3665 EVT ResultType = Node->getValueType(1); in ExpandNode() local
|