/external/ceres-solver/include/ceres/ |
jet.h | 657 IsSigned,
|
/external/clang/lib/Analysis/ |
CFG.cpp | 735 assert(Value1.isSigned() == Value2.isSigned()); 802 if (L1.isSigned() != L2.isSigned() || L1.getBitWidth() != L2.getBitWidth()) [all...] |
/external/clang/lib/Sema/ |
SemaStmt.cpp | 669 static void AdjustAPSInt(llvm::APSInt &Val, unsigned BitWidth, bool IsSigned) { 671 Val.setIsSigned(IsSigned); 684 AdjustAPSInt(ConvVal, Val.getBitWidth(), Val.isSigned()); 884 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/StaticAnalyzer/Core/ |
ExprEngineC.cpp | 728 assert(IV.isSigned() == OOE->getType()->isSignedIntegerType()); [all...] |
/external/llvm/lib/CodeGen/SelectionDAG/ |
TargetLowering.cpp | 89 bool isSigned, SDLoc dl, 99 Entry.isSExt = shouldSignExtendTypeInLibCall(Op.getValueType(), isSigned); 100 Entry.isZExt = !shouldSignExtendTypeInLibCall(Op.getValueType(), isSigned); 113 bool signExtend = shouldSignExtendTypeInLibCall(RetVT, isSigned); [all...] |
LegalizeIntegerTypes.cpp | [all...] |
SelectionDAGBuilder.h | [all...] |
/external/llvm/lib/Target/Hexagon/ |
HexagonInstrInfo.cpp | [all...] |
/prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/compile/internal/gc/ |
walk.go | [all...] |
/prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/ |
walk.go | [all...] |
/prebuilts/go/linux-x86/pkg/bootstrap/src/bootstrap/compile/internal/gc/ |
walk.go | [all...] |
/prebuilts/go/linux-x86/src/cmd/compile/internal/gc/ |
walk.go | [all...] |
/external/llvm/lib/IR/ |
Core.cpp | [all...] |
Instructions.cpp | [all...] |
/external/llvm/lib/Target/AArch64/ |
AArch64ISelLowering.cpp | [all...] |
/external/clang/lib/CodeGen/ |
CGExpr.cpp | [all...] |
/external/clang/lib/Basic/ |
Targets.cpp | [all...] |
/external/llvm/lib/AsmParser/ |
LLParser.cpp | [all...] |
/external/llvm/include/llvm/Target/ |
TargetLowering.h | [all...] |
/external/llvm/lib/Target/Sparc/ |
SparcISelLowering.cpp | [all...] |
/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 | |
/external/eigen/Eigen/src/SparseCore/ |
SparseMatrix.h | 853 EIGEN_STATIC_ASSERT(NumTraits<Index>::IsSigned,THE_INDEX_TYPE_MUST_BE_A_SIGNED_TYPE); [all...] |
/external/llvm/lib/Target/AArch64/AsmParser/ |
AArch64AsmParser.cpp | [all...] |