/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
H A D | TaskQueue.h | 41 using ResultTy = typename std::result_of<Callable()>::type; member 87 using ResultTy = typename std::result_of<Callable()>::type; in async() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Support/ |
H A D | TaskQueue.h | 41 using ResultTy = std::invoke_result_t<Callable>; member 87 using ResultTy = std::invoke_result_t<Callable>; in async() local
|
/aosp_15_r20/external/clang/lib/StaticAnalyzer/Checkers/ |
H A D | RetainCountChecker.cpp | 778 QualType ResultTy = MD->getReturnType(); in getMethodSummary() local 2801 QualType ResultTy = Ex->getType(); in processObjCLiterals() local 2828 QualType ResultTy = Ex->getType(); in checkPostStmt() local 3082 QualType ResultTy = CallOrMsg.getResultType(); in checkSummary() local 3099 QualType ResultTy = GetReturnType(Ex, C.getASTContext()); in checkSummary() local 3370 QualType ResultTy = CE->getCallReturnType(C.getASTContext()); in evalCall() local
|
/aosp_15_r20/external/clang/test/SemaTemplate/ |
H A D | instantiation-backtrace.cpp | 35 template <class T> class ResultTy { // expected-warning {{does not declare any constructor}} class
|
/aosp_15_r20/external/llvm/lib/CodeGen/ |
H A D | AtomicExpandPass.cpp | 865 IRBuilder<> &Builder, Type *ResultTy, Value *Addr, in insertRMWLLSCLoop() 1212 IRBuilder<> &Builder, Type *ResultTy, Value *Addr, in insertRMWCmpXchgLoop() 1533 Type *ResultTy; in expandAtomicOpToLibcall() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
H A D | AtomicExpandPass.cpp | 1004 IRBuilder<> &Builder, Type *ResultTy, Value *Addr, in insertRMWLLSCLoop() 1346 IRBuilder<> &Builder, Type *ResultTy, Value *Addr, in insertRMWCmpXchgLoop() 1691 Type *ResultTy; in expandAtomicOpToLibcall() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
H A D | AutoUpgrade.cpp | 894 Type *ResultTy = Op->getType(); in UpgradeX86PSLLDQIntrinsics() local 928 Type *ResultTy = Op->getType(); in UpgradeX86PSRLDQIntrinsics() local 2146 Type *ResultTy = CI->getType(); in UpgradeIntrinsicCall() local 2161 Type *ResultTy = CI->getArgOperand(1)->getType(); in UpgradeIntrinsicCall() local 2177 Type *ResultTy = CI->getType(); in UpgradeIntrinsicCall() local
|
H A D | Verifier.cpp | 4735 Type *ResultTy = Call.getType(); in visitIntrinsicCall() local 4786 Type *ResultTy = FPI.getType(); in visitConstrainedFPIntrinsic() local 4795 Type *ResultTy = FPI.getType(); in visitConstrainedFPIntrinsic() local 4859 Type *ResultTy = Result->getType(); in visitConstrainedFPIntrinsic() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/ |
H A D | AtomicExpandPass.cpp | 1128 IRBuilderBase &Builder, Type *ResultTy, Value *Addr, Align AddrAlign, in insertRMWLLSCLoop() 1493 IRBuilderBase &Builder, Type *ResultTy, Value *Addr, Align AddrAlign, in insertRMWCmpXchgLoop() 1852 Type *ResultTy; in expandAtomicOpToLibcall() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/IR/ |
H A D | AutoUpgrade.cpp | 1219 auto *ResultTy = cast<FixedVectorType>(Op->getType()); in UpgradeX86PSLLDQIntrinsics() local 1253 auto *ResultTy = cast<FixedVectorType>(Op->getType()); in UpgradeX86PSRLDQIntrinsics() local 2564 auto *ResultTy = cast<FixedVectorType>(CI->getType()); in UpgradeIntrinsicCall() local 2579 auto *ResultTy = cast<VectorType>(CI->getArgOperand(1)->getType()); in UpgradeIntrinsicCall() local 2596 auto *ResultTy = cast<FixedVectorType>(CI->getType()); in UpgradeIntrinsicCall() local
|
H A D | Verifier.cpp | 5566 Type *ResultTy = Call.getType(); in visitIntrinsicCall() local 5593 VectorType *ResultTy; in visitIntrinsicCall() local 5731 VectorType *ResultTy = cast<VectorType>(Call.getType()); in visitIntrinsicCall() local 5932 Type *ResultTy = FPI.getType(); in visitConstrainedFPIntrinsic() local 5941 Type *ResultTy = FPI.getType(); in visitConstrainedFPIntrinsic() local 6005 Type *ResultTy = Result->getType(); in visitConstrainedFPIntrinsic() local
|
/aosp_15_r20/external/clang/lib/Sema/ |
H A D | SemaOverload.cpp | 1388 QualType &ResultTy) { in IsNoReturnConversion() 6761 void Sema::AddBuiltinCandidate(QualType ResultTy, QualType *ParamTys, in AddBuiltinCandidate() 8116 QualType ResultTy = S.Context.getLValueReferenceType(PointeeType); in addSubscriptOverloads() local 8131 QualType ResultTy = S.Context.getLValueReferenceType(PointeeType); in addSubscriptOverloads() local 8184 QualType ResultTy = S.Context.getLValueReferenceType(T); in addArrowStarOverloads() local 11602 QualType ResultTy = FnDecl->getReturnType(); in CreateOverloadedUnaryOp() local 11830 QualType ResultTy = FnDecl->getReturnType(); in CreateOverloadedBinOp() local 12049 QualType ResultTy = FnDecl->getReturnType(); in CreateOverloadedArraySubscriptExpr() local 12624 QualType ResultTy = Method->getReturnType(); in BuildCallToObjectOfClassType() local 12807 QualType ResultTy = Method->getReturnType(); in BuildOverloadedArrowExpr() local [all …]
|
/aosp_15_r20/external/llvm/lib/IR/ |
H A D | AutoUpgrade.cpp | 427 Type *ResultTy = Op->getType(); in UpgradeX86PSLLDQIntrinsics() local 461 Type *ResultTy = Op->getType(); in UpgradeX86PSRLDQIntrinsics() local
|
/aosp_15_r20/external/clang/lib/Analysis/ |
H A D | BodyFarm.cpp | 291 QualType ResultTy = D->getReturnType(); in create_OSAtomicCompareAndSwap() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Vectorize/ |
H A D | VPlanTransforms.cpp | 439 Type *ResultTy = WideIV->getPHINode()->getType(); in optimizeInductions() local
|
H A D | VPlan.h | 1864 Type *ResultTy; variable 1872 Type *ResultTy) in VPDerivedIVRecipe()
|
/aosp_15_r20/external/clang/lib/StaticAnalyzer/Core/ |
H A D | SValBuilder.cpp | 335 QualType ResultTy) { in makeSymExprValNN()
|
H A D | ExprEngineCallAndReturn.cpp | 553 QualType ResultTy = Call.getResultType(); in bindReturnValue() local
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/IR/ |
D | FixedPointBuilder.h | 202 Type *ResultTy = B.getIntNTy(DstSema.getWidth()); in CreateFloatingToFixed() local
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/IR/ |
D | FixedPointBuilder.h | 202 Type *ResultTy = B.getIntNTy(DstSema.getWidth()); in CreateFloatingToFixed() local
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/IR/ |
D | FixedPointBuilder.h | 202 Type *ResultTy = B.getIntNTy(DstSema.getWidth()); in CreateFloatingToFixed() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/IR/ |
H A D | FixedPointBuilder.h | 202 Type *ResultTy = B.getIntNTy(DstSema.getWidth()); in CreateFloatingToFixed() local
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/IR/ |
D | FixedPointBuilder.h | 202 Type *ResultTy = B.getIntNTy(DstSema.getWidth()); in CreateFloatingToFixed() local
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/AST/ |
D | ASTContext.h | 1564 QualType getFunctionNoProtoType(QualType ResultTy) const { in getFunctionNoProtoType() 1569 QualType getFunctionType(QualType ResultTy, ArrayRef<QualType> Args, in getFunctionType()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/AST/ |
D | ASTContext.h | 1548 QualType getFunctionNoProtoType(QualType ResultTy) const { in getFunctionNoProtoType() 1553 QualType getFunctionType(QualType ResultTy, ArrayRef<QualType> Args, in getFunctionType()
|