/external/clang/lib/Sema/ |
SemaStmt.cpp | 491 ConvVal.setIsSigned(Val.isSigned()); 499 } else if (NewSign != Val.isSigned()) { 658 static void AdjustAPSInt(llvm::APSInt &Val, unsigned BitWidth, bool IsSigned) { 663 Val.setIsSigned(IsSigned); 816 ConstantCondValue.isSigned() == CondIsSigned)); [all...] |
SemaTemplateDeduction.cpp | 74 if (X.isSigned() != Y.isSigned()) { 76 if ((Y.isSigned() && Y.isNegative()) || (X.isSigned() && X.isNegative())) [all...] |
/external/clang/lib/AST/ |
StmtPrinter.cpp | 786 bool isSigned = Node->getType()->isSignedIntegerType(); 787 OS << Node->getValue().toString(10, isSigned); [all...] |
ExprConstant.cpp | [all...] |
ASTDumper.cpp | [all...] |
/external/llvm/lib/IR/ |
Constants.cpp | 492 Constant *ConstantInt::get(Type *Ty, uint64_t V, bool isSigned) { 493 Constant *C = get(cast<IntegerType>(Ty->getScalarType()), V, isSigned); 503 bool isSigned) { 504 return get(Ty->getContext(), APInt(Ty->getBitWidth(), V, isSigned)); [all...] |
Core.cpp | [all...] |
Instructions.cpp | [all...] |
/external/llvm/lib/Target/X86/ |
X86ISelDAGToDAG.cpp | [all...] |
/external/llvm/lib/CodeGen/SelectionDAG/ |
LegalizeTypes.h | 165 SDValue LibCallify(RTLIB::Libcall LC, SDNode *N, bool isSigned); 168 SDNode *Node, bool isSigned); [all...] |
LegalizeIntegerTypes.cpp | [all...] |
TargetLowering.cpp | 73 bool isSigned, SDLoc dl) const { 81 Entry.isSExt = isSigned; 82 Entry.isZExt = !isSigned; 89 CallLoweringInfo CLI(DAG.getEntryNode(), RetTy, isSigned, !isSigned, false, [all...] |
/external/llvm/lib/MC/ |
MCAssembler.cpp | 904 if (LF.isSigned()) [all...] |
/external/clang/lib/StaticAnalyzer/Core/ |
SValBuilder.cpp | 83 if (I.getBitWidth() == ArrayIndexWidth && I.isSigned())
|
Store.cpp | 491 assert(BaseIdxI.isSigned());
|
ExprEngineC.cpp | 694 assert(IV.isSigned() == OOE->getType()->isSignedIntegerType()); [all...] |
/external/clang/lib/CodeGen/ |
CGBuiltin.cpp | 302 Result = Builder.CreateIntCast(Result, ResultType, /*isSigned*/true, 319 Result = Builder.CreateIntCast(Result, ResultType, /*isSigned*/true, 340 Result = Builder.CreateIntCast(Result, ResultType, /*isSigned*/true, 357 Result = Builder.CreateIntCast(Result, ResultType, /*isSigned*/true, 372 Result = Builder.CreateIntCast(Result, ResultType, /*isSigned*/true, [all...] |
CGExpr.cpp | [all...] |
/external/llvm/lib/Target/AArch64/ |
AArch64ISelLowering.cpp | [all...] |
/external/llvm/lib/Target/ARM/ |
ARMISelLowering.cpp | [all...] |
/external/llvm/lib/Analysis/ |
ConstantFolding.cpp | [all...] |
ScalarEvolution.cpp | 330 ScalarEvolution::getConstant(Type *Ty, uint64_t V, bool isSigned) { 332 return getConstant(ConstantInt::get(ITy, V, isSigned)); [all...] |
/external/ceres-solver/include/ceres/ |
jet.h | 738 IsSigned,
|
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
MemRegion.h | 1018 Idx.castAs<nonloc::ConcreteInt>().getValue().isSigned()) && [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.eclipse.equinox.p2.jarprocessor_1.0.200.v20100503a.jar | |