Home
last modified time | relevance | path

Searched defs:IntType (Results 1 – 14 of 14) sorted by relevance

/external/harfbuzz_ng/src/
Dhb-open-type-private.hh626 struct IntType struct
628 inline void set (Type i) { v.set (i); } in set()
629 inline operator Type(void) const { return v; } in operator Type()
630 inline bool operator == (const IntType<Type,Size> &o) const { return (Type) v == (Type) o.v; } in operator ==()
631 inline bool operator != (const IntType<Type,Size> &o) const { return !(*this == o); } in operator !=()
632 …c inline int cmp (const IntType<Type,Size> *a, const IntType<Type,Size> *b) { return b->cmp (*a); } in cmp()
633 inline int cmp (Type a) const in cmp()
641 inline bool sanitize (hb_sanitize_context_t *c) const in sanitize()
647 BEInt<Type, Size> v;
/external/llvm/unittests/Analysis/
DMixedTBAATest.cpp40 auto IntType = Type::getInt32Ty(C); in TEST_F() local
DAliasAnalysisTest.cpp175 auto IntType = Type::getInt32Ty(C); in TEST_F() local
/external/clang/lib/StaticAnalyzer/Core/
DSimpleSValBuilder.cpp378 APSIntType IntType = BasicVals.getAPSIntType(resultTy); in evalBinOpNN() local
493 APSIntType IntType = BasicVals.getAPSIntType(resultTy); in evalBinOpNN() local
DRangeConstraintManager.cpp386 APSIntType IntType = BV.getAPSIntType(Sym->getType()); in checkNull() local
429 APSIntType IntType = BV.getAPSIntType(T); in GetRange() local
/external/llvm/test/DebugInfo/PDB/Inputs/
Dsymbolformat.cpp55 typedef int IntType; typedef
/external/llvm/unittests/Transforms/Utils/
DCloning.cpp256 auto *IntType = in CreateOldFunctionBodyAndDI() local
/external/clang/lib/CodeGen/
DCGBuiltin.cpp62 QualType T, llvm::IntegerType *IntType) { in EmitToInt()
97 llvm::IntegerType *IntType = in MakeBinaryAtomicValue() local
159 llvm::IntegerType *IntType = in EmitBinaryAtomicPost() local
198 llvm::IntegerType *IntType = llvm::IntegerType::get( in MakeAtomicCmpXchgValue() local
1827 llvm::IntegerType *IntType = in EmitBuiltinExpr() local
DTargetInfo.cpp53 llvm::Type *IntType = llvm::Type::getIntNTy(LLVMContext, Alignment); in coerceToIntArray() local
/external/clang/include/clang/Basic/
DTargetInfo.h117 enum IntType { enum
/external/llvm/lib/Analysis/
DConstantFolding.cpp405 IntegerType *IntType = dyn_cast<IntegerType>(LoadTy); in FoldReinterpretLoadFromConstPtr() local
/external/llvm/lib/Transforms/InstCombine/
DInstCombineCalls.cpp95 IntegerType* IntType = IntegerType::get(MI->getContext(), Size<<3); in SimplifyMemTransfer() local
/external/llvm/bindings/go/llvm/
Dir.go485 func (c Context) IntType(numbits int) (t Type) { func
496 func IntType(numbits int) (t Type) { func
/external/llvm/lib/Transforms/Utils/
DSimplifyLibCalls.cpp870 IntegerType *IntType = IntegerType::get(CI->getContext(), Len * 8); in optimizeMemCmp() local