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(0, E, LCtx, ResultTy, Count);
    [all...]
  /external/llvm/lib/Analysis/
LazyValueInfo.cpp 713 IntegerType *ResultTy = cast<IntegerType>(BBI->getType());
747 Result.markConstantRange(LHSRange.truncate(ResultTy->getBitWidth()));
750 Result.markConstantRange(LHSRange.signExtend(ResultTy->getBitWidth()));
753 Result.markConstantRange(LHSRange.zeroExtend(ResultTy->getBitWidth()));
    [all...]
  /external/clang/include/clang/Sema/
Overload.h 616 QualType ResultTy;
  /external/llvm/lib/IR/
ConstantFold.cpp     [all...]
Constants.cpp     [all...]
  /external/clang/lib/Sema/
SemaTemplateDeduction.cpp     [all...]
SemaExpr.cpp     [all...]
SemaOverload.cpp     [all...]
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp 748 Type *ResultTy = 0;
759 ResultTy = Type::getVoidTy(Context);
762 ResultTy = Type::getHalfTy(Context);
765 ResultTy = Type::getFloatTy(Context);
768 ResultTy = Type::getDoubleTy(Context);
771 ResultTy = Type::getX86_FP80Ty(Context);
774 ResultTy = Type::getFP128Ty(Context);
777 ResultTy = Type::getPPC_FP128Ty(Context);
780 ResultTy = Type::getLabelTy(Context);
783 ResultTy = Type::getMetadataTy(Context)
    [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_2_7/
BitcodeReader.cpp 570 Type *ResultTy = 0;
581 ResultTy = Type::getVoidTy(Context);
584 ResultTy = Type::getHalfTy(Context);
587 ResultTy = Type::getFloatTy(Context);
590 ResultTy = Type::getDoubleTy(Context);
593 ResultTy = Type::getX86_FP80Ty(Context);
596 ResultTy = Type::getFP128Ty(Context);
599 ResultTy = Type::getPPC_FP128Ty(Context);
602 ResultTy = Type::getLabelTy(Context);
605 ResultTy = Type::getMetadataTy(Context)
    [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_3_0/
BitcodeReader.cpp 851 Type *ResultTy = 0;
862 ResultTy = Type::getVoidTy(Context);
865 ResultTy = Type::getHalfTy(Context);
868 ResultTy = Type::getFloatTy(Context);
871 ResultTy = Type::getDoubleTy(Context);
874 ResultTy = Type::getX86_FP80Ty(Context);
877 ResultTy = Type::getFP128Ty(Context);
880 ResultTy = Type::getPPC_FP128Ty(Context);
883 ResultTy = Type::getLabelTy(Context);
886 ResultTy = Type::getMetadataTy(Context)
    [all...]
  /external/clang/lib/AST/
ASTImporter.cpp     [all...]
  /external/clang/lib/CodeGen/
CGDebugInfo.cpp     [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
RetainCountChecker.cpp 773 QualType ResultTy = MD->getResultType();
781 return getMethodSummary(S, ID, MD, ResultTy, *CachedSummaries);
    [all...]

Completed in 1283 milliseconds