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

  /frameworks/compile/slang/
slang_rs_special_func.cpp 44 const clang::QualType &IntType = FD->getASTContext().IntTy;
45 if (FD->getReturnType().getCanonicalType() == IntType) {
60 const clang::QualType &IntType = FD->getASTContext().IntTy;
67 if (QT != IntType) {
77 if (FD->getReturnType().getCanonicalType() != IntType) {
  /external/llvm/unittests/Analysis/
MixedTBAATest.cpp 40 auto IntType = Type::getInt32Ty(C);
42 auto *Value = ConstantInt::get(IntType, 42);
AliasAnalysisTest.cpp 175 auto IntType = Type::getInt32Ty(C);
177 auto *Value = ConstantInt::get(IntType, 42);
184 auto *CmpXChg1 = new AtomicCmpXchgInst(Addr, ConstantInt::get(IntType, 0),
185 ConstantInt::get(IntType, 1),
188 new AtomicRMWInst(AtomicRMWInst::Xchg, Addr, ConstantInt::get(IntType, 1),
  /external/llvm/test/DebugInfo/PDB/Inputs/
symbolformat.cpp 55 typedef int IntType;
70 IntType Int = 12;
  /prebuilts/gdb/darwin-x86/lib/python2.7/
types.py 16 IntType = int
  /prebuilts/gdb/linux-x86/lib/python2.7/
types.py 16 IntType = int
  /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
  /system/tools/aidl/
type_java.h 451 const Type* IntType() const { return m_int_type; }
  /external/clang/lib/StaticAnalyzer/Core/
RangeConstraintManager.cpp 386 APSIntType IntType = BV.getAPSIntType(Sym->getType());
387 llvm::APSInt Zero = IntType.getZeroValue();
429 APSIntType IntType = BV.getAPSIntType(T);
430 Result = Result.Intersect(BV, F, ++IntType.getZeroValue(),
431 --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...]
  /external/llvm/unittests/Transforms/Utils/
Cloning.cpp 256 auto *IntType =
260 DBuilder.createAutoVariable(Subprogram, "x", File, 5, IntType, true);
  /external/harfbuzz_ng/src/
hb-open-type-private.hh 626 struct IntType
630 inline bool operator == (const IntType<Type,Size> &o) const { return (Type) v == (Type) o.v; }
631 inline bool operator != (const IntType<Type,Size> &o) const { return !(*this == o); }
632 static inline int cmp (const IntType<Type,Size> *a, const IntType<Type,Size> *b) { return b->cmp (*a); }
652 typedef IntType<uint8_t , 1> BYTE; /* 8-bit unsigned integer. */
653 typedef IntType<uint16_t, 2> USHORT; /* 16-bit unsigned integer. */
654 typedef IntType<int16_t, 2> SHORT; /* 16-bit signed integer. */
655 typedef IntType<uint32_t, 4> ULONG; /* 32-bit unsigned integer. */
656 typedef IntType<int32_t, 4> LONG; /* 32-bit signed integer. *
    [all...]
  /external/llvm/lib/Analysis/
ConstantFolding.cpp 405 IntegerType *IntType = dyn_cast<IntegerType>(LoadTy);
408 if (!IntType) {
434 unsigned BytesLoaded = (IntType->getBitWidth() + 7) / 8;
456 return UndefValue::get(IntType);
463 APInt ResultVal = APInt(IntType->getBitWidth(), 0);
478 return ConstantInt::get(IntType->getContext(), ResultVal);
    [all...]
  /external/clang/include/clang/Basic/
TargetInfo.h 117 enum IntType {
180 IntType SizeType, IntMaxType, PtrDiffType, IntPtrType, WCharType,
214 IntType getSizeType() const { return SizeType; }
215 IntType getIntMaxType() const { return IntMaxType; }
216 IntType getUIntMaxType() const {
219 IntType getPtrDiffType(unsigned AddrSpace) const {
222 IntType getIntPtrType() const { return IntPtrType; }
223 IntType getUIntPtrType() const {
226 IntType getWCharType() const { return WCharType; }
227 IntType getWIntType() const { return WIntType;
    [all...]
  /external/clang/lib/CodeGen/
TargetInfo.cpp 53 llvm::Type *IntType = llvm::Type::getIntNTy(LLVMContext, Alignment);
55 return ABIArgInfo::getDirect(llvm::ArrayType::get(IntType, NumElements));
    [all...]
CGBuiltin.cpp 62 QualType T, llvm::IntegerType *IntType) {
66 return CGF.Builder.CreatePtrToInt(V, IntType);
68 assert(V->getType() == IntType);
97 llvm::IntegerType *IntType =
100 llvm::Type *IntPtrType = IntType->getPointerTo(AddrSpace);
106 Args[1] = EmitToInt(CGF, Args[1], T, IntType);
159 llvm::IntegerType *IntType =
162 llvm::Type *IntPtrType = IntType->getPointerTo(AddrSpace);
167 Args[1] = EmitToInt(CGF, Args[1], T, IntType);
176 llvm::ConstantInt::get(IntType, -1))
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCalls.cpp 95 IntegerType* IntType = IntegerType::get(MI->getContext(), Size<<3);
96 Type *NewSrcPtrTy = PointerType::get(IntType, SrcAddrSp);
97 Type *NewDstPtrTy = PointerType::get(IntType, DstAddrSp);
    [all...]
  /prebuilts/tools/common/m2/repository/xalan/xalan/2.6.0/
xalan-2.6.0.jar 
  /prebuilts/tools/common/m2/repository/xalan/xalan/2.7.1/
xalan-2.7.1.jar 
  /external/libgdx/backends/gdx-backend-moe/libs/
intel-moe-ios.jar 

Completed in 348 milliseconds