HomeSort by relevance Sort by last modified time
    Searched refs:isSigned (Results 76 - 100 of 167) sorted by null

1 2 34 5 6 7

  /external/chromium_org/third_party/WebKit/Source/wtf/text/
WTFString.cpp 967 static const bool isSigned = numeric_limits<IntegralType>::is_signed;
983 if (isSigned && length && *data == '-') {
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.jarprocessor_1.0.200.v20100503a.jar 
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeTypes.h 164 SDValue LibCallify(RTLIB::Libcall LC, SDNode *N, bool isSigned);
167 SDNode *Node, bool isSigned);
    [all...]
TargetLowering.cpp 89 bool isSigned, SDLoc dl,
99 Entry.isSExt = isSigned;
100 Entry.isZExt = !isSigned;
110 .setSExtResult(isSigned).setZExtResult(!isSigned);
    [all...]
LegalizeIntegerTypes.cpp     [all...]
  /external/llvm/lib/MC/
MCAssembler.cpp     [all...]
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.p2.jarprocessor_1.0.300.v20130327-2119.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.p2.jarprocessor_1.0.300.v20130327-2119.jar 
  /external/llvm/lib/IR/
Constants.cpp 113 return CI->isMinValue(/*isSigned=*/true);
528 Constant *ConstantInt::get(Type *Ty, uint64_t V, bool isSigned) {
529 Constant *C = get(cast<IntegerType>(Ty->getScalarType()), V, isSigned);
539 bool isSigned) {
540 return get(Ty->getContext(), APInt(Ty->getBitWidth(), V, isSigned));
    [all...]
Instructions.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86ISelDAGToDAG.cpp     [all...]
  /external/llvm/lib/Transforms/Instrumentation/
MemorySanitizer.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]
ARMISelDAGToDAG.cpp 249 SDNode *SelectV6T2BitfieldExtractOp(SDNode *N, bool isSigned);
    [all...]
  /external/clang/lib/AST/
ExprConstant.cpp     [all...]
  /external/llvm/include/llvm/IR/
IRBuilder.h     [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
MemRegion.h 1018 Idx.castAs<nonloc::ConcreteInt>().getValue().isSigned()) &&
    [all...]
  /external/clang/lib/Analysis/
CFG.cpp 593 assert(Value1.isSigned() == Value2.isSigned());
681 if (L1.isSigned() != L2.isSigned() || L1.getBitWidth() != L2.getBitWidth())
    [all...]
  /external/clang/lib/Sema/
SemaTemplateDeduction.cpp 74 if (X.isSigned() != Y.isSigned()) {
76 if ((Y.isSigned() && Y.isNegative()) || (X.isSigned() && X.isNegative()))
    [all...]
SemaOpenMP.cpp     [all...]
  /external/clang/lib/StaticAnalyzer/Core/
ExprEngineC.cpp 705 assert(IV.isSigned() == OOE->getType()->isSignedIntegerType());
    [all...]
  /external/llvm/include/llvm/MC/
MCAssembler.h 465 /// IsSigned - True if this is a sleb128, false if uleb128.
466 bool IsSigned;
473 Value(&Value_), IsSigned(IsSigned_) { Contents.push_back(0); }
480 bool isSigned() const { return IsSigned; }
    [all...]
  /external/deqp/modules/gles31/functional/
es31fTextureGatherTests.cpp 151 const bool isSigned = isSIntFormatType(colorBufferFormat.type);
153 (isSigned) ? (tcu::TextureFormat::SIGNED_INT32) : (tcu::TextureFormat::UNSIGNED_INT32)),
    [all...]
  /external/llvm/include/llvm/Target/
TargetLowering.h     [all...]
  /external/llvm/include/llvm-c/
Core.h     [all...]

Completed in 1326 milliseconds

1 2 34 5 6 7