HomeSort by relevance Sort by last modified time
    Searched defs:ResultTy (Results 1 - 16 of 16) sorted by null

  /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 &>'}} \
  /external/clang/lib/StaticAnalyzer/Core/
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/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...]
  /external/clang/include/clang/Sema/
Overload.h 605 QualType ResultTy;
  /external/llvm/lib/IR/
ConstantFold.cpp     [all...]
Constants.cpp     [all...]
  /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...]
  /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...]
  /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...]
  /external/clang/lib/AST/
ASTImporter.cpp     [all...]
  /external/clang/lib/Sema/
SemaTemplateDeduction.cpp     [all...]
SemaExpr.cpp     [all...]
SemaOverload.cpp     [all...]
  /external/clang/lib/CodeGen/
CGDebugInfo.cpp     [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
RetainCountChecker.cpp 751 QualType ResultTy = MD->getReturnType();
759 return getMethodSummary(S, ID, MD, ResultTy, *CachedSummaries);
    [all...]

Completed in 614 milliseconds