HomeSort by relevance Sort by last modified time
    Searched defs:ResultTy (Results 1 - 18 of 18) 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 31 QualType ResultTy = E->getType();
40 ResultTy = Ctx.getLValueReferenceType(ResultTy);
43 ResultTy = Ctx.getRValueReferenceType(ResultTy);
50 return ResultTy;
    [all...]
ExprEngineCallAndReturn.cpp 566 QualType ResultTy = Call.getResultType();
569 SVal R = SVB.conjureSymbolVal(nullptr, E, LCtx, ResultTy, Count);
    [all...]
  /external/llvm/lib/IR/
Function.cpp 840 Type *ResultTy = DecodeFixedType(TableRef, Tys, Context);
850 return FunctionType::get(ResultTy, ArgTys, true);
852 return FunctionType::get(ResultTy, ArgTys, false);
    [all...]
ConstantFold.cpp     [all...]
Constants.cpp     [all...]
  /external/clang/include/clang/Sema/
Overload.h 604 QualType ResultTy;
  /external/llvm/lib/Analysis/
LazyValueInfo.cpp 832 IntegerType *ResultTy = cast<IntegerType>(BBI->getType());
866 Result.markConstantRange(LHSRange.truncate(ResultTy->getBitWidth()));
869 Result.markConstantRange(LHSRange.signExtend(ResultTy->getBitWidth()));
872 Result.markConstantRange(LHSRange.zeroExtend(ResultTy->getBitWidth()));
    [all...]
  /external/clang/include/clang/AST/
DeclBase.h     [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_2_7/
BitcodeReader.cpp 921 Type *ResultTy = nullptr;
933 ResultTy = Type::getVoidTy(Context);
936 ResultTy = Type::getHalfTy(Context);
939 ResultTy = Type::getFloatTy(Context);
942 ResultTy = Type::getDoubleTy(Context);
945 ResultTy = Type::getX86_FP80Ty(Context);
948 ResultTy = Type::getFP128Ty(Context);
951 ResultTy = Type::getPPC_FP128Ty(Context);
954 ResultTy = Type::getLabelTy(Context);
957 ResultTy = Type::getMetadataTy(Context)
    [all...]
  /external/clang/lib/Sema/
SemaTemplateDeduction.cpp     [all...]
SemaOverload.cpp     [all...]
SemaExpr.cpp     [all...]
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp     [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_3_0/
BitcodeReader.cpp     [all...]
  /external/clang/lib/AST/
ASTImporter.cpp     [all...]
  /external/clang/lib/CodeGen/
CGDebugInfo.cpp     [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
RetainCountChecker.cpp 777 QualType ResultTy = MD->getReturnType();
785 return getMethodSummary(S, ID, MD, ResultTy, *CachedSummaries);
    [all...]

Completed in 1534 milliseconds