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

  /frameworks/compile/slang/
slang_rs_export_foreach.cpp 509 const clang::QualType &IntType = FD->getASTContext().IntTy;
510 if (FD->getResultType().getCanonicalType() == IntType) {
577 const clang::QualType &IntType = FD->getASTContext().IntTy;
584 if (QT != IntType) {
597 if (FD->getResultType().getCanonicalType() != IntType) {
  /external/clang/lib/StaticAnalyzer/Core/
RangeConstraintManager.cpp 353 APSIntType IntType = BV.getAPSIntType(Sym->getType());
354 llvm::APSInt Zero = IntType.getZeroValue();
396 APSIntType IntType = BV.getAPSIntType(T);
397 Result = Result.Intersect(BV, F, ++IntType.getZeroValue(),
398 --IntType.getZeroValue());
SimpleSValBuilder.cpp 352 APSIntType IntType = BasicVals.getAPSIntType(resultTy);
353 IntType.apply(LHSValue);
354 IntType.apply(RHSValue);
467 APSIntType IntType = BasicVals.getAPSIntType(resultTy);
468 const llvm::APSInt &first = IntType.convert(symIntExpr->getRHS());
469 const llvm::APSInt &second = IntType.convert(*RHSValue);
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
types.py 16 IntType = int
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
types.py 16 IntType = int
  /external/llvm/lib/Analysis/
ConstantFolding.cpp 382 IntegerType *IntType = dyn_cast<IntegerType>(LoadTy);
385 if (!IntType) {
410 unsigned BytesLoaded = (IntType->getBitWidth() + 7) / 8;
430 return UndefValue::get(IntType);
437 APInt ResultVal = APInt(IntType->getBitWidth(), 0);
452 return ConstantInt::get(IntType->getContext(), ResultVal);
    [all...]
  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-open-type-private.hh 558 struct IntType
562 inline bool operator == (const IntType<Type,Size> &o) const { return v == o.v; }
563 inline bool operator != (const IntType<Type,Size> &o) const { return v != o.v; }
564 static inline int cmp (const IntType<Type,Size> *a, const IntType<Type,Size> *b) { return b->cmp (*a); }
565 inline int cmp (IntType<Type,Size> va) const { Type a = va; Type b = v; return a < b ? -1 : a == b ? 0 : +1; }
577 typedef IntType<uint16_t, 2> USHORT; /* 16-bit unsigned integer. */
578 typedef IntType<int16_t, 2> SHORT; /* 16-bit signed integer. */
579 typedef IntType<uint32_t, 4> ULONG; /* 32-bit unsigned integer. */
580 typedef IntType<int32_t, 4> LONG; /* 32-bit signed integer. *
    [all...]
  /external/harfbuzz_ng/src/
hb-open-type-private.hh 558 struct IntType
562 inline bool operator == (const IntType<Type,Size> &o) const { return v == o.v; }
563 inline bool operator != (const IntType<Type,Size> &o) const { return v != o.v; }
564 static inline int cmp (const IntType<Type,Size> *a, const IntType<Type,Size> *b) { return b->cmp (*a); }
565 inline int cmp (IntType<Type,Size> va) const { Type a = va; Type b = v; return a < b ? -1 : a == b ? 0 : +1; }
577 typedef IntType<uint16_t, 2> USHORT; /* 16-bit unsigned integer. */
578 typedef IntType<int16_t, 2> SHORT; /* 16-bit signed integer. */
579 typedef IntType<uint32_t, 4> ULONG; /* 32-bit unsigned integer. */
580 typedef IntType<int32_t, 4> LONG; /* 32-bit signed integer. *
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCalls.cpp 91 IntegerType* IntType = IntegerType::get(MI->getContext(), Size<<3);
92 Type *NewSrcPtrTy = PointerType::get(IntType, SrcAddrSp);
93 Type *NewDstPtrTy = PointerType::get(IntType, DstAddrSp);
    [all...]
  /external/clang/include/clang/Basic/
TargetInfo.h 113 enum IntType {
173 IntType SizeType, IntMaxType, UIntMaxType, PtrDiffType, IntPtrType, WCharType,
203 IntType getSizeType() const { return SizeType; }
204 IntType getIntMaxType() const { return IntMaxType; }
205 IntType getUIntMaxType() const { return UIntMaxType; }
206 IntType getPtrDiffType(unsigned AddrSpace) const {
209 IntType getIntPtrType() const { return IntPtrType; }
210 IntType getWCharType() const { return WCharType; }
211 IntType getWIntType() const { return WIntType; }
212 IntType getChar16Type() const { return Char16Type;
    [all...]
  /external/clang/lib/CodeGen/
CGBuiltin.cpp 56 QualType T, llvm::IntegerType *IntType) {
60 return CGF.Builder.CreatePtrToInt(V, IntType);
62 assert(V->getType() == IntType);
91 llvm::IntegerType *IntType =
94 llvm::Type *IntPtrType = IntType->getPointerTo(AddrSpace);
100 Args[1] = EmitToInt(CGF, Args[1], T, IntType);
125 llvm::IntegerType *IntType =
128 llvm::Type *IntPtrType = IntType->getPointerTo(AddrSpace);
133 Args[1] = EmitToInt(CGF, Args[1], T, IntType);
    [all...]
  /prebuilts/tools/common/m2/internal/xalan/xalan/2.6.0/
xalan-2.6.0.jar 

Completed in 270 milliseconds