HomeSort by relevance Sort by last modified time
    Searched refs:IntType (Results 1 - 15 of 15) sorted by null

  /frameworks/compile/mclinker/include/mcld/Support/
LEB128.h 26 template<typename IntType>
27 size_t encode(ByteType *&pBuf, IntType pValue);
29 template<typename IntType>
30 IntType decode(const ByteType *pBuf, size_t &pSize);
32 template<typename IntType>
33 IntType decode(const ByteType *&pBuf);
39 template<typename IntType>
40 size_t size(IntType pValue) {
99 template<typename IntType>
100 size_t encode(char *&pBuf, IntType pValue)
    [all...]
  /external/llvm/include/llvm/ADT/
PointerIntPair.h 39 template <typename PointerTy, unsigned IntBits, typename IntType=unsigned,
60 PointerIntPair(PointerTy Ptr, IntType Int) : Value(0) {
72 IntType getInt() const {
73 return (IntType)((Value >> IntShift) & IntMask);
85 void setInt(IntType Int) {
128 template<typename PointerTy, unsigned IntBits, typename IntType>
129 struct isPodLike<PointerIntPair<PointerTy, IntBits, IntType> > {
134 template<typename PointerTy, unsigned IntBits, typename IntType>
135 struct DenseMapInfo<PointerIntPair<PointerTy, IntBits, IntType> > {
136 typedef PointerIntPair<PointerTy, IntBits, IntType> Ty
    [all...]
  /external/clang/include/clang/Basic/
TargetInfo.h 115 enum IntType {
157 IntType SizeType, IntMaxType, UIntMaxType, PtrDiffType, IntPtrType, WCharType,
186 IntType getSizeType() const { return SizeType; }
187 IntType getIntMaxType() const { return IntMaxType; }
188 IntType getUIntMaxType() const { return UIntMaxType; }
189 IntType getPtrDiffType(unsigned AddrSpace) const {
192 IntType getIntPtrType() const { return IntPtrType; }
193 IntType getWCharType() const { return WCharType; }
194 IntType getWIntType() const { return WIntType; }
195 IntType getChar16Type() const { return Char16Type;
    [all...]
  /external/chromium/sdch/open-vcdiff/src/
testing.h 156 // This function returns a pseudo-random value of type IntType between 0 and
162 template<typename IntType>
163 inline IntType PortableRandomInRange(IntType limit) {
175 return static_cast<IntType>(limit * scaled_value);
  /external/webkit/Source/JavaScriptCore/wtf/
TCPackedCache.h 125 #define N_ONES_(IntType, N) \
126 ( (N) == 0 ? 0 : ((static_cast<IntType>(1) << ((N)-1))-1 + \
127 (static_cast<IntType>(1) << ((N)-1))) )
  /external/clang/lib/Basic/
TargetInfo.cpp 100 const char *TargetInfo::getTypeName(IntType T) {
116 const char *TargetInfo::getTypeConstantSuffix(IntType T) {
132 unsigned TargetInfo::getTypeWidth(IntType T) const {
148 unsigned TargetInfo::getTypeAlign(IntType T) const {
164 bool TargetInfo::isTypeSigned(IntType T) {
  /external/llvm/include/llvm/Support/
IntegersSubset.h 179 template<class IntType>
182 IntType Low;
183 IntType High;
188 typedef IntRange<IntType> self;
195 IntRange(const IntType &C) :
198 IntRange(const IntType &L, const IntType &H) : Low(L), High(H),
204 const IntType& getLow() const {
208 const IntType& getHigh() const {
240 bool isInRange(const IntType &IntVal) const
    [all...]
  /frameworks/compile/slang/
slang_rs_export_foreach.cpp 509 const clang::QualType &IntType = FD->getASTContext().IntTy;
510 if (FD->getResultType().getCanonicalType() == IntType) {
560 const clang::QualType &IntType = FD->getASTContext().IntTy;
567 if (QT != IntType) {
580 if (FD->getResultType().getCanonicalType() != IntType) {
  /external/clang/lib/StaticAnalyzer/Core/
SimpleSValBuilder.cpp 373 APSIntType IntType = BasicVals.getAPSIntType(resultTy);
374 IntType.apply(LHSValue);
375 IntType.apply(RHSValue);
484 APSIntType IntType = BasicVals.getAPSIntType(resultTy);
485 const llvm::APSInt &first = IntType.convert(symIntExpr->getRHS());
486 const llvm::APSInt &second = IntType.convert(*RHSValue);
    [all...]
RangeConstraintManager.cpp 382 APSIntType IntType = BV.getAPSIntType(T);
383 Result = Result.Intersect(BV, F, ++IntType.getZeroValue(),
384 --IntType.getZeroValue());
  /external/clang/lib/CodeGen/
CGBuiltin.cpp 56 QualType T, llvm::IntegerType *IntType) {
60 return CGF.Builder.CreatePtrToInt(V, IntType);
62 assert(V->getType() == IntType);
92 llvm::IntegerType *IntType =
95 llvm::Type *IntPtrType = IntType->getPointerTo(AddrSpace);
101 Args[1] = EmitToInt(CGF, Args[1], T, IntType);
127 llvm::IntegerType *IntType =
130 llvm::Type *IntPtrType = IntType->getPointerTo(AddrSpace);
135 Args[1] = EmitToInt(CGF, Args[1], T, IntType);
    [all...]
  /external/clang/lib/Frontend/
InitPreprocessor.cpp 166 static void DefineTypeSize(StringRef MacroName, TargetInfo::IntType Ty,
172 static void DefineType(const Twine &MacroName, TargetInfo::IntType Ty,
177 static void DefineTypeWidth(StringRef MacroName, TargetInfo::IntType Ty,
188 static void DefineExactWidthIntType(TargetInfo::IntType Ty,
  /external/llvm/lib/Analysis/
ConstantFolding.cpp 393 IntegerType *IntType = dyn_cast<IntegerType>(LoadTy);
396 if (!IntType) {
419 unsigned BytesLoaded = (IntType->getBitWidth() + 7) / 8;
438 return UndefValue::get(IntType);
445 APInt ResultVal = APInt(IntType->getBitWidth(), RawBytes[BytesLoaded-1]);
451 return ConstantInt::get(IntType->getContext(), ResultVal);
    [all...]
  /external/protobuf/src/google/protobuf/
text_format.cc     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCalls.cpp 66 IntegerType* IntType = IntegerType::get(MI->getContext(), Size<<3);
67 Type *NewSrcPtrTy = PointerType::get(IntType, SrcAddrSp);
68 Type *NewDstPtrTy = PointerType::get(IntType, DstAddrSp);
    [all...]

Completed in 666 milliseconds