HomeSort by relevance Sort by last modified time
    Searched defs:IsSigned (Results 1 - 21 of 21) sorted by null

  /external/eigen/Eigen/src/Core/
NumTraits.h 42 * \li An enum value \a IsSigned. It is equal to \c 1 if \a T is a signed type and to 0 if \a T is unsigned.
55 IsSigned = std::numeric_limits<T>::is_signed,
137 IsSigned = NumTraits<Scalar>::IsSigned,
  /external/clang/lib/CodeGen/
CGRecordLayout.h 75 unsigned IsSigned : 1;
85 : Offset(), Size(), IsSigned(), StorageSize(), StorageAlignment() {}
87 CGBitFieldInfo(unsigned Offset, unsigned Size, bool IsSigned,
89 : Offset(Offset), Size(Size), IsSigned(IsSigned),
CGRecordLayoutBuilder.cpp 216 Info.IsSigned = FD->getType()->isSignedIntegerOrEnumerationType();
616 bool IsSigned = FD->getType()->isSignedIntegerOrEnumerationType();
639 return CGBitFieldInfo(Offset, Size, IsSigned, StorageSize, StorageAlignment);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/
CheckedInt.h 193 struct IsSigned
203 IsSigned<IntegerType>::value
234 IsSigned<IntegerType>::value
277 bool IsTSigned = IsSigned<T>::value,
278 bool IsUSigned = IsSigned<U>::value>
303 bool IsTSigned = IsSigned<T>::value,
304 bool IsUSigned = IsSigned<U>::value,
375 return IsSigned<T>::value
391 return IsSigned<T>::value
397 bool IsSigned = IsSigned<T>::value
    [all...]
  /external/clang/lib/Frontend/
InitPreprocessor.cpp 182 /// signedness of 'isSigned' and with a value suffix of 'ValSuffix' (e.g. LL).
184 StringRef ValSuffix, bool isSigned,
186 llvm::APInt MaxVal = isSigned ? llvm::APInt::getSignedMaxValue(TypeWidth)
188 Builder.defineMacro(MacroName, MaxVal.toString(10, isSigned) + ValSuffix);
219 bool IsSigned = TI.isTypeSigned(Ty);
224 Ty = IsSigned ? TI.getInt64Type() : TI.getIntTypeByWidth(64, false);
226 const char *Prefix = IsSigned ? "__INT" : "__UINT";
240 bool IsSigned = TI.isTypeSigned(Ty);
245 Ty = IsSigned ? TI.getInt64Type() : TI.getIntTypeByWidth(64, false);
247 const char *Prefix = IsSigned ? "__INT" : "__UINT"
    [all...]
  /external/llvm/lib/Transforms/Utils/
SimplifyIndVar.cpp 82 bool IsSigned);
195 bool IsSigned) {
211 if ((!IsSigned || SE->isKnownNonNegative(S)) &&
212 SE->isKnownPredicate(IsSigned ? ICmpInst::ICMP_SLT : ICmpInst::ICMP_ULT,
219 if (IsSigned && !SE->isKnownNonNegative(LessOne))
222 if (!SE->isKnownPredicate(IsSigned ?
252 bool IsSigned = Rem->getOpcode() == Instruction::SRem;
253 if (IsSigned || Rem->getOpcode() == Instruction::URem) {
254 eliminateIVRemainder(Rem, IVOperand, IsSigned);
  /external/ceres-solver/include/ceres/
jet.h 657 IsSigned,
  /external/llvm/lib/Target/AArch64/InstPrinter/
AArch64InstPrinter.cpp 75 bool IsSigned = (Opcode == AArch64::SBFMXri || Opcode == AArch64::SBFMWri);
84 if (IsSigned)
90 if (IsSigned)
97 if (Is64Bit && IsSigned)
148 O << '\t' << (IsSigned ? "sbfiz" : "ubfiz") << '\t'
156 O << '\t' << (IsSigned ? "sbfx" : "ubfx") << '\t'
    [all...]
  /external/llvm/lib/Target/NVPTX/
NVPTXISelDAGToDAG.cpp     [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/llvm/lib/Transforms/Scalar/
IndVarSimplify.cpp 653 bool IsSigned; // Was an sext user seen before a zext?
656 IsSigned(false) {}
665 bool IsSigned = Cast->getOpcode() == Instruction::SExt;
666 if (!IsSigned && Cast->getOpcode() != Instruction::ZExt)
676 WI.IsSigned = IsSigned;
681 if (WI.IsSigned != IsSigned)
713 bool IsSigned;
736 IsSigned(WI.IsSigned)
    [all...]
LoopStrengthReduce.cpp     [all...]
  /external/llvm/lib/Target/AArch64/AsmParser/
AArch64AsmParser.cpp     [all...]
  /external/llvm/lib/Transforms/Instrumentation/
MemorySanitizer.cpp     [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant.jar 
  /prebuilts/tools/common/ant/
ant.jar 
  /prebuilts/tools/common/m2/repository/org/apache/ant/ant/1.8.0/
ant-1.8.0.jar 
  /external/jarjar/lib/
apache-ant-1.9.4.jar 
  /external/owasp/sanitizer/tools/findbugs/lib/
ant.jar 
  /prebuilts/tools/common/m2/repository/org/apache/ant/ant/1.8.2/
ant-1.8.2.jar 

Completed in 279 milliseconds