HomeSort by relevance Sort by last modified time
    Searched defs:ResultTy (Results 1 - 24 of 24) 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/
ExprEngineCallAndReturn.cpp 553 QualType ResultTy = Call.getResultType();
556 SVal R = SVB.conjureSymbolVal(nullptr, E, LCtx, ResultTy, Count);
    [all...]
CallEvent.cpp 31 QualType ResultTy = E->getType();
40 ResultTy = Ctx.getLValueReferenceType(ResultTy);
43 ResultTy = Ctx.getRValueReferenceType(ResultTy);
50 return ResultTy;
    [all...]
  /external/llvm/lib/IR/
Function.cpp 867 Type *ResultTy = DecodeFixedType(TableRef, Tys, Context);
877 return FunctionType::get(ResultTy, ArgTys, true);
879 return FunctionType::get(ResultTy, ArgTys, false);
    [all...]
AutoUpgrade.cpp 427 Type *ResultTy = Op->getType();
428 unsigned NumElts = ResultTy->getVectorNumElements() * 8;
454 return Builder.CreateBitCast(Res, ResultTy, "cast");
461 Type *ResultTy = Op->getType();
462 unsigned NumElts = ResultTy->getVectorNumElements() * 8;
488 return Builder.CreateBitCast(Res, ResultTy, "cast");
    [all...]
ConstantFold.cpp     [all...]
Constants.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Analysis/
LazyValueInfo.cpp 731 IntegerType *ResultTy = cast<IntegerType>(BBI->getType());
765 Result.markConstantRange(LHSRange.truncate(ResultTy->getBitWidth()));
768 Result.markConstantRange(LHSRange.signExtend(ResultTy->getBitWidth()));
771 Result.markConstantRange(LHSRange.zeroExtend(ResultTy->getBitWidth()));
    [all...]
  /external/clang/include/clang/Sema/
Overload.h 608 QualType ResultTy;
  /external/swiftshader/third_party/LLVM/lib/VMCore/
ConstantFold.cpp     [all...]