Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-open-type-private.hh565 struct IntType struct
567 inline void set (Type i) { v.set (i); } in set()
568 inline operator Type(void) const { return v; } in operator Type()
569 inline bool operator == (const IntType<Type,Size> &o) const { return v == o.v; } in operator ==()
570 inline bool operator != (const IntType<Type,Size> &o) const { return v != o.v; } in operator !=()
571 …c inline int cmp (const IntType<Type,Size> *a, const IntType<Type,Size> *b) { return b->cmp (*a); } in cmp()
572 …cmp (IntType<Type,Size> va) const { Type a = va; Type b = v; return a < b ? -1 : a == b ? 0 : +1; } in cmp()
573 inline int cmp (Type a) const { Type b = v; return a < b ? -1 : a == b ? 0 : +1; } in cmp()
574 inline bool sanitize (hb_sanitize_context_t *c) { in sanitize()
579 BEInt<Type, Size> v;
/external/chromium_org/third_party/harfbuzz-ng/src/
Dhb-open-type-private.hh565 struct IntType struct
567 inline void set (Type i) { v.set (i); } in set()
568 inline operator Type(void) const { return v; } in operator Type()
569 inline bool operator == (const IntType<Type,Size> &o) const { return v == o.v; } in operator ==()
570 inline bool operator != (const IntType<Type,Size> &o) const { return v != o.v; } in operator !=()
571 …c inline int cmp (const IntType<Type,Size> *a, const IntType<Type,Size> *b) { return b->cmp (*a); } in cmp()
572 …cmp (IntType<Type,Size> va) const { Type a = va; Type b = v; return a < b ? -1 : a == b ? 0 : +1; } in cmp()
573 inline int cmp (Type a) const { Type b = v; return a < b ? -1 : a == b ? 0 : +1; } in cmp()
574 inline bool sanitize (hb_sanitize_context_t *c) { in sanitize()
579 BEInt<Type, Size> v;
/external/llvm/unittests/Analysis/
DMixedTBAATest.cpp39 auto IntType = Type::getInt32Ty(C); in TEST_F() local
/external/chromium_org/third_party/tcmalloc/chromium/src/
Dpacked-cache-inl.h124 #define N_ONES_(IntType, N) \ argument
/external/chromium_org/third_party/tcmalloc/vendor/src/
Dpacked-cache-inl.h124 #define N_ONES_(IntType, N) \ argument
/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.cpp355 APSIntType IntType = BV.getAPSIntType(Sym->getType()); in checkNull() local
398 APSIntType IntType = BV.getAPSIntType(T); in GetRange() local
/external/llvm/unittests/Transforms/Utils/
DCloning.cpp256 DIType IntType = DBuilder.createBasicType("int", 32, 0, in CreateOldFunctionBodyAndDI() local
/external/clang/lib/CodeGen/
DCGBuiltin.cpp57 QualType T, llvm::IntegerType *IntType) { in EmitToInt()
92 llvm::IntegerType *IntType = in EmitBinaryAtomic() local
126 llvm::IntegerType *IntType = in EmitBinaryAtomicPost() local
963 llvm::IntegerType *IntType = in EmitBuiltinExpr() local
992 llvm::IntegerType *IntType = in EmitBuiltinExpr() local
1524 llvm::IntegerType *IntType = in EmitBuiltinExpr() local
/external/clang/include/clang/Basic/
DTargetInfo.h110 enum IntType { enum
/external/llvm/lib/Transforms/InstCombine/
DInstCombineCalls.cpp93 IntegerType* IntType = IntegerType::get(MI->getContext(), Size<<3); in SimplifyMemTransfer() local
/external/llvm/lib/Analysis/
DConstantFolding.cpp397 IntegerType *IntType = dyn_cast<IntegerType>(LoadTy); in FoldReinterpretLoadFromConstPtr() local