HomeSort by relevance Sort by last modified time
    Searched refs:ResultTy (Results 1 - 25 of 28) sorted by null

1 2

  /external/clang/test/SemaTemplate/
instantiation-backtrace.cpp 35 template <class T> class ResultTy { // expected-warning {{does not declare any constructor}}
40 typename ResultTy<T2>::error Deduce( void (T1::*member)(T2) ) {} // \
41 // expected-note {{instantiation of template class 'PR13365::ResultTy<int &>'}} \
  /frameworks/compile/libbcc/bcinfo/BitReader_3_0/
BitcodeReader.cpp 842 Type *ResultTy = 0;
854 ResultTy = Type::getVoidTy(Context);
857 ResultTy = Type::getHalfTy(Context);
860 ResultTy = Type::getFloatTy(Context);
863 ResultTy = Type::getDoubleTy(Context);
866 ResultTy = Type::getX86_FP80Ty(Context);
869 ResultTy = Type::getFP128Ty(Context);
872 ResultTy = Type::getPPC_FP128Ty(Context);
875 ResultTy = Type::getLabelTy(Context);
878 ResultTy = Type::getMetadataTy(Context)
    [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_2_7/
BitcodeReader.cpp 562 Type *ResultTy = 0;
574 ResultTy = Type::getVoidTy(Context);
577 ResultTy = Type::getHalfTy(Context);
580 ResultTy = Type::getFloatTy(Context);
583 ResultTy = Type::getDoubleTy(Context);
586 ResultTy = Type::getX86_FP80Ty(Context);
589 ResultTy = Type::getFP128Ty(Context);
592 ResultTy = Type::getPPC_FP128Ty(Context);
595 ResultTy = Type::getLabelTy(Context);
598 ResultTy = Type::getMetadataTy(Context)
    [all...]
  /external/llvm/lib/IR/
ConstantFold.cpp     [all...]
Constants.cpp     [all...]
Function.cpp 705 Type *ResultTy = DecodeFixedType(TableRef, Tys, Context);
711 return FunctionType::get(ResultTy, ArgTys, false);
  /external/clang/lib/Analysis/
BodyFarm.cpp 294 QualType ResultTy = D->getReturnType();
295 bool isBoolean = ResultTy->isBooleanType();
296 if (!isBoolean && !ResultTy->isIntegralType(C))
338 : M.makeIntegralCast(BoolVal, ResultTy);
345 : M.makeIntegralCast(BoolVal, ResultTy);
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp 759 Type *ResultTy = nullptr;
771 ResultTy = Type::getVoidTy(Context);
774 ResultTy = Type::getHalfTy(Context);
777 ResultTy = Type::getFloatTy(Context);
780 ResultTy = Type::getDoubleTy(Context);
783 ResultTy = Type::getX86_FP80Ty(Context);
786 ResultTy = Type::getFP128Ty(Context);
789 ResultTy = Type::getPPC_FP128Ty(Context);
792 ResultTy = Type::getLabelTy(Context);
795 ResultTy = Type::getMetadataTy(Context)
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
SValBuilder.cpp 307 QualType ResultTy) {
319 return makeNonLoc(symLHS, Op, symRHS, ResultTy);
323 return makeNonLoc(symLHS, Op, rInt->getValue(), ResultTy);
327 return makeNonLoc(lInt->getValue(), Op, symRHS, ResultTy);
CallEvent.cpp 30 QualType ResultTy = E->getType();
39 ResultTy = Ctx.getLValueReferenceType(ResultTy);
42 ResultTy = Ctx.getRValueReferenceType(ResultTy);
49 return ResultTy;
    [all...]
ExprEngineCallAndReturn.cpp 565 QualType ResultTy = Call.getResultType();
568 SVal R = SVB.conjureSymbolVal(nullptr, E, LCtx, ResultTy, Count);
    [all...]
  /external/clang/lib/Sema/
SemaOverload.cpp     [all...]
SemaExpr.cpp     [all...]
SemaTemplateDeduction.cpp     [all...]
  /external/llvm/lib/Analysis/
LazyValueInfo.cpp 714 IntegerType *ResultTy = cast<IntegerType>(BBI->getType());
748 Result.markConstantRange(LHSRange.truncate(ResultTy->getBitWidth()));
751 Result.markConstantRange(LHSRange.signExtend(ResultTy->getBitWidth()));
754 Result.markConstantRange(LHSRange.zeroExtend(ResultTy->getBitWidth()));
    [all...]
ConstantFolding.cpp 673 Type *ResultTy, const DataLayout *TD,
678 Type *IntPtrTy = TD->getIntPtrType(ResultTy);
729 Type *ResultTy, const DataLayout *TD,
737 Type *ResultElementTy = ResultTy->getPointerElementType();
754 Res = ConstantExpr::getIntToPtr(Res, ResultTy);
803 return ConstantExpr::getIntToPtr(C, ResultTy);
    [all...]
ScalarEvolution.cpp 684 Type *ResultTy) {
687 return SE.getTruncateOrZeroExtend(It, ResultTy);
743 unsigned W = SE.getTypeSizeInBits(ResultTy);
789 SE.getTruncateOrZeroExtend(DivResult, ResultTy));
    [all...]
  /external/clang/include/clang/AST/
ASTContext.h     [all...]
  /external/clang/include/clang/Sema/
Overload.h 605 QualType ResultTy;
  /external/llvm/lib/AsmParser/
LLParser.h 279 Type *&ResultTy);
LLParser.cpp     [all...]
  /external/clang/lib/AST/
ASTContext.cpp     [all...]
ASTImporter.cpp     [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
RetainCountChecker.cpp 751 QualType ResultTy = MD->getReturnType();
759 return getMethodSummary(S, ID, MD, ResultTy, *CachedSummaries);
    [all...]
  /external/clang/lib/CodeGen/
CGDebugInfo.cpp     [all...]

Completed in 1657 milliseconds

1 2