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

  /external/llvm/unittests/Analysis/
MixedTBAATest.cpp 39 auto IntType = Type::getInt32Ty(C);
41 auto *Value = ConstantInt::get(IntType, 42);
  /frameworks/compile/slang/
slang_rs_export_foreach.cpp 461 const clang::QualType &IntType = FD->getASTContext().IntTy;
462 if (FD->getReturnType().getCanonicalType() == IntType) {
526 const clang::QualType &IntType = FD->getASTContext().IntTy;
533 if (QT != IntType) {
543 if (FD->getReturnType().getCanonicalType() != IntType) {
  /external/clang/lib/StaticAnalyzer/Core/
RangeConstraintManager.cpp 355 APSIntType IntType = BV.getAPSIntType(Sym->getType());
356 llvm::APSInt Zero = IntType.getZeroValue();
398 APSIntType IntType = BV.getAPSIntType(T);
399 Result = Result.Intersect(BV, F, ++IntType.getZeroValue(),
400 --IntType.getZeroValue());
SimpleSValBuilder.cpp 378 APSIntType IntType = BasicVals.getAPSIntType(resultTy);
379 IntType.apply(LHSValue);
380 IntType.apply(RHSValue);
493 APSIntType IntType = BasicVals.getAPSIntType(resultTy);
494 const llvm::APSInt &first = IntType.convert(symIntExpr->getRHS());
495 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/unittests/Transforms/Utils/
Cloning.cpp 256 DIType IntType = DBuilder.createBasicType("int", 32, 0,
259 dwarf::DW_TAG_auto_variable, Subprogram, "x", File, 5, IntType, true);
  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-open-type-private.hh 565 struct IntType
569 inline bool operator == (const IntType<Type,Size> &o) const { return v == o.v; }
570 inline bool operator != (const IntType<Type,Size> &o) const { return v != o.v; }
571 static inline int cmp (const IntType<Type,Size> *a, const IntType<Type,Size> *b) { return b->cmp (*a); }
572 inline int cmp (IntType<Type,Size> va) const { Type a = va; Type b = v; return a < b ? -1 : a == b ? 0 : +1; }
585 typedef IntType<uint16_t, 2> USHORT; /* 16-bit unsigned integer. */
586 typedef IntType<int16_t, 2> SHORT; /* 16-bit signed integer. */
587 typedef IntType<uint32_t, 4> ULONG; /* 32-bit unsigned integer. */
588 typedef IntType<int32_t, 4> LONG; /* 32-bit signed integer. *
    [all...]
  /external/harfbuzz_ng/src/
hb-open-type-private.hh 565 struct IntType
569 inline bool operator == (const IntType<Type,Size> &o) const { return v == o.v; }
570 inline bool operator != (const IntType<Type,Size> &o) const { return v != o.v; }
571 static inline int cmp (const IntType<Type,Size> *a, const IntType<Type,Size> *b) { return b->cmp (*a); }
572 inline int cmp (IntType<Type,Size> va) const { Type a = va; Type b = v; return a < b ? -1 : a == b ? 0 : +1; }
585 typedef IntType<uint16_t, 2> USHORT; /* 16-bit unsigned integer. */
586 typedef IntType<int16_t, 2> SHORT; /* 16-bit signed integer. */
587 typedef IntType<uint32_t, 4> ULONG; /* 32-bit unsigned integer. */
588 typedef IntType<int32_t, 4> LONG; /* 32-bit signed integer. *
    [all...]
  /external/llvm/lib/Analysis/
ConstantFolding.cpp 397 IntegerType *IntType = dyn_cast<IntegerType>(LoadTy);
400 if (!IntType) {
427 unsigned BytesLoaded = (IntType->getBitWidth() + 7) / 8;
449 return UndefValue::get(IntType);
456 APInt ResultVal = APInt(IntType->getBitWidth(), 0);
471 return ConstantInt::get(IntType->getContext(), ResultVal);
    [all...]
  /external/clang/include/clang/Basic/
TargetInfo.h 110 enum IntType {
173 IntType SizeType, IntMaxType, UIntMaxType, PtrDiffType, IntPtrType, WCharType,
207 IntType getSizeType() const { return SizeType; }
208 IntType getIntMaxType() const { return IntMaxType; }
209 IntType getUIntMaxType() const { return UIntMaxType; }
210 IntType getPtrDiffType(unsigned AddrSpace) const {
213 IntType getIntPtrType() const { return IntPtrType; }
214 IntType getUIntPtrType() const {
217 IntType getWCharType() const { return WCharType; }
218 IntType getWIntType() const { return WIntType;
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCalls.cpp 93 IntegerType* IntType = IntegerType::get(MI->getContext(), Size<<3);
94 Type *NewSrcPtrTy = PointerType::get(IntType, SrcAddrSp);
95 Type *NewDstPtrTy = PointerType::get(IntType, DstAddrSp);
    [all...]
  /external/clang/lib/CodeGen/
CGBuiltin.cpp 57 QualType T, llvm::IntegerType *IntType) {
61 return CGF.Builder.CreatePtrToInt(V, IntType);
63 assert(V->getType() == IntType);
92 llvm::IntegerType *IntType =
95 llvm::Type *IntPtrType = IntType->getPointerTo(AddrSpace);
101 Args[1] = EmitToInt(CGF, Args[1], T, IntType);
126 llvm::IntegerType *IntType =
129 llvm::Type *IntPtrType = IntType->getPointerTo(AddrSpace);
134 Args[1] = EmitToInt(CGF, Args[1], T, IntType);
    [all...]
  /prebuilts/tools/common/m2/repository/xalan/xalan/2.6.0/
xalan-2.6.0.jar 

Completed in 355 milliseconds