Home
last modified time | relevance | path

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

/external/clang/test/SemaTemplate/
Dinstantiation-backtrace.cpp35 template <class T> class ResultTy { // expected-warning {{does not declare any constructor}} class
/external/clang/lib/Analysis/
DBodyFarm.cpp293 QualType ResultTy = D->getReturnType(); in create_OSAtomicCompareAndSwap() local
/external/clang/lib/StaticAnalyzer/Checkers/
DRetainCountChecker.cpp776 QualType ResultTy = MD->getReturnType(); in getMethodSummary() local
2779 QualType ResultTy = Ex->getType(); in processObjCLiterals() local
2806 QualType ResultTy = Ex->getType(); in checkPostStmt() local
3031 QualType ResultTy = CallOrMsg.getResultType(); in checkSummary() local
3048 QualType ResultTy = GetReturnType(Ex, C.getASTContext()); in checkSummary() local
3315 QualType ResultTy = CE->getCallReturnType(C.getASTContext()); in evalCall() local
/external/clang/lib/StaticAnalyzer/Core/
DSValBuilder.cpp307 QualType ResultTy) { in makeSymExprValNN()
DCallEvent.cpp30 QualType ResultTy = E->getType(); in getResultType() local
DExprEngineCallAndReturn.cpp565 QualType ResultTy = Call.getResultType(); in bindReturnValue() local
/external/clang/lib/Sema/
DSemaOverload.cpp1296 QualType &ResultTy) { in IsNoReturnConversion()
6623 void Sema::AddBuiltinCandidate(QualType ResultTy, QualType *ParamTys, in AddBuiltinCandidate()
7976 QualType ResultTy = S.Context.getLValueReferenceType(PointeeType); in addSubscriptOverloads() local
7991 QualType ResultTy = S.Context.getLValueReferenceType(PointeeType); in addSubscriptOverloads() local
8044 QualType ResultTy = S.Context.getLValueReferenceType(T); in addArrowStarOverloads() local
10000 QualType ResultTy; in AddMatchingNonTemplateFunction() local
11004 QualType ResultTy = FnDecl->getReturnType(); in CreateOverloadedUnaryOp() local
11234 QualType ResultTy = FnDecl->getReturnType(); in CreateOverloadedBinOp() local
11453 QualType ResultTy = FnDecl->getReturnType(); in CreateOverloadedArraySubscriptExpr() local
12001 QualType ResultTy = Method->getReturnType(); in BuildCallToObjectOfClassType() local
[all …]
DSemaTemplateDeduction.cpp2703 QualType ResultTy; in CheckOriginalCallArgDeduction() local
DSemaExpr.cpp5769 QualType ResultTy = CompositeTy.withCVRQualifiers(MergedCVRQual); in checkConditionalPointerCompatibility() local
8456 QualType ResultTy = Context.getLogicalOperationType(); in CheckCompareOperands() local
10000 QualType ResultTy; // Result type of the binary operator. in CreateBuiltinBinOp() local
DTreeTransform.h1970 QualType ResultTy) { in RebuildInitList()
/external/llvm/lib/Analysis/
DConstantFolding.cpp675 Type *ResultTy, const DataLayout &DL, in CastGEPIndices()
728 Type *ResultTy, const DataLayout &DL, in SymbolicallyEvaluateGEP()
DLazyValueInfo.cpp771 IntegerType *ResultTy = cast<IntegerType>(BBI->getType()); in solveBlockValueConstantRange() local
DScalarEvolution.cpp935 Type *ResultTy) { in BinomialCoefficient()
/external/llvm/lib/IR/
DFunction.cpp823 Type *ResultTy = DecodeFixedType(TableRef, Tys, Context); in getType() local
DConstantFold.cpp1655 Type *ResultTy; in ConstantFoldCompareInstruction() local
DConstants.cpp2063 Type *ResultTy = Type::getInt1Ty(LHS->getContext()); in getICmp() local
2087 Type *ResultTy = Type::getInt1Ty(LHS->getContext()); in getFCmp() local
/external/clang/include/clang/Sema/
DOverload.h601 QualType ResultTy; member
/external/clang/include/clang/AST/
DDeclBase.h1013 typedef ArrayRef<NamedDecl *> ResultTy; typedef
DASTContext.h1076 QualType getFunctionNoProtoType(QualType ResultTy) const { in getFunctionNoProtoType()
/external/clang/lib/AST/
DASTContext.cpp2866 ASTContext::getFunctionNoProtoType(QualType ResultTy, in getFunctionNoProtoType()
2906 ASTContext::getFunctionType(QualType ResultTy, ArrayRef<QualType> ArgArray, in getFunctionType()
DASTImporter.cpp3295 QualType ResultTy = Importer.Import(D->getReturnType()); in VisitObjCMethodDecl() local
DExprConstant.cpp7577 QualType ResultTy, in TryEvaluateBuiltinNaN()
/external/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp1286 Type *ResultTy = nullptr; in ParseTypeTableBody() local
/external/clang/lib/CodeGen/
DCGDebugInfo.cpp2523 QualType ResultTy = OMethod->getReturnType(); in getOrCreateFunctionType() local
/external/llvm/lib/AsmParser/
DLLParser.cpp1967 Type *&ResultTy) { in ParseStructDefinition()