Home
last modified time | relevance | path

Searched defs:ResultTy (Results 1 – 25 of 76) sorted by relevance

1234

/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H A DTaskQueue.h41 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 DTaskQueue.h41 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 DRetainCountChecker.cpp778 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 Dinstantiation-backtrace.cpp35 template <class T> class ResultTy { // expected-warning {{does not declare any constructor}} class
/aosp_15_r20/external/llvm/lib/CodeGen/
H A DAtomicExpandPass.cpp865 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 DAtomicExpandPass.cpp1004 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 DAutoUpgrade.cpp894 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 DVerifier.cpp4735 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 DAtomicExpandPass.cpp1128 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 DAutoUpgrade.cpp1219 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 DVerifier.cpp5566 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 DSemaOverload.cpp1388 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 DAutoUpgrade.cpp427 Type *ResultTy = Op->getType(); in UpgradeX86PSLLDQIntrinsics() local
461 Type *ResultTy = Op->getType(); in UpgradeX86PSRLDQIntrinsics() local
/aosp_15_r20/external/clang/lib/Analysis/
H A DBodyFarm.cpp291 QualType ResultTy = D->getReturnType(); in create_OSAtomicCompareAndSwap() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Vectorize/
H A DVPlanTransforms.cpp439 Type *ResultTy = WideIV->getPHINode()->getType(); in optimizeInductions() local
H A DVPlan.h1864 Type *ResultTy; variable
1872 Type *ResultTy) in VPDerivedIVRecipe()
/aosp_15_r20/external/clang/lib/StaticAnalyzer/Core/
H A DSValBuilder.cpp335 QualType ResultTy) { in makeSymExprValNN()
H A DExprEngineCallAndReturn.cpp553 QualType ResultTy = Call.getResultType(); in bindReturnValue() local
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/IR/
DFixedPointBuilder.h202 Type *ResultTy = B.getIntNTy(DstSema.getWidth()); in CreateFloatingToFixed() local
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/IR/
DFixedPointBuilder.h202 Type *ResultTy = B.getIntNTy(DstSema.getWidth()); in CreateFloatingToFixed() local
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/IR/
DFixedPointBuilder.h202 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 DFixedPointBuilder.h202 Type *ResultTy = B.getIntNTy(DstSema.getWidth()); in CreateFloatingToFixed() local
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/IR/
DFixedPointBuilder.h202 Type *ResultTy = B.getIntNTy(DstSema.getWidth()); in CreateFloatingToFixed() local
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/AST/
DASTContext.h1564 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/
DASTContext.h1548 QualType getFunctionNoProtoType(QualType ResultTy) const { in getFunctionNoProtoType()
1553 QualType getFunctionType(QualType ResultTy, ArrayRef<QualType> Args, in getFunctionType()

1234