/external/clang/lib/StaticAnalyzer/Core/ |
SimpleSValBuilder.cpp | 35 NonLoc lhs, NonLoc rhs, QualType resultTy); 37 Loc lhs, Loc rhs, QualType resultTy); 39 Loc lhs, NonLoc rhs, QualType resultTy); 46 const llvm::APSInt &RHS, QualType resultTy); 201 QualType resultTy) { 212 return makeIntVal(0, resultTy); 230 return makeIntVal(0, resultTy); 244 return makeIntVal(0, resultTy); 253 const llvm::APSInt &Result = BasicVals.Convert(resultTy, RHS); 264 return evalCastFromNonLoc(nonloc::SymbolVal(LHSSym), resultTy); [all...] |
ObjCMessage.cpp | 112 QualType resultTy; 119 resultTy = FD->getResultType(); 121 resultTy = CallE->getType(); 126 resultTy = Msg.getResultType(ctx); 130 resultTy = ctx.getPointerType(resultTy); 132 return resultTy;
|
CFRefCount.cpp | 864 QualType ResultTy = MD->getResultType(); 871 return getInstanceMethodSummary(S, ClsName, ID, MD, ResultTy); 873 return getClassMethodSummary(S, ClsName, ID, MD, ResultTy); [all...] |
/external/llvm/lib/Bitcode/Reader/ |
BitcodeReader.cpp | 525 Type *ResultTy = 0; 536 ResultTy = Type::getVoidTy(Context); 539 ResultTy = Type::getFloatTy(Context); 542 ResultTy = Type::getDoubleTy(Context); 545 ResultTy = Type::getX86_FP80Ty(Context); 548 ResultTy = Type::getFP128Ty(Context); 551 ResultTy = Type::getPPC_FP128Ty(Context); 554 ResultTy = Type::getLabelTy(Context); 557 ResultTy = Type::getMetadataTy(Context); 560 ResultTy = Type::getX86_MMXTy(Context) [all...] |
/frameworks/compile/libbcc/bcinfo/BitReader_2_7/ |
BitcodeReader.cpp | 538 Type *ResultTy = 0; 549 ResultTy = Type::getVoidTy(Context); 552 ResultTy = Type::getFloatTy(Context); 555 ResultTy = Type::getDoubleTy(Context); 558 ResultTy = Type::getX86_FP80Ty(Context); 561 ResultTy = Type::getFP128Ty(Context); 564 ResultTy = Type::getPPC_FP128Ty(Context); 567 ResultTy = Type::getLabelTy(Context); 570 ResultTy = Type::getMetadataTy(Context); 573 ResultTy = Type::getX86_MMXTy(Context) [all...] |
/external/llvm/lib/Target/Blackfin/ |
BlackfinIntrinsicInfo.cpp | 85 Type *ResultTy = NULL; 93 return FunctionType::get(ResultTy, ArgTys, IsVarArg);
|
/external/llvm/lib/Target/MBlaze/ |
MBlazeIntrinsicInfo.cpp | 94 Type *ResultTy = NULL; 102 return FunctionType::get(ResultTy, ArgTys, IsVarArg);
|
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
SValBuilder.h | 76 NonLoc lhs, NonLoc rhs, QualType resultTy) = 0; 79 Loc lhs, Loc rhs, QualType resultTy) = 0; 82 Loc lhs, NonLoc rhs, QualType resultTy) = 0;
|
/external/llvm/lib/VMCore/ |
ConstantFold.cpp | [all...] |
Constants.cpp | [all...] |
Function.cpp | 360 Type *ResultTy = NULL; 368 return FunctionType::get(ResultTy, ArgTys, IsVarArg);
|
/external/llvm/lib/Analysis/ |
ConstantFolding.cpp | 540 Type *ResultTy, 543 Type *IntPtrTy = TD->getIntPtrType(ResultTy->getContext()); 575 Type *ResultTy, 591 cast<PointerType>(ResultTy)->getElementType()->isIntegerTy(8)) { 599 Res = ConstantExpr::getIntToPtr(Res, ResultTy); 644 return ConstantExpr::getIntToPtr(C, ResultTy); 695 } while (Ty != cast<PointerType>(ResultTy)->getElementType()); 711 if (Ty != cast<PointerType>(ResultTy)->getElementType()) 712 C = FoldBitCast(C, ResultTy, *TD); [all...] |
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...] |
ScalarEvolution.cpp | 655 Type* ResultTy) { 658 return SE.getTruncateOrZeroExtend(It, ResultTy); 714 unsigned W = SE.getTypeSizeInBits(ResultTy); 760 SE.getTruncateOrZeroExtend(DivResult, ResultTy)); [all...] |
/external/clang/lib/Sema/ |
SemaExpr.cpp | [all...] |
SemaOverload.cpp | [all...] |
SemaTemplateDeduction.cpp | [all...] |
/external/clang/include/clang/AST/ |
ASTContext.h | 673 QualType getFunctionNoProtoType(QualType ResultTy, 676 QualType getFunctionNoProtoType(QualType ResultTy) const { 677 return getFunctionNoProtoType(ResultTy, FunctionType::ExtInfo()); 682 QualType getFunctionType(QualType ResultTy, [all...] |
/external/llvm/lib/AsmParser/ |
LLParser.h | 225 Type *&ResultTy);
|
LLParser.cpp | [all...] |
/external/clang/include/clang/Sema/ |
Overload.h | 553 QualType ResultTy;
|
/external/llvm/utils/TableGen/ |
IntrinsicEmitter.cpp | 451 OS << " ResultTy = ";
|
/external/clang/lib/AST/ |
ASTContext.cpp | [all...] |
ASTImporter.cpp | [all...] |
ExprConstant.cpp | [all...] |