/external/harfbuzz_ng/src/ |
D | hb-open-type-private.hh | 565 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/ |
D | hb-open-type-private.hh | 565 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/ |
D | MixedTBAATest.cpp | 39 auto IntType = Type::getInt32Ty(C); in TEST_F() local
|
/external/chromium_org/third_party/tcmalloc/chromium/src/ |
D | packed-cache-inl.h | 124 #define N_ONES_(IntType, N) \ argument
|
/external/chromium_org/third_party/tcmalloc/vendor/src/ |
D | packed-cache-inl.h | 124 #define N_ONES_(IntType, N) \ argument
|
/external/clang/lib/StaticAnalyzer/Core/ |
D | SimpleSValBuilder.cpp | 378 APSIntType IntType = BasicVals.getAPSIntType(resultTy); in evalBinOpNN() local 493 APSIntType IntType = BasicVals.getAPSIntType(resultTy); in evalBinOpNN() local
|
D | RangeConstraintManager.cpp | 355 APSIntType IntType = BV.getAPSIntType(Sym->getType()); in checkNull() local 398 APSIntType IntType = BV.getAPSIntType(T); in GetRange() local
|
/external/llvm/unittests/Transforms/Utils/ |
D | Cloning.cpp | 256 DIType IntType = DBuilder.createBasicType("int", 32, 0, in CreateOldFunctionBodyAndDI() local
|
/external/clang/lib/CodeGen/ |
D | CGBuiltin.cpp | 57 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/ |
D | TargetInfo.h | 110 enum IntType { enum
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineCalls.cpp | 93 IntegerType* IntType = IntegerType::get(MI->getContext(), Size<<3); in SimplifyMemTransfer() local
|
/external/llvm/lib/Analysis/ |
D | ConstantFolding.cpp | 397 IntegerType *IntType = dyn_cast<IntegerType>(LoadTy); in FoldReinterpretLoadFromConstPtr() local
|