HomeSort by relevance Sort by last modified time
    Searched defs:ResultTy (Results 1 - 25 of 40) 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/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...]
Constants.cpp     [all...]
  /external/clang/include/clang/AST/
DeclBase.h     [all...]
  /external/llvm/lib/CodeGen/
AtomicExpandPass.cpp 61 insertRMWLLSCLoop(IRBuilder<> &Builder, Type *ResultTy, Value *Addr,
65 Instruction *I, Type *ResultTy, Value *Addr, AtomicOrdering MemOpOrder,
    [all...]
  /external/spirv-llvm/lib/SPIRV/
SPIRVWriter.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Bitcode/Reader/
BitcodeReader.cpp 563 Type *ResultTy = 0;
574 ResultTy = Type::getVoidTy(Context);
577 ResultTy = Type::getFloatTy(Context);
580 ResultTy = Type::getDoubleTy(Context);
583 ResultTy = Type::getX86_FP80Ty(Context);
586 ResultTy = Type::getFP128Ty(Context);
589 ResultTy = Type::getPPC_FP128Ty(Context);
592 ResultTy = Type::getLabelTy(Context);
595 ResultTy = Type::getMetadataTy(Context);
598 ResultTy = Type::getX86_MMXTy(Context)
    [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_2_7/
BitcodeReader.cpp 930 Type *ResultTy = nullptr;
942 ResultTy = Type::getVoidTy(Context);
945 ResultTy = Type::getHalfTy(Context);
948 ResultTy = Type::getFloatTy(Context);
951 ResultTy = Type::getDoubleTy(Context);
954 ResultTy = Type::getX86_FP80Ty(Context);
957 ResultTy = Type::getFP128Ty(Context);
960 ResultTy = Type::getPPC_FP128Ty(Context);
963 ResultTy = Type::getLabelTy(Context);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/AST/
DeclBase.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/Sema/
Overload.h 639 QualType ResultTy;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/AST/
DeclBase.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/Sema/
Overload.h 639 QualType ResultTy;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/AST/
DeclBase.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/Sema/
Overload.h 639 QualType ResultTy;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
DeclBase.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Sema/
Overload.h 639 QualType ResultTy;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/AST/
DeclBase.h     [all...]

Completed in 1067 milliseconds

1 2