HomeSort by relevance Sort by last modified time
    Searched refs:ResultTy (Results 1 - 25 of 27) 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 &>'}} \
  /external/llvm/lib/Target/MBlaze/
MBlazeIntrinsicInfo.cpp 92 Type *ResultTy = NULL;
100 return FunctionType::get(ResultTy, ArgTys, IsVarArg);
  /frameworks/compile/libbcc/bcinfo/BitReader_3_0/
BitcodeReader.cpp 882 Type *ResultTy = 0;
893 ResultTy = Type::getVoidTy(Context);
896 ResultTy = Type::getFloatTy(Context);
899 ResultTy = Type::getDoubleTy(Context);
902 ResultTy = Type::getX86_FP80Ty(Context);
905 ResultTy = Type::getFP128Ty(Context);
908 ResultTy = Type::getPPC_FP128Ty(Context);
911 ResultTy = Type::getLabelTy(Context);
914 ResultTy = Type::getMetadataTy(Context);
917 ResultTy = Type::getX86_MMXTy(Context)
    [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_2_7/
BitcodeReader.cpp 603 Type *ResultTy = 0;
614 ResultTy = Type::getVoidTy(Context);
617 ResultTy = Type::getFloatTy(Context);
620 ResultTy = Type::getDoubleTy(Context);
623 ResultTy = Type::getX86_FP80Ty(Context);
626 ResultTy = Type::getFP128Ty(Context);
629 ResultTy = Type::getPPC_FP128Ty(Context);
632 ResultTy = Type::getLabelTy(Context);
635 ResultTy = Type::getMetadataTy(Context);
638 ResultTy = Type::getX86_MMXTy(Context)
    [all...]
  /external/llvm/lib/VMCore/
ConstantFold.cpp     [all...]
Function.cpp 586 Type *ResultTy = DecodeFixedType(TableRef, Tys, Context);
592 return FunctionType::get(ResultTy, ArgTys, false);
Constants.cpp     [all...]
  /external/clang/lib/StaticAnalyzer/Core/
SValBuilder.cpp 225 QualType ResultTy) {
237 return makeNonLoc(symLHS, Op, symRHS, ResultTy);
241 return makeNonLoc(symLHS, Op, rInt->getValue(), ResultTy);
245 return makeNonLoc(lInt->getValue(), Op, symRHS, ResultTy);
CallEvent.cpp 28 QualType ResultTy = E->getType();
37 ResultTy = Ctx.getLValueReferenceType(ResultTy);
40 ResultTy = Ctx.getRValueReferenceType(ResultTy);
47 return ResultTy;
ExprEngineCallAndReturn.cpp 580 QualType ResultTy = Call.getResultType();
583 SVal R = SVB.conjureSymbolVal(0, E, LCtx, ResultTy, Count);
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp 538 Type *ResultTy = 0;
549 ResultTy = Type::getVoidTy(Context);
552 ResultTy = Type::getHalfTy(Context);
555 ResultTy = Type::getFloatTy(Context);
558 ResultTy = Type::getDoubleTy(Context);
561 ResultTy = Type::getX86_FP80Ty(Context);
564 ResultTy = Type::getFP128Ty(Context);
567 ResultTy = Type::getPPC_FP128Ty(Context);
570 ResultTy = Type::getLabelTy(Context);
573 ResultTy = Type::getMetadataTy(Context)
    [all...]
  /external/llvm/lib/Analysis/
ConstantFolding.cpp 575 Type *ResultTy, const TargetData *TD,
578 Type *IntPtrTy = TD->getIntPtrType(ResultTy->getContext());
625 Type *ResultTy, const TargetData *TD,
642 cast<PointerType>(ResultTy)->getElementType()->isIntegerTy(8)) {
650 Res = ConstantExpr::getIntToPtr(Res, ResultTy);
696 return ConstantExpr::getIntToPtr(C, ResultTy);
755 } while (Ty != cast<PointerType>(ResultTy)->getElementType());
771 if (Ty != cast<PointerType>(ResultTy)->getElementType())
772 C = FoldBitCast(C, ResultTy, *TD);
    [all...]
LazyValueInfo.cpp 709 IntegerType *ResultTy = cast<IntegerType>(BBI->getType());
743 Result.markConstantRange(LHSRange.truncate(ResultTy->getBitWidth()));
746 Result.markConstantRange(LHSRange.signExtend(ResultTy->getBitWidth()));
749 Result.markConstantRange(LHSRange.zeroExtend(ResultTy->getBitWidth()));
    [all...]
ScalarEvolution.cpp 676 Type *ResultTy) {
679 return SE.getTruncateOrZeroExtend(It, ResultTy);
735 unsigned W = SE.getTypeSizeInBits(ResultTy);
781 SE.getTruncateOrZeroExtend(DivResult, ResultTy));
    [all...]
  /external/clang/lib/Sema/
SemaOverload.cpp     [all...]
SemaExpr.cpp     [all...]
SemaTemplateDeduction.cpp     [all...]
TreeTransform.h     [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
RetainCountChecker.cpp 784 QualType ResultTy = MD->getResultType();
792 return getMethodSummary(S, ID, MD, ResultTy, *CachedSummaries);
    [all...]
  /external/clang/include/clang/AST/
ASTContext.h     [all...]
  /external/clang/include/clang/Sema/
Overload.h 614 QualType ResultTy;
  /external/llvm/lib/AsmParser/
LLParser.h 232 Type *&ResultTy);
LLParser.cpp     [all...]
  /external/clang/lib/AST/
ASTContext.cpp     [all...]
ASTImporter.cpp     [all...]

Completed in 270 milliseconds

1 2